<< oldbesseli 5-2 readc_ >>
removed >> removed > 5-2 > pol2tex

pol2tex

convert polynomial to TeX format

Calling Sequence

y = pol2tex(x)

Parameters

x

polynomial

y

list

Description

Latex source code for the polynomial x. (For use with texprint)

Examples

s=poly(0,'s');
p=s^3+2*s-5;
pol2tex(p)

See Also

History

VersionDescription
5.2.2 pol2tex was published up to Scilab 5.2.2. It is replaced with prettyprint.

<< oldbesseli 5-2 readc_ >>