Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Thursday at 9:03 AM
Handmade Character Soft Toys
anil1961
Updated:
Jun 23, 2026
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Jun 21, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
News & Discussion
Maxima : The maths notebook
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="070348K" data-source="post: 4300000" data-attributes="member: 69227"><p><strong>This article is extracted from my own blog, <a href="http://lmpeiris.wordpress.com/" target="_blank">http://lmpeiris.wordpress.com/</a> </strong></p><p><strong></strong></p><p><strong>This is my own work. No copyright violations. <img src="/styles/default/xenforo/smilies/default/D.gif" class="smilie" loading="lazy" alt=":D" title="Big grin :D" data-shortname=":D" /></strong></p><p><strong>You can visit to see more and more interesting stuff on Linux.</strong></p><p><strong></strong></p><p><strong></strong><u><span style="font-size: 22px"><strong>This article is about mathematica-like FOSS application maxima.</strong></span></u></p><p></p><p> </p><p> <strong><strong><a href="http://farm4.static.flickr.com/3494/3289719291_3e392125d5_o.png" target="_blank"><img src="http://farm4.static.flickr.com/3494/3289719291_3e392125d5_o.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></strong></strong><em>WxMaxima running on FC9, Gnome</em></p><p></p><p></p><p> </p><p> I usually get big intergrations and ODE’s which i cannot solve on my own. Functions of these without boundry conditions cannot be solved by most programs, and most of them give alien output which is far different than your school notebook. This is where maxima comes in with built in functions. You can check out <a href="http://maxima.sourceforge.net/" target="_blank">maxima website</a> for more details.</p><p></p><p></p><p> Maxima runs using LISP. There are several distributions of LISP, but i recommend common lisp alias CLISP (type clisp on rpmfind for rpms- or <a href="http://nchc.dl.sourceforge.net/sourceforge/clisp/clisp-2.47.tar.bz2" target="_blank">download source from here</a>) for the purpose. It’s slow than others, but less-troublesome. You should install CLISP before installing maxima. If you’re installing from source (<a href="http://jaist.dl.sourceforge.net/sourceforge/maxima/maxima-5.17.1.tar.gz" target="_blank">download here</a>) it will be auto-detected. The same old method, which is to CD in to source folder path and typing (this contains “configure” file)</p><p></p><p></p><p> <em><strong>./configure </strong></em></p><p> <em><strong> make</strong></em></p><p> <em><strong>make install </strong></em> will install your app.</p><p></p><p></p><p> If downloading from binaries choose package which suits your installed LISP package.</p><p> ex: download maxima-runtime-clisp <em>if you installed CLISP as your LISP</em>.</p><p> maxima-runtime-elisp <em>if you installed ELISP as your LISP</em> etc.</p><p></p><p></p><p> When you’re done installing maxima, <strong>type maxima for command line interface and xmaxima for inbuilt GUI</strong>. The xmaxima also contains some example codes.</p><p></p><p></p><p> <a href="http://farm4.static.flickr.com/3496/3290044993_def699b494_o.png" target="_blank"><img src="http://farm4.static.flickr.com/3496/3290044993_def699b494_o.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a><em>The xmaxima inbuilt GUI</em></p><p></p><p></p><p> <strong><u>Recommende GUI - WxMaxima</u> </strong>(see the first picture)</p><p></p><p></p><p> Although xmaxima is good, it lacks modern GUI touch. wxwidgets have good solution for this, and this even includes openmath software for pretty plotting than from GNUPLOT. <a href="http://nchc.dl.sourceforge.net/sourceforge/wxmaxima/wxMaxima-0.8.1.tar.gz" target="_blank">You can download the source from this link. </a></p></blockquote><p></p>
[QUOTE="070348K, post: 4300000, member: 69227"] [B]This article is extracted from my own blog, [URL="http://lmpeiris.wordpress.com/"]http://lmpeiris.wordpress.com/[/URL] [/B] [B]This is my own work. No copyright violations. :D[/B] [B]You can visit to see more and more interesting stuff on Linux. [/B][U][SIZE=6][B]This article is about mathematica-like FOSS application maxima.[/B][/SIZE][/U] [B][B][URL="http://farm4.static.flickr.com/3494/3289719291_3e392125d5_o.png"][IMG]http://farm4.static.flickr.com/3494/3289719291_3e392125d5_o.png[/IMG][/URL][/B][/B][I]WxMaxima running on FC9, Gnome[/I] I usually get big intergrations and ODE’s which i cannot solve on my own. Functions of these without boundry conditions cannot be solved by most programs, and most of them give alien output which is far different than your school notebook. This is where maxima comes in with built in functions. You can check out [URL="http://maxima.sourceforge.net/"]maxima website[/URL] for more details. Maxima runs using LISP. There are several distributions of LISP, but i recommend common lisp alias CLISP (type clisp on rpmfind for rpms- or [URL="http://nchc.dl.sourceforge.net/sourceforge/clisp/clisp-2.47.tar.bz2"]download source from here[/URL]) for the purpose. It’s slow than others, but less-troublesome. You should install CLISP before installing maxima. If you’re installing from source ([URL="http://jaist.dl.sourceforge.net/sourceforge/maxima/maxima-5.17.1.tar.gz"]download here[/URL]) it will be auto-detected. The same old method, which is to CD in to source folder path and typing (this contains “configure” file) [I][B]./configure [/B][/I] [I][B] make[/B][/I] [I][B]make install [/B][/I] will install your app. If downloading from binaries choose package which suits your installed LISP package. ex: download maxima-runtime-clisp [I]if you installed CLISP as your LISP[/I]. maxima-runtime-elisp [I]if you installed ELISP as your LISP[/I] etc. When you’re done installing maxima, [B]type maxima for command line interface and xmaxima for inbuilt GUI[/B]. The xmaxima also contains some example codes. [URL="http://farm4.static.flickr.com/3496/3290044993_def699b494_o.png"][IMG]http://farm4.static.flickr.com/3496/3290044993_def699b494_o.png[/IMG][/URL][I]The xmaxima inbuilt GUI[/I] [B][U]Recommende GUI - WxMaxima[/U] [/B](see the first picture) Although xmaxima is good, it lacks modern GUI touch. wxwidgets have good solution for this, and this even includes openmath software for pretty plotting than from GNUPLOT. [URL="http://nchc.dl.sourceforge.net/sourceforge/wxmaxima/wxMaxima-0.8.1.tar.gz"]You can download the source from this link. [/URL] [/QUOTE]
Insert quotes…
Verification
Awruddata maasa keeyada?
Post reply
Top
Bottom