Navigation

Operators and Keywords

Function List:

C++ API

: polyout (c)
: polyout (c, x)
: str = polyout (…)

Display a formatted version of the polynomial c.

The formatted polynomial

c(x) = c(1) * x^n + … + c(n) x + c(n+1)

is returned as a string or written to the screen if nargout is zero.

The second argument x specifies the variable name to use for each term and defaults to the string "s".

See also: polyreduce.

Package: octave