Name

pol2tex — convert polynomial to TeX format. This function is obsolete and will be removed in Scilab 5.3. Please use prettyprint

Calling Sequence

[y]=pol2tex(x)

Parameters

x

polynomial

y

list

Description

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

This function is obsolete and will be removed in Scilab 5.3. Please use prettyprint

Examples

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

See Also

prettyprint