From 747d91a1040e02a5d139781b74e95d3ee38ea4d7 Mon Sep 17 00:00:00 2001 From: mlamich1 <139090918+mlamich1@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:08:41 +0000 Subject: [PATCH 1/2] We are planning to add new Sec on Linear Algebra. --- linear-algebra/source/future-ON/01.ptx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/linear-algebra/source/future-ON/01.ptx b/linear-algebra/source/future-ON/01.ptx index cd5c34969..7fcdf3835 100644 --- a/linear-algebra/source/future-ON/01.ptx +++ b/linear-algebra/source/future-ON/01.ptx @@ -159,8 +159,22 @@ The dot product combines two vectors and creates a scalar that gives us geometri

Describe all vectors \vec w that are orthogonal to \vec u.

Find the angle between \vec u and \vec v.

+ + + + +

Consider two vectors \vec u =\left[\begin{array}{c} 1 \\ 3 \\ 4 \\ -4 \end{array}\right] and \vec v = \left[\begin{array}{c} -1 \\ -3 \\ -4 \\ 4 \end{array}\right].

+
+

Use dot product to determine ||\vec u|| and ||\vec v||.

+

Using dot product, find the distance between \vec u and \vec v .

+

Find the angle between \vec u and \vec v.

+
+ + + + Videos