From a7e058b9af0c74505bbfcda273539c9f95146975 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Tue, 13 Feb 2024 11:28:07 -0600 Subject: [PATCH] fix heading level --- notes/condition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/condition.md b/notes/condition.md index b5a87cf..92a7e47 100644 --- a/notes/condition.md +++ b/notes/condition.md @@ -108,7 +108,7 @@ $$\frac{\|\Delta \boldsymbol{x}\|}{\|\boldsymbol{x}\|} \le \text{cond}({\bf A})\ Therefore, if we know the relative error in input, then we can use the condition number of the system to obtain an upper bound for the relative error of our computed solution (output). -#### Example +### Example Give an example of a matrix that is very well-conditioned (i.e., has a condition number that is good for computation). Select the best possible condition number(s) of a matrix?