Feeds
提问
Which routine to be used for numerically solving a three-order equation represented in an array?
Hi all, I'm sorry if the title is not clear enough. What I want to solve is an equation like y^3 + a y^2 + b y + c = 0, ...
10 years 前 | 2 个回答 | 0
2
个回答提问
What's the difference between eig(A,B) and eig(A/B)
Hi all, I'm solving a generalized eigenvalue problem Ax=lambda Bx. I can either do eig(A,B) or eig(A/B). The eigenvalues are ...
11 years 前 | 1 个回答 | 0