matrix tangent
[t]=tanm(x)
:x square real or complex matrix : :t square matrix :
tanm(x) is the matrix tangent of the square matrix x.
A=[1,2;3,4]; tanm(A)
Enter search terms or a module, class or function name.