lehrkraefte:blc:math:maxima-cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lehrkraefte:blc:math:maxima-cheatsheet [2023/05/04 19:59]
Ivo Blöchliger [Vector operations]
lehrkraefte:blc:math:maxima-cheatsheet [2024/05/03 09:06] (current)
Ivo Blöchliger [Using results of solve for further computations]
Line 53: Line 53:
 rhs(sol[2]); rhs(sol[2]);
 map(rhs, sol); map(rhs, sol);
 +</code>
 +===== Nummerically solve equations =====
 +[[https://maxima.sourceforge.io/docs/manual/maxima_116.html|Maxima doc]]
 +<code txt>
 +find_root(sin(2*x)=x,x,0.5,2);
 </code> </code>
  
  • lehrkraefte/blc/math/maxima-cheatsheet.txt
  • Last modified: 2024/05/03 09:06
  • by Ivo Blöchliger