One missing maxima feature, that I have the math behind, but not a program



On 2013-12-07, Mike Valenzuela <mickle.mouse at gmail.com> wrote:

> matrixexp(A * t) is often useful for solving linear differential equations.
> Similarly, A^^t is useful for solving (discrete) difference equations.

Not sure if this is the same as the stuff you are working on, but maybe
matrixexp and matrixfun in the linearalgebra package are what you are
looking for. For A^^t, maybe you want matrixfun(lambda([x], x^t), A).

HTH

Robert Dodier