<< Evalf SYMSCI Toolbox Eye >>

SYMSCI Toolbox >> SYMSCI Toolbox > Expand

Expand

expand symbolic expression

Calling Sequence

e: Expand( s )

Arguments

s

symbolic expression

e

symbolic expression

Description

Returns the rewritten expression s, such that products and powers are expanded.

Examples

// create symbolic expression
s = %(Sym("(x+y)*(x-y)^10"))

// expand expression
Expand(s)

// clean up
reset();
clear s;

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< Evalf SYMSCI Toolbox Eye >>