Hello everyone,
I am a new user who is trying to solve linear differential equations like x' = A x where A is a matrix of constants.
I have not been able to successfully enter such an equation into wolframAlpha.
I have tried things like x' = [{2,1},{3,4}]x to no avail.
At best, it tells me that the formatting is incorrect and solves for x = 2.
I have look through the available examples, but none seem to use a matrix.
How would you solve dx/dt = Ax?