span2list SciMax Toolbox sym2poly

SciMax Toolbox >> sym

sym

Evaluates an expression in Maxima

Calling Sequence

y=sym(x)

Parameters

x

can be of type int, double, complex, string, sym, polynomial

y

is of type sym

Description

This function can be overloaded to manage different types.

Take care that you musn't use dollar ($) or semi-colon (;) in your expression.

Examples

x=sym('x'),x*x
b=[1 2;3 4];B=sym(b)
y=sym('diff(sin(x),x)')

Author

See also

span2list SciMax Toolbox sym2poly