Programmer Guide/Command Reference/EVAL/rpoly: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 18:31, 18 November 2010

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