Skip to main content
2 events
when toggle format what by license comment
Sep 25, 2013 at 13:48 comment added S.Surace Inspired by Murray, you can define your own function which checks whether a matrix is badly conditioned as follows: BadlyConditionedQ[mat_?MatrixQ]:=If[Quiet[Check[Inverse[mat], True, Inverse::luc], Inverse::luc]===True,True,False]
Feb 16, 2013 at 22:57 history answered murray CC BY-SA 3.0