rpoly

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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.

Navigation menu

Personal tools