Computation.SymbolicCalculation(Term[], Store) Method

Symbolic evaluation of math expression with all possible substitutions based on the evaluation context.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static Term[] SymbolicCalculation(
	Term[] root,
	ref Store store
)

Parameters

root  Term[]
Math expression to evaluate.
store  Store
Current evaluation context.

Return Value

Term[]
Result of the symbolic evaluation.

See Also