Thread: Matlab vs. R

  1. #16
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    I'd take mathematica over 'em both to be honest, but that's because I've used it more.

  2. #17
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    oh cool, I didn't even realize matlab could do symbolic calculations.

    >Maple is a subset of Matlab.

    Are you sure about that? Your example is pretty simple, maple can do all kinds of fancy symbolic computations; calculus, factoring, expression simplification, finding closed forms, etc...

    I guess I need to play with Matlab more, I used it for a course once but have always turned to Maple for my math needs.

  3. #18
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Quote Originally Posted by Perspective View Post
    Are you sure about that? Your example is pretty simple, maple can do all kinds of fancy symbolic computations; calculus, factoring, expression simplification, finding closed forms, etc...
    I'm sure. I know my example was quite simple, but I am not a symbolic toolbox wizard.
    The Symbolic Math Toolbox incorporates the computation kernel of Maple 10, an efficient and accurate system for symbolic computation from Waterloo Maple Software. The toolbox provides functions for:
    [...]
    You can directly pass a Maple statement or function to the Maple 10 kernel. The kernel performs the computation and returns the resulting symbolic expression to MATLAB, where you can operate directly on the symbolic object.
    http://www.mathworks.com/products/symbolic/
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  4. #19
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Sang-drax View Post
    I'm sure. I know my example was quite simple, but I am not a symbolic toolbox wizard.

    http://www.mathworks.com/products/symbolic/

    Oh I get it, they've actually embedded the Maple engine in the matlab toolkit so you can access it with matlab syntax. nice.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Convert Matlab Algebraic Sol to C compatible
    By Takeshi in forum C Programming
    Replies: 3
    Last Post: 01-08-2009, 06:35 PM
  2. MATLAB error
    By chico1st in forum Tech Board
    Replies: 1
    Last Post: 06-17-2008, 03:39 PM
  3. MATLAB importing C libraries
    By chico1st in forum C Programming
    Replies: 1
    Last Post: 05-29-2008, 02:01 PM
  4. C/C++ and Matlab?
    By darkwalk in forum C++ Programming
    Replies: 2
    Last Post: 10-21-2006, 03:00 AM
  5. HELP in MATLAB to C conversion
    By itachi in forum Tech Board
    Replies: 0
    Last Post: 01-08-2006, 02:26 AM