From c52e7a11d0b2d3a11718593d5e5ba0e0468771fa Mon Sep 17 00:00:00 2001
From: Steven Clontz
Date: Tue, 17 Sep 2024 21:39:37 +0000
Subject: [PATCH] WIP EV3 revision
---
source/linear-algebra/source/02-EV/03.ptx | 39 +++++++++++++++++++----
1 file changed, 33 insertions(+), 6 deletions(-)
diff --git a/source/linear-algebra/source/02-EV/03.ptx b/source/linear-algebra/source/02-EV/03.ptx
index 4167c6e79..5b2bb5d50 100644
--- a/source/linear-algebra/source/02-EV/03.ptx
+++ b/source/linear-algebra/source/02-EV/03.ptx
@@ -46,8 +46,11 @@
- Let S denote a set of vectors in \IR^n and suppose that \vec{u},\vec{v}\in\vspan(S),
- c\in\IR and that \vec{w}\in\IR^n. Which of the following vectors might
+ Let S=\{\vec v_1,\dots,\vec v_n\} denote a set of vectors in \IR^n.
+
+ Suppose that
+ \vec{u},\vec{v}\in\vspan(S),
+ c\in\IR, and \vec{w}\in\IR^n. Which of the following vectors might
not belong to \vspan(S)?
- \vec{0}
@@ -59,6 +62,30 @@
+
+
+ If S is any set of vectors in \IR^n, then the set \vspan(S) has the following properties:
+
+ -
+
+ the set \vspan(S) is non-empty, specifically, it at least contains \vec 0.
+
+
+ -
+
+ the set \vspan(S) is closed under addition: for any \vec{u},\vec{v}\in \vspan(S), the sum \vec{u}+\vec{v} is also in \vspan(S).
+
+
+ -
+
+ the set \vspan(S) is closed under scalar multiplication: for any \vec{u}\in\vspan(S) and scalar c\in\IR, the product c\vec{u} is also in \vspan(S).
+
+
+
+ It will be interesting to see if these kinds of properties might hold in other scenarios.
+
+
+
@@ -193,7 +220,7 @@