Previous Up Next

6.33.2  Rational function given by roots and poles: fcoeff

The fcoeff command finds a rational function given its roots and poles.


Example.
Input:

fcoeff([1,2,0,3,2,-1])

Output:


x−1
2 x3 
x−2
−1

Previous Up Next