|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ZeroTest
ZeroTest
is an option to various linear algebra functions that gives a function to use in testing whether symbolic expressions should be treated as zero.
DetailsDetails
- ZeroTest->Automatic effectively tests for zeros using a version of PossibleZeroQ.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
The automatic ZeroTest used by LinearSolve does not detect that mat is nonsingular:
With a stronger zero test LinearSolve gives the correct answer:
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


