Hi all,

Hope this isn't too simple of a question.  I have a coupled system of Linear
ODEs, and want to solve in deal.ii.  So,
say I have

x' = Ax,

where x is a state vector and A is a matrix.  The simple way (that occurs to
me) is doing matrix exponentiation, so finding: x = exp(At) * x_{0} .  Is
matrix exponentiation supported? ... and/or if not, does anyone have an
easy/fast way you might approach this issue?

Thanks a ton,
Evan
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to