From 00b4836dd7f02c28acab69ece61aacc728f229d4 Mon Sep 17 00:00:00 2001 From: "nathan.lodder" <122400944+nlodder@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:46:59 -0700 Subject: [PATCH] Typo correction in error.md (Error Analysis) Correcting typo "satisies" to "satisfies" --- systems/error.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/error.md b/systems/error.md index 6692739..9caa6d5 100644 --- a/systems/error.md +++ b/systems/error.md @@ -117,7 +117,7 @@ where $\| \cdot \|$ is the 2-norm. ``` ```{div} note -The operator norm satisies the property $\| A \boldsymbol{x} \| \leq \| A \| \| \boldsymbol{x} \|$ for all $\boldsymbol{x} \in \mathbb{R}^n$. +The operator norm satisfies the property $\| A \boldsymbol{x} \| \leq \| A \| \| \boldsymbol{x} \|$ for all $\boldsymbol{x} \in \mathbb{R}^n$. ``` ````{div} theorem @@ -294,4 +294,4 @@ Suppose $A$ is a 2 by 2 matrix such that the image of the unit circle under the ![/img/01_02_02.png](/img/01_02_03.png) Determine $\mathrm{cond}(A)$. -``` \ No newline at end of file +```