Week05¶
plot¶
Cramer's rule¶
Naive Gauss¶
1 2 3 4 5 6 7 8 9 |
|
- ill-conditioned systems
- small change in coefficients results in large scale.
- wide range of the answers.
-
determinant close to zero.
-
condition number
-
standardlize -> pick up the maximum element.
-
Improve
- use more significant figures
- pick up the great pivot
- avoid divide zero and round-off error
- scaling
- we not include scaling into the system.
Flops¶
Last update:
2024-04-27