Category Archives: Computer Algebra

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 E-Learning, E-Teaching, Mathematica, Science | Leave a comment

DK+ CIM winter school in Obergurgl

For the winter school of the doctorate school Computational Interdisciplinary Modeling (CIM) I prepared three posters with colleagues. Poster: E-Vish-ent Visualizations of Astrophysical Simulations (.pdf, 16.4MB) Poster: Coming to Terms with 3D Implicit RHD: Innovative Time Integration on Problem Oriented Grids (.pdf, 3.7MB) Poster: Differential Geometrically Consistent Artificial Viscosity in Curvilinear Coordinates (.pdf, 2.4MB)  
Also posted in Astronomy, Physics, Visualization, 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 Linux, Mathematica, Ubuntu | Leave a comment

axiom extension am wiki der fakultät für physik

die wiki extension zum freien computeralgebrasystem axiom die ich in einem früheren posting vorgestellt habe, ist seit einiger zeit am wiki der fakultät für physik installiert. jede und jeder mit u:net oder mailbox account kann das wiki editieren und somit online mit axiom rechnen. leider ist der seitenaufbau relativ langsam, da die rechenanweisungen einer seite [...]
Also posted in Axiom, E-Learning, Linux, Physics, Web | Tagged , , , , , , | 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 E-Learning, Linux, Mathematica, 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 Linux, Mathematica, Ubuntu | Leave a comment

wiki extension axiom

seit kurzem gibt es eine mediawiki extension, die symbolische berechnungen in wiki mit latex output ermöglicht. dafür muss lediglich axiom (ein mächtiges freies computeralgebrasystem) auf dem server installiert und die extension ins wiki eingebaut sein. beispiel: <Axiom echo=”true”> integrate(1/(a+x^2),x) </Axiom> erzeugt weitere beispiele zu input/output am statistik wiki: http://www.eisber.net/StatWiki/index.php/Axiom link zur mediawiki extension: http://www.mediawiki.org/wiki/Extension:Axiom die [...]
Also posted in Axiom, E-Learning, Latex, Web | 1 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 Linux, Mathematica, Ubuntu | Leave a comment