[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
exp(A) where A is a matix
From: |
heberf |
Subject: |
exp(A) where A is a matix |
Date: |
Tue, 3 Aug 1999 14:29:30 -0500 (CDT) |
How do I implement exp(A), where A is a matix, in an .oct file? The only thing
I could find is A.expm but this return the matrix exponential. I want the
thing
that returns a matrix B where Bij = exp(Aij).
Heber Farnsworth
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
- exp(A) where A is a matix,
heberf <=