<< FreeSymbols SYMSCI Toolbox HCat >>

SYMSCI Toolbox >> SYMSCI Toolbox > GetArgs

GetArgs

get arguments of symbolic expression

Calling Sequence

v: GetArgs( e )

Arguments

e

symbolic expression

v

vector of symbolic scalars

Description

Returns a vector v with the top-level arguments of expression e.

Examples

// expression
e = %(Sym("f(x,y)+3*z/y+g(z)"))

// top-level arguments of epression e
GetArgs(e)

// clean up
free(e);
clear e;

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< FreeSymbols SYMSCI Toolbox HCat >>