- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Iwant to find the sign of large matrix determinat. In a iterative dichotomic process, let find when the matrix becomes singular when the sign of determinant changes.
Do you know some function of mkl to do this?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm afraid there's no easier way to know the sign of the determinant than to compute a determinant, which is equivalent to making LU decomposition.
It would be difficult also to detect a singularity because of the rounding errors during computation. The result could be unpredictable atsingular or ill-conditioned matrix.
Michael.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page