Diff for "Maxima"


Differences between revisions 2 and 3
Revision 2 as of 2007-03-21 03:06:37
Size: 2811
Editor: pool-71-108-4-144
Comment:
Revision 3 as of 2007-03-21 03:15:41
Size: 2701
Editor: pool-71-108-4-144
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
So first this variable:
"latest-version" is the latest version of Maxima (as of 3-20-007 it is 5.11.0)
So first this variable: "latest-version" is the latest version of Maxima (as of 3-20-007 it is 5.11.0)
Line 15: Line 14:
1. download the package maxima-"latest-version".tar.gz by going to here,
http://sourceforge.net/project/showf...?group_id=4933
download the package maxima-"latest-version".tar.gz by going to here, [WWW] http://sourceforge.net/project/showf...?group_id=4933
Line 20: Line 18:
In a terminal
2.
In a terminal 2.
Line 23: Line 20:
$ tar xfvz /"locationof"/maxima-"latest-version".tar.gz

3. $
sudo apt-get build-dep maxima

4. $
sudo dpkg-reconfigure gcl
{{{tar xfvz /"locationof"/maxima-"latest-version".tar.gz
sudo apt-get build-dep maxima
sudo dpkg-reconfigure gcl}}}
Line 30: Line 25:

5
. $ cd maxima-"latest-version"/

6. $ .
/configure --prefix=/usr/share --exec-prefix=/usr

7. $
make

8. $
sudo checkinstall

9.
say "yes" to create a document package and paste the description of Maxima off of the website:
{{{
cd maxima-"latest-version"/
./configure --prefix=/usr/share --exec-prefix=/usr
make
sudo checkinstall}}}
say "yes" to create a document package and paste the description of Maxima off of the website:
Line 43: Line 34:
10. type 0 and enter your email address so that people know who you are if they use your package someone@somewhere as an example type 0 and enter your email address so that people know who you are if they use your package someone@somewhere as an example
Line 45: Line 36:
11. hit return and tell me if you get any errors. If it works it will install a Debian package of maxima 5.11 and you will have in the folder a maxima deb package that you should keep for later. hit ENTER and hope for the best. Checkinstall attempts to build you a deb package which it automatically installs by default. Thus if everything goes smoothly you now have the latest version of maxima installed.
Line 47: Line 38:
Don't spend all day at it. Just try this once if it works, great. If it doesn't just post your errors. I would give you my deb but it is built for Edgy. If you get stuck my email address is yigal.weinstein@gmail.com

This page is a default template for documentation on the wiki. To create a new guide on the wiki, read the page WikiGuide.

Introduction

This is a guide for installing the latest version of Maxima http://maxima.sourceforge.net/ . Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and arbitrarily precision floating point numbers. Maxima can plot functions and data in two and three dimensions.

First Section

So first this variable: "latest-version" is the latest version of Maxima (as of 3-20-007 it is 5.11.0)

In a web browser

download the package maxima-"latest-version".tar.gz by going to here, [WWW] http://sourceforge.net/project/showf...?group_id=4933

and clicking on maxima-"latest-version".tar.gz

In a terminal 2.

{{{tar xfvz /"locationof"/maxima-"latest-version".tar.gz sudo apt-get build-dep maxima sudo dpkg-reconfigure gcl}}}

select "yes" and enable ansi which is disabled by default.

cd maxima-"latest-version"/
./configure --prefix=/usr/share --exec-prefix=/usr
make
sudo checkinstall

say "yes" to create a document package and paste the description of Maxima off of the website:

Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and arbitrarily precision floating point numbers. Maxima can plot functions and data in two and three dimensions.

type 0 and enter your email address so that people know who you are if they use your package someone@somewhere as an example

hit ENTER and hope for the best. Checkinstall attempts to build you a deb package which it automatically installs by default. Thus if everything goes smoothly you now have the latest version of maxima installed.

If you get stuck my email address is yigal.weinstein@gmail.com

Second Section

This is the website to Maxima at Sourceforge: http://maxima.sourceforge.net/


CategoryDocumentation CategoryScience

Maxima (last edited 2011-04-09 01:42:10 by D9784B24)