>>> "Eric" == Eric S Fraga <[email protected]> writes:
> I don't have MATLAB on the system I'm on at the moment but trying your
> (slightly modified) example with octave instead works:
Aha!
#+BEGIN_SRC matlab :results output
syms a b
A=[a,b;b,a]
eig(A)
#+END_SRC
This worked as well! Thanks!
