testchareqn.mws

syntfil[TestCharEqn]   -  verify the transfer and the characteristic function

Calling sequence:

      TestCharEqn(pol, chpol, var)

Parameters:

      pol      - inverse transfer function H^(-1)  (output from functions cited in references "See also")

      chpol    - characteristic function Phi  (output from functions cited in references "See also")

      var      - variable symbol in previous functions

Description:

Example:

>    with(syntfil):

`Syntfil version 1.53 loaded`

`You can set infolevel[syntfil] variable to 2..5 to get more detailed results!`

Compute Butterworth approximation

>    pol,chpol:=Butterworth(3,2,3,s);

pol, chpol := 1.000000000+.9976283451*s^3+1.996836541*s^2+1.998417645*s, .9976283451*s^3

>    TestCharEqn(pol,chpol,s);

.7100000000e-8

See also:

Butterworth, Chebyshev, InvChebyshev, InvChebyshevB, Cauer, CauerB, CauerC