Syntax
poly2symb(Lst,Var)
Description
Returns a polynomial (orthe polynomial and its value) in Var (by default x), the polynomial being defined by the vector of coefficents in Vect .
Example
poly2symb([1,2,3],x) returns (x+2)*x+3
poly2symb([1,2,3],x=2) returns (x+2)*x+3=11
poly2symb — Discussion