defmf SciMax Toolbox mathml

SciMax Toolbox >> latex

latex

Converts an expression in LaTeX

Calling Sequence

l=latex(x)

Parameters

x

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

l

is a string containing LaTeX code corresponding to the expression.

Description

This function uses the Maxima function tex.

Examples

Syms('x')
e=latex(diff(sin(x)/x,x))

Author

See also

defmf SciMax Toolbox mathml