Benutzer-Werkzeuge

Webseiten-Werkzeuge


wxmaxima

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
wxmaxima [2010/11/28 21:49]
127.0.0.1 Externe Bearbeitung
wxmaxima [2016/04/25 09:25] (aktuell)
admin
Zeile 1: Zeile 1:
 =====wxMaxima===== =====wxMaxima=====
 +  *Problem: load(draw); -> file_search1:​ "​grcommon.lisp"​ not found in file_search_maxima,​file_search_lisp
 +  *Lösung: Download: %%http://​maxima.cvs.sourceforge.net/​viewvc/​maxima/​maxima/​share/​draw/​grcommon.lisp%% nach
 +  */​usr/​share/​maxima/​5.23.0/​share/​draw
 +  *Enjoy!
 +
   *http://​dkicomp.dki.tu-darmstadt.de/​~robert/​maxima-einfuehrung.html   *http://​dkicomp.dki.tu-darmstadt.de/​~robert/​maxima-einfuehrung.html
   *[[http://​dkicomp.dki.tu-darmstadt.de/​~robert/​maxima-einfuehrung.html|Super Einführung]]   *[[http://​dkicomp.dki.tu-darmstadt.de/​~robert/​maxima-einfuehrung.html|Super Einführung]]
Zeile 59: Zeile 64:
   *define(f3(x),​diff(f(x),​x,​3));​   *define(f3(x),​diff(f(x),​x,​3));​
   *Nullstelle   *Nullstelle
-    *solve([f(x)0=],[x]);+    *solve([f(x)=0],[x]); 
 +  *wxplot2d([f(x),​f1(x)],​ [x,-5,5]);
  
  
Zeile 72: Zeile 78:
 === Plotten 3D === === Plotten 3D ===
  
-  ​*sin(sqrt(x^2+y^2))/​sqrt(x^2+y^2),​ [x,-20,20], [y,​-20,​20] +  sin(sqrt(x^2+y^2))/​sqrt(x^2+y^2),​ [x,-20,20], [y,​-20,​20] 
-   + 
-  ​*cos((x^2+y^2)/​4)/​(x^2+y^2+%pi),​ [x,-5,5], [y,-5,5] +  cos( (x^2+y^2)/​4)/​(x^2+y^2+%pi),​ [x,-5,5], [y,-5,5] 
-   + 
-  ​*cos(x^2+y^2)/​(1+x^2+y^2)+  ​cos((x^2+y^2)/​4)/​(x^2+y^2+%pi),​ [x,-5,5], [y,-5,5] 
 + 
 +  cos(x^2+y^2)/​(1+x^2+y^2
 + 
 +  x^3-3xy^2 
 + 
 +  cos(abs(x)+abs(y))
  
 === Winkelfunktionen === === Winkelfunktionen ===
  
-  ​*acos(x)*180/​%pi+  acos(x)*180/​%pi
wxmaxima.1290977387.txt.gz · Zuletzt geändert: 2011/03/20 22:05 (Externe Bearbeitung)