Learning Maxima: Beginner Video Tutorials

AI Thread Summary
The discussion centers on transitioning from Mathematica to Maxima, emphasizing the importance of starting with the basics of Maxima's language. Participants recommend various resources, including video tutorials and documentation links to help new users learn Maxima effectively. The conversation also touches on the relationship between Maxima and Octave, highlighting both as open-source mathematical tools with distinct functionalities—Maxima for symbolic computation and Octave as a numerical computing alternative to Matlab. Additional resources for using Maxima, including wxMaxima for a user-friendly interface, are shared. Julia is mentioned as another computational tool, noted for its matrix computation capabilities, although it is clarified that Julia is not primarily a symbolic computation program.
Leo Liu
Messages
353
Reaction score
156
I am switching from Mathematica to Maxima. Although both of them are symbolic computation programs, I think it is better to start studying Maxima's language from the basic stuff. Could someone recommend some good video tutorials to me? Thanks.
 
Physics news on Phys.org
and from Prof Glasner's website:

  • Maxima and Octave
    • Maxima and Octave are two open source mathematical tools http://maxima.sourceforge.net/compalg.shtml The are a lot of good reasons for using open source software beyond its purchase price which are clearly documented here.
    • The current implementation of MIT's Macsyma system for computer based algebra is called Maxima and is available for MS Windows under the GNU Public License here.
    • The Maxima package for Windows also includes http://wxmaxima.sourceforge.net/ which can help people start using Maxima without learning Maxima's languange.
    • Here is http://www.math.harvard.edu/computing/maxima brief introduction to Maxima.
    • Here is an http://www.math.psu.edu/glasner/m251/intromax.html, as well as http://www.math.psu.edu/glasner/Max_doc/maxima-primer.html which is distributed with maxima.
    • Here is some http://www.math.psu.edu/glasner/Max_doc/index.html on Maxima.
    • Octave, a Matlab alternative for numerical work, is available under the GPL.
    • Links to additional CAS's using Maxima as a component in a larger scheme http://maxima.sourceforge.net/relatedprojects.shtml

http://www.personal.psu.edu/mxg/m251_fa09/thepage.html
 
ANother computational tool to consider is Julia:

Julialang.org

Julia does matrix style computations along the lines of Matlab but without the frills or cost.
 
jedishrfu said:
ANother computational tool to consider is Julia:

Julialang.org

Julia does matrix style computations along the lines of Matlab but without the frills or cost.
Thanks for your reply. But isn't julia not a symbolic computation program?
 
Julia can interface so anything is possible

 
  • Wow
Likes Leo Liu

Similar threads

Back
Top