drainagesystem 2026-4-20:19:7:15

This commit is contained in:
2026-04-20 19:07:15 -07:00
parent 7bb5d5d762
commit ada462624e
17 changed files with 178 additions and 37 deletions

View File

@@ -1,3 +1,4 @@
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.
inner products have the unique property that if two vectors are orthogonal from each other that their inner product is 0.
(This process is also know as a dot product)