Programmer Guide/Command Reference/EVAL/rpoly: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
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.