MATLABCan it do Symbolic Manipulations?

  • Context: MATLAB 
  • Thread starter Thread starter Saladsamurai
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
Saladsamurai
Messages
3,009
Reaction score
7
For example: If I have some ridiculously long equation, and I want to solve it for 'x' can it do it?

I know that there are better software packages that can handle symbolic notation like Mathematica, but I would like for my output to be in the style of MATLAB.
 
Physics news on Phys.org
Oooh...I think I just might!
 
Keep in mind that SMT is only available on 32bit installations of Matlab in the Windows environment, if you've got the 64bit variation installed, then congratulations you don't have SMT. Oddly enough SMT is available in 64bit Matlab for for the linux environment.

I just figured I'd throw out the heads up since I wasted a day trying to figure out why 'syms' wasn't recognized on my 64bit MATLAB install.
 
there is MATLAB for the linux environment? got have that...
 
Just for the record, Sym. Math Toolbox is not aware of cosh/sinh functions when simplifying equations. It can't see them.