mroge02 / math212

Differential equations course repo
2 stars 1 forks source link

findIMIE return complete system #5

Open mroge02 opened 4 years ago

mroge02 commented 4 years ago

Create an option for findIMIE to return matrix, eigensystem, correspond ODE in an Association[]

mroge02 commented 4 years ago

findIMIE has been changed to return (a list of) {matrix, transition}, where transition is the transition matrix of eigenvectors.

mroge02 commented 4 years ago

Perhaps diffEq[] could be expanded to include the eigenvectors & eigenvalues of a autonomous linear system. Then findIMIE[] could return a diffEq[] object.