Octave Symbolic Package for Android
How does one do symbolic integration with this package?
In Matlab syms is used to declare variables, but syms is not recognized in octave, so please tell me the keyword for declaring variables. Thanks in advance.
No symbolic matrices yet. otherwise all good
No symbolic matrices yet. otherwise all good
by Y####:
Octave can not recognize syms but can recognize sym. For example... x = sym('x') ; y = 2*x + 1;