- #1
Shackleford
- 1,656
- 2
x' = Ax, x(0) = v,
where A is the matrix in problem 6 and v = [1,2]^T. Do not use the eigenvalues and the eigenvectors of A. (Hint A^2v = 0).A = [ (1, -1)^T (1, -1)^T ]
All I did was calculate e^(tA)v = v[I + tA].
In this case, an IVP, x(t) is the solution. x(t) = e^(tA)v.
Since I wasn't asked to find a fundamental set of solutions, I didn't need to calculate e^(tA)v for every v that's a basis in R^n, right?
where A is the matrix in problem 6 and v = [1,2]^T. Do not use the eigenvalues and the eigenvectors of A. (Hint A^2v = 0).A = [ (1, -1)^T (1, -1)^T ]
All I did was calculate e^(tA)v = v[I + tA].
In this case, an IVP, x(t) is the solution. x(t) = e^(tA)v.
Since I wasn't asked to find a fundamental set of solutions, I didn't need to calculate e^(tA)v for every v that's a basis in R^n, right?
Last edited: