Applied edits

This commit is contained in:
2023-04-20 21:11:28 -07:00
parent 08add061e2
commit a28eba5702
5 changed files with 47 additions and 34 deletions

View File

@ -43,8 +43,8 @@
\problem{}
Show that the euclidean norm satisfies the triangle inequalty:
$$
||x+y|| \leq ||x|| + ||y||
$$:
||x+y|| \leq ||x|| + ||y||
$$
\vfill
@ -52,7 +52,7 @@
Show that the eucidean norm satisfies the reverse triangle inequality:
$$
||x - y|| \geq |~||x|| - ||y||~|
||x-y|| \geq |~||x|| - ||y||~|
$$
\vfill
@ -61,7 +61,7 @@
Prove the Cauchy-Schwartz inequality:
$$
||x \cdot y|| = ||x||~||y||
||x \cdot y|| \leq ||x||~||y||
$$
\vfill