Jag försöker installera matematikprogramet maxima, från följande ställe:
http://maxima.sourceforge.net/
Men jag förstår inte hur jag ska få till det. I initialskedet för står jag inte ens vad det är jag ska ladda ned.
behöver hjälp med installation av maxima. [LÖST]
- Dimi
- Inlägg: 703
- Blev medlem: 24 dec 2006, 00:04
- OS: Ubuntu
- Utgåva: Vet inte/ingen utgåva passar
- Ort: Stockholm
behöver hjälp med installation av maxima. [LÖST]
Senast redigerad av 1 TForsman, redigerad totalt 28 gånger.
- TForsman
- Inlägg: 1834
- Blev medlem: 08 aug 2007, 18:53
- OS: Foresight
- Ort: Repektera skogarna
- Kontakt:
SV: behöver hjälp med installation av maxima.
Hittade denna guide på engelska, hoppas den hjälper dig lite grann.
pvdg. The steps are simple although there are a few of them,
In web browser
1. download the package maxima-5.13.0.tar.gz by going to here,
http://switch.dl.sourceforge.net/source ... 3.0.tar.gz
In terminal
2.
3.
(I am not sure I think these are the packages you need to compile it)
4.
you need to enable ansi which is disabled by default.
5.
6.
7.
8.
9. say "yes" to create a document package and paste this (I don't remember the exact wording):
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.
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
11. hit return and tell me if you get any errors. If it works it will install a Debian package of maxima 5.13 and you will have in the folder a maxima deb package that you should keep for later.
pvdg. The steps are simple although there are a few of them,
In web browser
1. download the package maxima-5.13.0.tar.gz by going to here,
http://switch.dl.sourceforge.net/source ... 3.0.tar.gz
In terminal
2.
Kod: Markera allt
tar xfvz /"locationof"/maxima-5.13.0.tar.gz
Kod: Markera allt
sudo aptitude install build-essential gcl checkinstall
4.
Kod: Markera allt
sudo dpkg-reconfigure gcl
5.
Kod: Markera allt
cd maxima-5.13.0/
Kod: Markera allt
./configure --prefix=/usr/share --exec-prefix=/usr
Kod: Markera allt
make
Kod: Markera allt
sudo checkinstall make install
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.
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
11. hit return and tell me if you get any errors. If it works it will install a Debian package of maxima 5.13 and you will have in the folder a maxima deb package that you should keep for later.
-
- Inlägg: 6191
- Blev medlem: 14 jan 2007, 19:31
- OS: Ubuntu
- Utgåva: 22.10 Kinetic Kudu
- Ort: Stockholm
SV: behöver hjälp med installation av maxima.
Som vanligt så finns det mesta man behöver bara några få musklick iväg 
Gå till program, lägg till/ta bort och sök efter maxima. Eller starta Synaptic från system, administration och installera den vägen. Enkelt och smidigt!

Gå till program, lägg till/ta bort och sök efter maxima. Eller starta Synaptic från system, administration och installera den vägen. Enkelt och smidigt!
- Dimi
- Inlägg: 703
- Blev medlem: 24 dec 2006, 00:04
- OS: Ubuntu
- Utgåva: Vet inte/ingen utgåva passar
- Ort: Stockholm
SV: behöver hjälp med installation av maxima.
Tack så jättemycket för toppensnabb hjälp. Det fungerade perfekt.Zinden skrev: Hittade denna guide på engelska, hoppas den hjälper dig lite grann.
Dumt av mig att missa att maxima finns i förråden. Men det var mer spännande att installera på det där viset :-).