Top "Symbolic-math" questions

Symbolic math tools allows for analytically process mathematical expressions - without the necessity of assigning specific numeric values to variables.

matlab: creating a symbolic vector

I am trying to create a function using the symbolic toolbox in matlab. I have been having trouble creating a …

matlab symbolic-math
Spyder SymPy Wont Print Symbolic Math

I setup Anaconda 2.0.0 (Win 64). It has SymPy 0.7.5. I configured Spyder (2.3.0rc that came with Anaconda) to use symbolic math: Tools &…

sympy symbolic-math spyder
Maxima: convert matrix to list

I convert list to matrix in Maxima in following way: DataL : [ [1,2], [2,4], [3,6], [4,8] ]; DataM: apply('matrix,DataL); How to do it the …

symbolic-math maxima computer-algebra-systems