syntfil[TestCharEqn] - verify the transfer and the characteristic function
Calling sequence:
TestCharEqn(pol, chpol, var)
Parameters:
pol -
inverse transfer function
(output from functions cited in references "See also")
chpol -
characteristic function
(output from functions cited in references "See also")
var - variable symbol in previous functions
Description:
Example:
> | with(syntfil): |
Compute Butterworth approximation
> | pol,chpol:=Butterworth(3,2,3,s); |
> | TestCharEqn(pol,chpol,s); |
See also:
Butterworth, Chebyshev, InvChebyshev, InvChebyshevB, Cauer, CauerB, CauerC