drainagesystem 2026-2-11:18:13:10

This commit is contained in:
2026-02-11 18:13:10 -08:00
parent 61d377de09
commit 7bb5d5d762
5 changed files with 39 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
The inner product is a operation that takes in two [[Vectors]] and outputs a number
where the inner product can be defined like this: $⟨𝐱, 𝐲⟩ =∑^𝑛_{𝑖=1}𝑥_𝑖𝑦_𝑖$
inner products have the unique property that if two vectors are orthogonal from each other that their inner product is 0.