You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linear-algebra/source/future-ON/01.ptx
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,32 @@ The dot product combines two vectors and creates a scalar that gives us geometri
148
148
149
149
<p>Need to create a segue to the fact that you can find the angle between vectors using the Law of Cosines as a starting place.</p>
150
150
151
-
152
-
151
+
<definition>
152
+
<statement>
153
+
<p> Given two vectors <m>\vec u</m> and <m>\vec v</m> in <m>\IR^n</m>, such that <m>\vec u</m> and <m>\vec v</m> are not parallel, let <m>\theta</m> be the <term>angle</term> between the two vectors,
154
+
then
155
+
<me>
156
+
\cos \theta = \frac{\vec u \cdot \vec v }{|\vec u||\vec v|}.
0 commit comments