|
|
|
|
|
by sintesoro
5701 days ago
|
|
Python is good, you could also consider Maxima. A single example: f(x):= x^2+3x+7; Maxima provides: Symbolic computation, blas and laplack integration for numeric algebra, 500 pages manual in several languages, a complete library for statistics, differential equation, calculus, series. Graphics with matplotllib. Also maxima language is not much complicate that python: for i in range(10):print ii versus
for i:0 thru 9 do print ii; [i2 for i in range(10)] versus makelist(i*2,i,0,9) But Matlab libraries are greater than python and maxima. |
|
Also see wxMaxima, which will (among many other things) produce LaTeX for you.