Quelle: https://askubuntu.com/questions/737746/ ... -in-octave
Code: Alles auswählen
sudo apt-get install octave liboctave-dev python-sympy python-pip
Code: Alles auswählen
pip install --user sympy
Code: Alles auswählen
pip install -forge symbolic
Octave starten und nachfolgende Befehle im Befehlsfenster ausführen (siehe Bild)
Quelle: https://octave.sourceforge.io/symbolic/ ... /real.html
Quelle: https://octave.sourceforge.io/symbolic/index.html
Quelle: https://sourceforge.net/p/octave/symbol ... ster/tree/
"Syms" installieren und aktivieren
Code: Alles auswählen
pkg install -forge symbolic
pkg load symbolic
Code: Alles auswählen
syms x
f = (sin(x/2))^3
diff(f, x)
Eine Übersicht der verfügbaren Plugin Packages für Octave findet man unter https://octave.sourceforge.io/packages.php und für den manuellen Download der Link unter https://sourceforge.net/projects/octave/files/