Results 1 to 10 of 10

Thread: What is the alternative for Matlab in linux

  1. #1
    Join Date
    Nov 2006
    Location
    Where English is nth lang
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question What is the alternative for Matlab in linux

    hi all
    may i know what is the CLOSEST alternative for matlab in linux?

    thank you all

  2. #2
    Join Date
    May 2008
    Beans
    Hidden!

    Re: What is the alternative for Matlab in linux

    Mathematica?

    http://www.wolfram.com/products/mathematica/index.html

    It's incredibly expensive to buy a license, unless you're a student--then you can get it for under $100.

  3. #3
    Join Date
    Nov 2006
    Location
    Where English is nth lang
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: What is the alternative for Matlab in linux

    oh i forgot to tell, im looking for free ones.

  4. #4
    Join Date
    May 2008
    Beans
    Hidden!

    Re: What is the alternative for Matlab in linux

    A quick Google turned up "Sage":

    http://www.sagemath.org/index.html

  5. #5
    Join Date
    Nov 2006
    Location
    Where English is nth lang
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: What is the alternative for Matlab in linux

    thanks, anybody used Sage?

  6. #6
    Join Date
    Jan 2005
    Beans
    31

    Re: What is the alternative for Matlab in linux

    There are several alternatives:

    * Octave is very similar to Matlab. For everyday use
    (without various toolboxes) Octave can be used as a
    transparent replacement.

    * SAGE is also great, but perhaps closer to Maple/Mathematica
    in functionality than Matlab.

    * Scilab has many features from Matlab/Mathematica.

    * R is somewhat similar to Matlab, and is extremely
    powerful for statistical computations.

    * Python with Scipy extends the popular Python programming
    language with scientific capabilities and toolboxes. It
    has excellent plotting capabilities using the Matplotlib
    package.

    If you like to program and has a use for the large number
    of extension libraries available in Python, I would definitely
    choose Python/Scipy/etc. If you need a simple monolithic package
    with linear algebra capabilities and syntax identical to
    Matlab then use Octave.

  7. #7
    Join Date
    Oct 2007
    Beans
    152
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: What is the alternative for Matlab in linux

    try Scilab:

    www.scilab.org

    it is already in the repository of the 9.04 ubuntu release.

    it has also a table of conversion from matlab to scilab and some emulated functions with the same matlab syntax.

    best,
    g.

  8. #8
    Join Date
    Aug 2007
    Beans
    876
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: What is the alternative for Matlab in linux

    Quote Originally Posted by JDahl View Post
    There are several alternatives:

    * Octave is very similar to Matlab. For everyday use
    (without various toolboxes) Octave can be used as a
    transparent replacement.

    * SAGE is also great, but perhaps closer to Maple/Mathematica
    in functionality than Matlab.

    * Scilab has many features from Matlab/Mathematica.

    * R is somewhat similar to Matlab, and is extremely
    powerful for statistical computations.

    * Python with Scipy extends the popular Python programming
    language with scientific capabilities and toolboxes. It
    has excellent plotting capabilities using the Matplotlib
    package.

    If you like to program and has a use for the large number
    of extension libraries available in Python, I would definitely
    choose Python/Scipy/etc. If you need a simple monolithic package
    with linear algebra capabilities and syntax identical to
    Matlab then use Octave.
    This summarizes the alternatives nicely, and I completely agree with the poster.

  9. #9
    Join Date
    Mar 2007
    Location
    127.0.0.1
    Beans
    507
    Distro
    Ubuntu Development Release

    Re: What is the alternative for Matlab in linux

    Use Pylab with Scilab! It existed before matlab, has more functions, is free and the code is similar (e.g. ^2 is written **2 instead).

    If you want a GUI for it, install Scite. Write the code, press F5, and the calculations are shown on the right side of the window.
    Registered user267386
    Answear a post if you got time or if you just want to avoid doing something else...
    Underestimated help just as this little friend.
    Don't forget to close the threads once answered.

  10. #10
    Join Date
    Sep 2008
    Beans
    1

    Re: What is the alternative for Matlab in linux

    maxima is very good in symbolic mathematics
    http://maxima.sourceforge.net/

    scilab, octave are good for numerical mathematics (similar to matlab)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •