Category Archives: Mathematica

Introductory Mathematica 8 Tutorial – update

I updatet and translated my Mathematica tutorial to english. Introductory Mathematica 8 Tutorial (presentation, .nb, 230KB, 26.01.2012) Introductory Mathematica 8 Tutorial (expanded version with outputs, .nb, 380KB, 26.01.2012) Introductory Mathematica 8 Tutorial (expanded version with outputs, .pdf, 3.1MB, 26.01.2012) Some newly included features are the embedding of Wolfram|Alpha into a Mathematica Notebook and some additional [...]
Also posted in Computer Algebra, E-Learning, E-Teaching, Science | Leave a comment

mathematica 6 und hardy heron

wer unter mathematica 6 und ubuntu hardy heron (8.04) oder intrepid ibex (8.10) probleme mit der grafischen darstellung (text, formeln sind unleserlich) hat, kann diesen fehler beheben, indem sie/er das programm in einem terminal mit folgender option aufruft mathematica -defaultvisual works fine. quelle: http://ubuntuforums.org/showthread.php?t=710418 wer compiz verwendet wird merken, dass der fensterbug zwar noch nicht [...]
Also posted in Computer Algebra, Linux, Ubuntu | Leave a comment

workaround für mathematica 6 fenster-bug mit compiz

mit den standard-einstellungen öffnet mathematica 6 bei verwendung von desktop effekten unter linux (compiz, compiz-fusion) zwei kernel-fenster, die sich nicht schließen oder minimieren lassen. wer auf die desktop-effekte nicht verzichten möchte, kann die fenster wie folgt zum verschwinden bringen: in einem notebook unter format -> option inspector -> notebook options -> window properties -> windowframe [...]
Also posted in Computer Algebra, E-Learning, Linux, Ubuntu | Leave a comment

installation von mathematica 6.0 unter ubuntu 7.04

wer beim aufruf des MATHINSTALLER folgende fehlermeldung bekommt ..UNIX/INSTALLER$ sudo /bin/bash MATHINSTALLER Password: CRITICAL FAILURE: Fundamental Error Installer text not found. sollte die datei in einem editor öffnen und nach der fehlermeldung suchen. im original sieht diese sektion in etwa so aus GreetingFile=`ls -1 “${InstallerPath}/TextResources” | grep “Greeting”` InstallerTitle=”${InstallerPath}/TextResources/${GreetingFile}” InstallerText=”${InstallerPath}/TextResources/${GreetingFile}” InstallerError=”${InstallerPath}/TextResources/${GreetingFile}” InstallerPrompt=”${InstallerPath}/TextResources/${GreetingFile}” InstallerVerbose=”${InstallerPath}/TextResources/${GreetingFile}” if [ [...]
Also posted in Computer Algebra, Linux, Ubuntu | Leave a comment

mathematica 5.2 und beryl mit nvidia grafik (ubuntu)

diese kombination funktioniert nicht; damit man unter nvidia keine gafikprobleme in mathematica (<6.0) hat, muss in der xorg.conf folgende option gesetzt sein Section “Extensions” Option “Composite” “Disable” EndSection will man aber beryl verwenden, muss composite enabled sein.
Also posted in Computer Algebra, Linux, Ubuntu | Leave a comment

mathplayer für linux

wolfram research bietet einen kostenlosen interaktiven player zum betrachten von mathematica notebooks (*.nb, *.nbp) zum download auf: http://www.wolfram.com/products/player/download.cgi mit dem neuen mathematica 6 haben schieberegler einzug in die hübsche grafische oberfläche gefunden. mit hilfe des mathematicaplayers können diese regler bedient d.h. diverse parameter geändert und der effekt auf den plot direkt beobachtet werden. einige nette [...]
Also posted in Computer Algebra, E-Learning, Linux, Ubuntu | Leave a comment