[SciPy-user] expm, sinm, ....

Travis Oliphant oliphant at ee.byu.edu
Wed Mar 6 11:55:26 EST 2002


> Hi,
>
> >>> help(expm)
>  expm(A, q=7)
>
> What is the meaning of the second argument q ?

It changes the approximation order of the Pade approximation.  Don't worry
about it if you don't understand.

just put in the matrix.

expm([[0,1],[-4,0]])

-Travis






More information about the SciPy-User mailing list