Line 1: Line 1:
[[Category:2010 Fall MA 265 Momin]]
+
<br>
  
=Elementary Linear Algebra Chapter 4: Real Vector Spaces=
+
= Elementary Linear Algebra Chapter 4: Real Vector Spaces =
  
 +
Welcome!<br>
  
 +
Note: This page is based on the fourth chapter in Elementary Linear Algebra with Applications (Ninth Edition) by Bernard Kolman and David R Hill.<br>
  
Put your content here . . .
+
<br>
  
 +
'''4.1 Vectors in the Plane and in 3-Space'''
  
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Basic definitions of what a vector and a coordinate system is (see book).&nbsp;I am under the impression that you have had enough math to know what these are.&nbsp;
  
 +
<br>
  
[[ 2010 Fall MA 265 Momin|Back to 2010 Fall MA 265 Momin]]
+
'''4.2 Vector Spaces'''
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A '''real vector space''' is a set V of elements on which we have two operations + and ∙ defined with the following properties:
 +
<blockquote>&nbsp;&nbsp;&nbsp;&nbsp; (a) If u and v are any elements in V, then u + v is in V. We say that V is '''closed''' under the operation +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1. u + v = v + u for all u, v in V<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2. u + (v + w) = (u + v) + w for all u, v, w in V<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3. There exists an element 0 in V such that u + 0 = 0 + u = u for any u in V<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4. For each u in V there exists an element –u in V such that u + -u = -u + u = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(b) If u is any element in V and c is any real number, then c ∙ u is in V<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. c ∙ (u + v) = c ∙ u + c ∙ v for any u, v in V and any real number c<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. (c + d) ∙ u = c ∙ u + d ∙ u for any u in V and any real numbers c and d<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3. c ∙ (d ∙ u) = (cd) ∙ u for any u in V and any real numbers c and d<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4. 1 ∙ u = u for any u in V </blockquote>
 +
<br>'''4.3 Subspaces'''
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A subspace is a “mini” vector space that satisfies all of the properties mentioned in section 4.2. An easy way to test if something is a subspace is to see if it satisfies the addition and scalar multiplication properties.
 +
 
 +
<br>
 +
 
 +
'''4.4 Span'''
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Let S be a set of vectors in a vector space V. If every vector in V is a linear combination of the vectors in S, then the set S is said to '''span''' V, or V is spanned by the set S; that is, span S = V.
 +
 
 +
<br>
 +
 
 +
'''4.5 Linear Independence'''
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''Linear Independence '''is when all vectors in a set of vectors are unique. So if there are two vectors in a set that are a combination of other vectors in the the set, then the set&nbsp;is not linear independent. <br>
 +
 
 +
'''4.6 Basis and Dimension'''
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The vectors in a vector space V are said to form a '''basis''' for V if they:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(1) span V <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (2) linear independent
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The dimension of a nonzero vector space V is the number of vectors in a basis for V. We often write dim V for the dimension of V. We also define the dimension of the trivial vector space {0} to be zero.
 +
 
 +
<br>
 +
 
 +
'''4.7 Homogeneous Systems<br>'''
 +
 
 +
<br>'''4.9 Rank of a Matrix'''
 +
 
 +
• If A is an m × n matrix, then rank A + nullity A =n<br>• A is nonsingular if and only if rank A = n<br>• If A is an n × n matrix, then rank A = n if and only if det(A) ≠ 0
 +
 
 +
<br>
 +
 
 +
<br>
 +
 
 +
<br>
 +
 
 +
<br>
 +
 
 +
[[2010 Fall MA 265 Momin|Back to 2010 Fall MA 265 Momin]]
 +
 
 +
[[Category:2010_Fall_MA_265_Momin]]

Revision as of 08:44, 16 December 2010


Elementary Linear Algebra Chapter 4: Real Vector Spaces

Welcome!

Note: This page is based on the fourth chapter in Elementary Linear Algebra with Applications (Ninth Edition) by Bernard Kolman and David R Hill.


4.1 Vectors in the Plane and in 3-Space

      Basic definitions of what a vector and a coordinate system is (see book). I am under the impression that you have had enough math to know what these are. 


4.2 Vector Spaces

      A real vector space is a set V of elements on which we have two operations + and ∙ defined with the following properties:

     (a) If u and v are any elements in V, then u + v is in V. We say that V is closed under the operation +
          1. u + v = v + u for all u, v in V
          2. u + (v + w) = (u + v) + w for all u, v, w in V
          3. There exists an element 0 in V such that u + 0 = 0 + u = u for any u in V
          4. For each u in V there exists an element –u in V such that u + -u = -u + u = 0
     (b) If u is any element in V and c is any real number, then c ∙ u is in V
          1. c ∙ (u + v) = c ∙ u + c ∙ v for any u, v in V and any real number c
          2. (c + d) ∙ u = c ∙ u + d ∙ u for any u in V and any real numbers c and d
          3. c ∙ (d ∙ u) = (cd) ∙ u for any u in V and any real numbers c and d
          4. 1 ∙ u = u for any u in V


4.3 Subspaces

      A subspace is a “mini” vector space that satisfies all of the properties mentioned in section 4.2. An easy way to test if something is a subspace is to see if it satisfies the addition and scalar multiplication properties.


4.4 Span

      Let S be a set of vectors in a vector space V. If every vector in V is a linear combination of the vectors in S, then the set S is said to span V, or V is spanned by the set S; that is, span S = V.


4.5 Linear Independence

     Linear Independence is when all vectors in a set of vectors are unique. So if there are two vectors in a set that are a combination of other vectors in the the set, then the set is not linear independent.

4.6 Basis and Dimension

     The vectors in a vector space V are said to form a basis for V if they:
           (1) span V
           (2) linear independent

     The dimension of a nonzero vector space V is the number of vectors in a basis for V. We often write dim V for the dimension of V. We also define the dimension of the trivial vector space {0} to be zero.


4.7 Homogeneous Systems


4.9 Rank of a Matrix

• If A is an m × n matrix, then rank A + nullity A =n
• A is nonsingular if and only if rank A = n
• If A is an n × n matrix, then rank A = n if and only if det(A) ≠ 0





Back to 2010 Fall MA 265 Momin

Alumni Liaison

has a message for current ECE438 students.

Sean Hu, ECE PhD 2009