Problem inverting complex matrix
|
12-21-2019, 04:52 PM
Post: #5
|
|||
|
|||
RE: Problem inverting complex matrix
det(exact(m)) returns:
(-1245591211435133830166343338512439683+51639354804136441655581854007061939*i)/44328554791945219310918948796875252340096000000000000, evalf() to -2.80990710679e-17+1.16492303993e-18*i. The smallest singular values of m is not too small, but there are 6 very small singular values, this is the reason why the determinant is small, and that raises an error at the end of the Gauss algorithm. As I said, approx(inv(exact(...))) does the job. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problem inverting complex matrix - jesuscf - 12-21-2019, 09:48 AM
RE: Problem inverting complex matrix - Werner - 12-21-2019, 12:17 PM
RE: Problem inverting complex matrix - parisse - 12-21-2019, 01:02 PM
RE: Problem inverting complex matrix - Joe Horn - 12-21-2019, 01:15 PM
RE: Problem inverting complex matrix - parisse - 12-21-2019 04:52 PM
RE: Problem inverting complex matrix - jesuscf - 12-21-2019, 08:43 PM
RE: Problem inverting complex matrix - parisse - 12-22-2019, 08:54 AM
RE: Problem inverting complex matrix - jesuscf - 12-22-2019, 05:35 PM
RE: Problem inverting complex matrix - Jacob Wall - 12-21-2019, 10:17 PM
RE: Problem inverting complex matrix - jesuscf - 12-21-2019, 10:42 PM
RE: Problem inverting complex matrix - Jacob Wall - 12-21-2019, 10:57 PM
|
User(s) browsing this thread: 2 Guest(s)