What is symbolic computation?

后端 未结 4 1066
孤城傲影
孤城傲影 2020-12-24 14:06

According to wiki:

In mathematics and computer science, computer algebra, also called symbolic computation or algebraic computation is a scientific

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 14:34

    Symbolic computation is handling non-numerical values, this means symbols like in algebra. There is a powerful free symbolic computation program for multiple platforms, maxima, that lets you, e.g., simplify or expand arithmetic expressions with symbols, of integrate or differentiate them, among others. Just try it out - it is fun and useful!

提交回复
热议问题