rpoly
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Contents
rpoly
Evaluate the polynomial a for all arguments.
Usage:
rpoly(a, x)
Parameters:
- x
- A number, vector or matrix.
Result:
y[] = a[0] + a[1]*x[] + a[2]*x[]^2 ...
Return Type:
The same as x.