> 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