- #1
Hi, I have derived a matrix from a system of ODE, and the matrix looked pretty bad at first. Then recently, I tried the Gauss elimination, followed by the exponential application on the matrix (e^[A]) and after another Gauss elimination, it turned "down" to the Identity matrix. This is awfully simple, and I may wonder if the system at hand is either completely redundant, or if the procedure of using Gauss elimination on a matrix for a system of ODEs, followed by e^A and then another Gauss elimination is a reasonable and valid approach to solve ODE systems, and does not "make critical information of the ODE vanish along the way"?
Thanks!
Thanks!