Community Profile

photo

Sophia Horner


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

Feeds

排序方式:

提问


I solved the differential equation by eigenvalues/eigenvectors, how would I solve for the constants from my initial conditions?
syms lambda A = [-8/3 0 0; 8/3 -8/2 0; 0 8/2 -8/24]; Id3 = sym([1,0,0;0,1,0;0,0,1]) B = lambda*Id3-A evs = solve(p) null(ev...

4 years 前 | 1 个回答 | 0

1

个回答