LMU Headline LMU M;uuml;nchen Fakultät Chemie und Pharmazie
 
  
 

Maxima Examples

The Computer Algebra System (CAS) Maxima

 

This site is not up-to-date. Please visit the new Maxima page:

 

Lecture notes with Maxima examples

This PDF file contains example files. They can be extracted from the PDF by double-clicking on the appropriate icon in Adobe Reader.

Some examples need a Maxima library to run which is also embedded into the PDF. It is located at the last page of the PDF.

Installation

Linux:

Maxima is part of all popular linux distributions, but usually not installed. To install maxima and the graphical user interface wxmaxima, use the graphical package manager of your distribution, or use following shell commands:
Ubuntu:
sudo apt-get install maxima wxmaxima
Debian:
apt-get install maxima wxmaxima

If your Linux system does not contain maxima and wxmaxima, download it from:
maxima: http://maxima.sourceforge.net
wxmaxima: http://andrejv.github.com/wxmaxima

Windows and MacOS:
Download the appropriate version of maxima from
http://andrejv.github.com/wxmaxima
the package also contains both maxima and wxmaxima.

Examples

Download the following file

Place this file in the following directory:

LINUX: create a hidden directory .maxima in your home directory (e.g. /home/username/.maxima ) and copy the file to this location.

WINDOWS: create a directory c:\Documents and Settings\USERNAME\maxima and place the file there.

Start maxima or wxmaxima, respectively, and type in :

load(mathchem) ;

(including the semicolon!)

Different examples will be displayed for plotting functions. Copy them and modify them at your leisure.

Last Updated on Wednesday, 22 April 2020 06:11
 
Impressum - Kontakt