- #1
kaizen.moto
- 98
- 0
Dear all,
After solving the inverse of 3 x 3 matrix, I got a warning which says 'badly inverse conditioned matrix, the result may contain significant numerical errors'.
My question is that how to treat or improve such matrix so that this warning can be eliminated.
For example: the inverse of 3 x 3 matrix:
Inverse[
{1.74923*10^23, 1.14055*10^21, -4.43947*10^22},
{6.89225*10^23, 4.49395*10^21, -1.74923*10^23},
{4.49395*10^21, 2.93024*10^19, -1.14055*10^21}
]
Please let me know if there is a treatment to the matrix before the inverse can be executed.
Thanks for any feedback
After solving the inverse of 3 x 3 matrix, I got a warning which says 'badly inverse conditioned matrix, the result may contain significant numerical errors'.
My question is that how to treat or improve such matrix so that this warning can be eliminated.
For example: the inverse of 3 x 3 matrix:
Inverse[
{1.74923*10^23, 1.14055*10^21, -4.43947*10^22},
{6.89225*10^23, 4.49395*10^21, -1.74923*10^23},
{4.49395*10^21, 2.93024*10^19, -1.14055*10^21}
]
Please let me know if there is a treatment to the matrix before the inverse can be executed.
Thanks for any feedback