SUBSTV

From iMath
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Syntax

SUBSTV ( expression | equation , symbol = vector )

Implemented in iMath since version 2.2.0 or earlier.

Explanation

Substitute the given symbol in the expression/equation with all values of the vector. The result will be a vector. This is mostly useful for specifying values to CHART.

Example

EXDEF SUBSTV(cos{3 %theta}, %theta=0:2 %pi/3:%pi/6) will result in the vector (1,0,-1,0,1)

See also

SUBST SUBSTC