Linear Algebra. Linear Algebra. Chih-Wei Yi. Dept. of Computer Science National Chiao Tung University. November 12, 2008

Size: px
Start display at page:

Download "Linear Algebra. Linear Algebra. Chih-Wei Yi. Dept. of Computer Science National Chiao Tung University. November 12, 2008"

Transcription

1 Linear Algebra Chih-Wei Yi Dept. of Computer Science National Chiao Tung University November, 008

2 Section De nition and Examples Section De nition and Examples

3 Section De nition and Examples De nition (Vector Spaces) Let V be a set on which two operations (vector addition and scalar multiplication) are de ned. If the following axioms are satis ed for every u, v, w V and every scalar (real number) a, b, then V is called a vector space. u + v V. (closure under addition) u + v = v + u. (commutative property of addition) (u + v) + w = v + (u + w). (associative property of addition) 4 V has a zero vector 0 such that for every vector u V, u + 0 = u. (zero vector) 5 For each u V, there exists u V such that u + ( u) = 0. (inverse vector)

4 Section De nition and Examples De nition (Vector Spaces (Cont.)) 6 au V. (closure under scalar multiplication) 7 a(u + v) = au + av. (distributive property) 8 (a + b)u = au + bu. (distributive property) 9 (ab)u = a(bu). 0 u = u.

5 Section De nition and Examples Examples For any integer n, R n is a vector space. For any integer n, m, let M mn denote the set of all m n matrices. Then, M mn is a vector space. Let C[a, b] denote the set of all continuous function on [a, b]. For any f, g C[a, b] and c R, we de ne (f + g)(x) = f (x) + g(x) and (cf )(x) = cf (x). It can be veri ed that C[a, b] is a vector space.

6 Section De nition and Examples Problem For any integer n 0, let P n denote the set of all polynomials with degree at most n. Prove that P n is a vector space.

7 Section De nition and Examples Theorem (The Zero Vector and Inverse Vector) If V is a vector space and u V, then 0u = 0. If u + v = 0, then v = u. (uniqueness of the inverse vector) ( )u = u. Proof. Since 0u+0u = (0 + 0) u = 0u, after adding (0u) to both sides, we have 0u = 0. Adding u to both sides, we have ( u + u) + v = u + 0. So, v = u. Since u + ( )u = ( + ( )) u = 0, we have ( )u = u.

8 Section Subspaces Section Subspaces

9 Section Subspaces De nition (Subspaces) If S V is nonempty and satis es following conditions, then S is called a subspace of V. For any vector u, v S, u + v S. For any scalar a and vector u S, au S. According to the de nition, to verify whether a subset of vector space is a subspace or not, we should verify the closure of addition and scalar multiplication. For a vector space V, V and f0g are its subspaces. f0g is called the zero space. Any subspace of V excepting V itself is called a proper subspace. Note that 0 belongs to any vector space and subspace.

10 Section Subspaces Examples o Let S = n(x, x, x ) T j x = x. S is a subspace of R. S is nonempty since (0, 0, 0) T S. If x = (x, x, x ) T S, we have x = x. So, for any scalar c, since cx = cx, cx = (cx, cx, cx ) T S. If x = (x, x, x ) T, y = (y, y, y ) T S, we have x = x and y = y. Then, since x + y = x + y, x + y = (x + y, x + y, x + y )T S. Examples Let S = A R j a = a. S forms a subspace of R.

11 Section Subspaces Examples Let S = f(x, ) j x is a real numberg. S is not a subspace of R. We have a lot of reasons. If x = (x, x ) T S, we have x =. For any scalar c 6=, since cx = c 6=, cx = (cx, cx ) T / S. 0 = (0, 0) T / S. etc. Examples Let S = fp(x) j p(0) = 0 and deg(p(x)) ng. S is a subspace of P n. Examples Let C n [a, b] denote the set of all function f that have a continuous nth derivation on [a, b]. Then, C n [a, b] is a subspace of C[a, b].

12 Section Subspaces The Nullspace of a Matrix Let A be a m n matrix. Let N (A) denote the set of all solutions to the homogeneous system Ax = 0, i.e. N (A) = fx j Ax = 0g. N (A) is a subspace of R n. N (A) is nonempty. 0 N (A) since A0 = 0. N (A) is an additive closure. If Ax = 0 and Ay = 0, A(x + y) = 0. N (A) is an scalar multiplication closure. If Ax = 0, A (cx) = c (Ax) = 0. N (A) is called the nullspace of A.

13 Section Subspaces Example Determine N (A) if A = Solution 0 0 Solve Ax = 0 by Gauss-Jordan reduction ! ! ! Here x, x 4 are free variables. Let x = s, x 4 = t. Then, x = s t, x = s + t..

14 Section Subspaces Solution (Cont.) So, we have s t s + t s t = s s s t t 0 t = s t , and N (A) = 8 >< >: s t j s, t R 9 >= >;.

15 Section Subspaces The Span of a Set of Vectors De nitions (Linear Combination) Let v, v,, v n be vectors in a vector space V. A sum of the form α v + α v + + α n v n, where α, α,, α n are scalars, is called a linear combination of v, v,, v n. De nitions (Span) The set of all linear combination of v, v,, v n, denoted as Span (v, v,, v n ), is called the span of v, v,, v n.

16 Section Subspaces Spans Are Subspaces Theorem If v, v,, v n are vectors of a vector space V, Span (v, v,, v n ) is a subspace of V. Proof. For simplicity, let S denote Span (v, v,, v n ). Obviously, S is not empty. If v S and v = α v + α v α n v n, then cv = cα v + cα v + + cα n v n S. If v, w S and assume v = α v + α v + + α n v n and w = β v + β v + + β n v n, then v + w = (α + β ) v + (α + β ) v + + (α n + β n ) v n S.

17 Section Subspaces Examples 0 The nullspace of A = and is the span of vectors Examples In R, Span (e ) is f(α, 0, 0) j α Rg. Span (e, e ) is f(α, β, 0) j α, β Rg.

18 Section Subspaces Spanning Set De nition (Spanning Set) The set fv, v,, v n g is a spanning set for V if and only if every vector in V can be written as a linear combination of v, v,, v n, i.e. V Span (v, v,, v n ). Example n e, e, e, (,, ) T o is a spanning sets for R. (α, β, γ) = αe + βe + γe.

19 Section Subspaces How to Verify Spanning Set Example n o Is (,, ) T, (,, 0) T, (, 0, 0) T a spanning set for R? Solution Verify that (a, b, c) T = α (,, ) T + β (,, 0) T + γ (, 0, 0) T is solvable for every a, b, c R. In other words, the following system is consistent α β γ 5 = 4 a b c 5.

20 Section Subspaces Example Is (, 0, ) T, (0,, 0) T a spanning sets for R? Solution Verify that whether (a, b, c) T = α(, 0, ) T + β(0,, 0) T is solvable for every a, b, c R. Counter example, let (a, b, c) T =(, 0, ) T. The system is inconsistent α β = 4 0 5

21 Section Subspaces Example Is (,, 4) T, (,, ) T, (4,, ) T a spanning sets for R? Solution Verify that whether (a, b, c) T = α(,, 4) T + β(,, ) T + γ(4,, ) T is solvable for every a, b, c R. 4 α a β 5 = 4 b 5 4 γ c

22 Section Subspaces Example Prove that x, x +, and x span P. Solution For any f (x) P, let f (x) = ax + bx + c. The problem is asking whether ax + bx + c = α x + β (x + ) + γ x is solvable for every a, b, c R. In other words, we solve 0 α a β 5 = 4 b 5. 0 γ c

23 Section Linear Independence Section Linear Independence

24 Section Linear Independence Linearly Independent De nition (Linearly Independent) The vectors v, v,, v n in a vector space V are said to be linearly independent if α v + α v + + α n v n = 0 has exactly one solution α = α = = α n = 0. Example The vectors (, ) T and (, ) T are linearly independent, since the equation α(, ) T + β(, ) T = (0, 0) T has exactly one solution α = β = 0.

25 Section Linear Independence Linearly Dependent De nition (Linearly Dependent) The vectors v, v,, v n in a vector space V are said to be linearly dependent if α v + α v + + α n v n = 0 has not all zero solutions of α = α = = α n. Example e, e, e, (,, ) T are linearly dependent, since ( ) e + e + ( ) e + (,, ) T = 0.

26 Section Linear Independence Linearly Independent or Linearly Dependent Given vectors v, v,, v n, how can we verify they are linearly independent or dependent? Solve the homogeneous linear system α v + α v + + α n v n = 0. If there are nontrivial solutions, i.e. α, α,, α n are not all zeros, then v, v,, v n are linearly dependent; Otherwise, the only solution is α = α = = α n = 0, then v, v,, v n are linearly independent.

27 Section Linear Independence Exercise Prove that if one of v, v,, v n is 0, the zero vector, then v, v,, v n are linearly dependent. Prove that if vectors v, v,, v n are linearly dependent, there exists a vector v i, i n, such that v i = α v α i v i + α i+ v i+ + + α n v n.

28 Section Linear Independence Example Which of the following collections of vectors are linearly independent in R? (a) 8 < : 4 5, 4 0 5, = ; ; (b) 8 < : 4 0 5, = ; ; (c) 8 < : 4 4 5, 4 5, = ;.

29 Section Linear Independence Solution ((c)) The equation c (,, 4) T + c (,, ) T + c (4,, ) T = (0, 0, 0) T only has a trivial solution. In other words, the homogeneous linear system 4 c c 5 = c 0 has only the trival solution c = c = c = 0.

30 Section Linear Independence Verify by Determinants Theorem Let x, x,, x n be n vectors in R n and let X = (x, x,, x n ). The vectors x, x,, x n will be linearly dependent if and only if X is singular. The vectors x, x,, x n will be linearly dependent if and only if det(x) = 0. The vectors x, x,, x n will be linearly independent if and only if det(x) 6= 0. Example Determine whether the vectors (4,, ) T, (,, ) T, (, are linearly dependent? 5, ) T

31 Section Linear Independence Span v.s. Linearly Independent Theorem Let v, v,, v n be vectors in a vector space V. A vector v in Span (v, v,, v n ) can be written uniquely as a linear combination of v, v,, v n if and only if v, v,, v n are linearly independent.

32 Section Linear Independence Proof. First, we prove the if part, v in Span (v, v,, v n ) can be written uniquely as a linear combination of v, v,, v n if v, v,, v n are linearly independent, by contradiction. Assume v has at least two linear combination representations. v = α v + α v + + α n v n v = β v + β v + + β n v n Then substract the nd equation from the st equation, we have (α β ) v + (α β ) v + + (α n β n ) v n = 0.

33 Section Linear Independence Cont. Next, we prove the only if part, v in Span (v, v,, v n ) can be written uniquely as a linear combination of v, v,, v n only if v, v,, v n are linearly independent, by contradiction. Assume v, v,, v n are not linearly independent. There exist α,α,, α n that are not all zeros such that α v α i v i + α i+ v i+ + + α n v n = 0. If v =β v + β v + + β n v n, then we have another nontrivial solution (α + β ) v + (α + β ) v + + (α n + β n ) v n = v.

34 Section Linear Independence Linear Independency of Functions Let f (x), f (x),, f n (x) are functions in C (n ) [a, b]. If f (x), f (x),, f n (x) are linearly dependent, there exist c, c,, c n not all zero such that for any x [a, b], c f (x) + c f (x) + + c n f n (x) = 0 c f 0(x) + c f 0(x) + + c nfn 0 (x) = 0. (n ) (n ) (n ) c f (x) + c f (x) + + c n f n (x) = 0

35 Section Linear Independence Wronskian Let f (x), f (x),, f n (x) are functions in C (n the function W [f, f,, f n ] (x) on [a, b] by W [f, f,, f n ] (x) = ) [a, b]. De ne f (x) f (x) f n (x) f 0(x) f 0(x) f n(x) (n ) (n ) (n ) f (x) f (x) f n (x). Theorem If there exists a point x 0 in [a, b] such that W [f, f,, f n ] (x 0 ) 6= 0, then f, f,, f n are linearly independent.

36 Section Linear Independence Examples Show that e x and e x are linearly independent in C (, ). Show that, x, x, x are linearly independent in P.

37 Section 4 Basis and Dimension Section 4 Basis and Dimension

38 Section 4 Basis and Dimension De nition (Basis) The vectors v, v,, v n are a basis for a vector space V if and only if v, v,, v n are linearly independent. v, v,, v n span V. Examples fe, e, e g is a standard basis of R. In addition, and 4 0 both are bases of R. Note that any basis of R must have exactly three elements. 5

39 Section 4 Basis and Dimension Example In R, the set fe, E, E, E g is a basis, where E = , E = , E = 0 0 0, E = 0. Example 0 The nullspace of the matrix A = is 0 8 >< N (A) = s >: t j s, t R 9 >=. Obviously, >; n (,,, 0) T, (,, 0, ) T o is a basis of N(A).

40 Section 4 Basis and Dimension The Number of Vectors in Basis Theorem If fv, v,, v n g is a spanning set for a vector space V, then any collection of m vectors in V, where m > n, is linearly dependent. Corollary If fv, v,, v n g and fu, u,, u m g both are bases for a vector space V, then n = m.

41 Section 4 Basis and Dimension Proof Let u, u,, u n be m vectors in V where m > n. Since fv, v,, v n g span the vector space V, we may have u i = a i v + a i v a in v n for any i m. Consider the equation c u + c u + + c m u m = 0. We have! m a i c i v + i=! m a i c i v + + i=! m a im c i v m = 0. i=

42 Section 4 Basis and Dimension Proof (Cont.) Since m > n, the homogeneous system a a a m c a a a m c a n a n a nm c m has nontrivial solution. nm m = n So, c u + c u + + c m u m = 0 has nontrivial solutions.

43 Section 4 Basis and Dimension Dimensions of Bases De nition Let V be a vector space. If V has a basis consisting of n vectors, we say that V has dimension n. The subspace f0g of V is said to have dimension 0. V is said to be nite-dimensional if there is a nite set of vectors that spans V. Otherwise, we say that V is in nite-dimensional. Examples R n, R mn, P are nite-dimensional vector spaces. C (n ) [a, b] is in nite-dimensional vector spaces.

44 Section 4 Basis and Dimension Properties of the Dimension of Vector Spaces Theorem If V is a vector space of dimension n > 0, then Any set of n linearly independent vectors spans V. Any n vectors that span V are linearly independent. Theorem If V is a vector space of dimension n > 0, then No set of less than n vectors can span V. Any subset of less than n linearly independent vectors can be extended to form a basis for V. Any spanning set containing more than n vectors can be pared down to form a basis for V.

45 Section 5 Change of Basis Section 5 Change of Basis

46 Section 5 Change of Basis Coordinates Assume B = fv, v,, v n g is a (ordered) basis of a vector space V. Any vector u in V can be expressed as a unique linear combination of the basis. Assume u = c v + c v + + c n v n and the order of c v, v,, v n is xed. Then, (c, c,, c n ) T B or c c n B are shorthand for the linear combination c v + c v + + c n v n, and called as the coordinate vector of u with respected to the ordered basis B.

47 Section 5 Change of Basis Example n o Let B = (, 0, ) T, (,, 0) T, (0, 0, ) T and n o B = (,, ) T, (0,, 0) T, (0, 0, ) T and consider the vector (,, ) T (w.r.t. the standard basis). Since (,, ) T = (, 0, ) T + ( ) (,, 0) T + ( ) (0, 0, ) T, it has coordinate (,, ) T B. Since (,, ) T = (,, ) T + (0, has coordinate (,, 0) T B., 0) T + 0 (0, 0, ) T, it We can see that non-zero vectors may have di erent coordinate vectors w.r.t. di erent basis.

48 Section 5 Change of Basis Problem Now, we know that if B = n(, o 0, ) T, (,, 0) T, (0, 0, ) T n o and B = (,, ) T, (0,, 0) T, (0, 0, ) T, then (,, ) T = (,, ) T B = (,, 0) T B. How can we convert coordinates w.r.t. two bases?

49 Section 5 Change of Basis An Example of Changing Coordinates Step, (, 0, ) = (,, ) + (0,, 0) + 0(0, 0, ) (,, 0) = (,, ) + (0,, 0) + ( )(0, 0, ) (0, 0, ) = 0(,, ) + 0(0,, 0) + (0, 0, ) Step, (,, ) = (, 0, ) + ( ) (,, 0) + ( ) (0, 0, ) = ((,, ) + (0,, 0) + 0(0, 0, )) +( ) ((,, ) + (0,, 0) + ( )(0, 0, )) + ( ) (0(,, ) + 0(0,, 0) + (0, 0, )) = (,, ) + (0,, 0) + 0 (0, 0, )

50 Section 5 Change of Basis A Simple Observation 4 0 5B = B!B 4 5 B

51 Section 5 Change of Basis From the Other Side Step, (,, ) = (, 0, ) + ( )(,, 0) + ( )(0, 0, ) (0,, 0) = ( )(, 0, ) + (,, 0) + (0, 0, ) (0, 0, ) = 0(, 0, ) + 0(,, 0) + (0, 0, ) Step, (,, ) = (,, ) + (0,, 0) + 0 (0, 0, ) = ((, 0, ) + ( )(,, 0) + ( )(0, 0, )) + (( )(, 0, ) + (,, 0) + (0, 0, )) +0 (0(, 0, ) + 0(,, 0) + (0, 0, )) = (, 0, ) + ( ) (,, 0) + ( ) (0, 0, )

52 Section 5 Change of Basis Verify the Observation 4 5B = B!B B

53 Section 5 Change of Basis Changing Coordinates Problem B = fv, v,, v n g and B = fu, u,, u n g are two bases of a vector space V. If the coordinate vectors of w w.r.t. B is c = (c, c,, c n ) T B, and the coordinate vectors of w w.r.t. B is d = (d, d,, d n ) T B, what is the relation between c and d? Assume v i = a i u + a i u a ni u n for any i n. Then, w = c v + c v + + c n v n!!! n n n = c a i u i + c a i u i + + c n a in u i i= i= i= =! n a j c j u + j=! n a j c j u + + j=! n a nj c j u n. j=

54 Section 5 Change of Basis Changing Coordinates (Cont.) So, we have d i = n j= a ij c j = a i c + a i c a in c n. In other words, d a a a n c d a a a n c 6 7 = d n a n a n a nn c n B B!B Similarly, if u i = b i v + b i v b ni v n for any i n. Then, c b b b n c b b b n 6 7 = c n b n b n b nn B B!B d d. d n 7 5 B B.

55 Section 5 Change of Basis Changing Coordinates (Cont.) Furthermore, d = Ac = A (Bd) = (AB) d. We have AB = I. So, A = B and B = A.

56 Section 6 Row Space and Column Space Section 6 Row Space and Column Space

57 Section 6 Row Space and Column Space De nition (Row Spaces and Column Spaces) If A is an m n matrix, then The subspace of R n spanned by row vectors a, a,, a m is called the row space of A. The subspace of R m spanned by column vectors a, a,, a n is called the column space of A.

58 Section 6 Row Space and Column Space Theorem (Invariance of Row Spaces under Elementary Row Operations) If A and B are row equivalent matrices, then the row space of A is the same as the row space of B. In other words, elementary row operations do not change the row space of a matrix. Proof. This can be easily veri ed by the reversibility of ERO s.

59 Section 6 Row Space and Column Space Dimension of Column Spaces under ERO s Theorem If A and B are row equivalent matrices, then Proof. A given set of column vectors of A is linearly independent if and only if the corresponding columns of B are linearly independent. A given set of column vectors of A is a basis of the column space of A if and only if the corresponding columns of B are a basis of the column space of B. Since Ax = 0 and Bx = 0 are equivalent, x a + x a x n a n = 0 and x b + x b x n b n = 0 have exactly the same solutions.

60 Section 6 Row Space and Column Space Rank Theorem For any matrix, the dimension of its row space is the same as the dimension of its column space. Proof. Reduce the matrix to row echelon form. De nition (Rank) If A is a matrix, the dimension of the row or column space of A is called the rank of A and denoted by rank (A).

61 Section 6 Row Space and Column Space Null Spaces and Nullity De nition (Nullity) A is an m n matrix All solutions of Ax = 0 form a subspace of R n and is called the null space of A and denoted by null(a). The dimension of null(a) is called the nullity of A and denoted by nullity(a). Theorem If A is an m n matrix, we have rank(a) + nullity(a) = n. Proof. Consider A is in the reduced row form.

62 Section 6 Row Space and Column Space The Solutions of Ax=b Theorem If x 0 is a solution of Ax = b, then the solution set of Ax = b is x0 + x 0 : Ax 0 = 0. Proof. For any x 0 such that Ax 0 = 0, x 0 + x 0 is a solution of Ax = b. On the other hand, for any x" such that Ax" = b, let x 0 = x" x 0. We have Ax 0 = A(x" x 0 ) = Ax" Ax 0 = b b = 0 and x" = x 0 + x 0.

63 Section 6 Row Space and Column Space The Consistency Theorem Theorem Ax = b is consistency if and only if rank(a) = rank([a jb]). Proof. If Ax = b is consistent, b is in the column space. So the dimension of the column space of [A jb] are the same as that of A. This imply the dimension of the row space of A and [A jb] are the same. In other words, rank(a) = rank([a jb]).

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix.

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. Basis Definition. Let V be a vector space. A linearly independent spanning set for V is called a basis.

More information

4.3 - Linear Combinations and Independence of Vectors

4.3 - Linear Combinations and Independence of Vectors - Linear Combinations and Independence of Vectors De nitions, Theorems, and Examples De nition 1 A vector v in a vector space V is called a linear combination of the vectors u 1, u,,u k in V if v can be

More information

Math 313 Chapter 5 Review

Math 313 Chapter 5 Review Math 313 Chapter 5 Review Howard Anton, 9th Edition May 2010 Do NOT write on me! Contents 1 5.1 Real Vector Spaces 2 2 5.2 Subspaces 3 3 5.3 Linear Independence 4 4 5.4 Basis and Dimension 5 5 5.5 Row

More information

MTH 362: Advanced Engineering Mathematics

MTH 362: Advanced Engineering Mathematics MTH 362: Advanced Engineering Mathematics Lecture 5 Jonathan A. Chávez Casillas 1 1 University of Rhode Island Department of Mathematics September 26, 2017 1 Linear Independence and Dependence of Vectors

More information

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1)

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1) EXERCISE SET 5. 6. The pair (, 2) is in the set but the pair ( )(, 2) = (, 2) is not because the first component is negative; hence Axiom 6 fails. Axiom 5 also fails. 8. Axioms, 2, 3, 6, 9, and are easily

More information

Chapter 2 Subspaces of R n and Their Dimensions

Chapter 2 Subspaces of R n and Their Dimensions Chapter 2 Subspaces of R n and Their Dimensions Vector Space R n. R n Definition.. The vector space R n is a set of all n-tuples (called vectors) x x 2 x =., where x, x 2,, x n are real numbers, together

More information

Lecture 21: 5.6 Rank and Nullity

Lecture 21: 5.6 Rank and Nullity Lecture 21: 5.6 Rank and Nullity Wei-Ta Chu 2008/12/5 Rank and Nullity Definition The common dimension of the row and column space of a matrix A is called the rank ( 秩 ) of A and is denoted by rank(a);

More information

Row Space, Column Space, and Nullspace

Row Space, Column Space, and Nullspace Row Space, Column Space, and Nullspace MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Introduction Every matrix has associated with it three vector spaces: row space

More information

SECTION 3.3. PROBLEM 22. The null space of a matrix A is: N(A) = {X : AX = 0}. Here are the calculations of AX for X = a,b,c,d, and e. =

SECTION 3.3. PROBLEM 22. The null space of a matrix A is: N(A) = {X : AX = 0}. Here are the calculations of AX for X = a,b,c,d, and e. = SECTION 3.3. PROBLEM. The null space of a matrix A is: N(A) {X : AX }. Here are the calculations of AX for X a,b,c,d, and e. Aa [ ][ ] 3 3 [ ][ ] Ac 3 3 [ ] 3 3 [ ] 4+4 6+6 Ae [ ], Ab [ ][ ] 3 3 3 [ ]

More information

CSL361 Problem set 4: Basic linear algebra

CSL361 Problem set 4: Basic linear algebra CSL361 Problem set 4: Basic linear algebra February 21, 2017 [Note:] If the numerical matrix computations turn out to be tedious, you may use the function rref in Matlab. 1 Row-reduced echelon matrices

More information

DEF 1 Let V be a vector space and W be a nonempty subset of V. If W is a vector space w.r.t. the operations, in V, then W is called a subspace of V.

DEF 1 Let V be a vector space and W be a nonempty subset of V. If W is a vector space w.r.t. the operations, in V, then W is called a subspace of V. 6.2 SUBSPACES DEF 1 Let V be a vector space and W be a nonempty subset of V. If W is a vector space w.r.t. the operations, in V, then W is called a subspace of V. HMHsueh 1 EX 1 (Ex. 1) Every vector space

More information

MATH 2360 REVIEW PROBLEMS

MATH 2360 REVIEW PROBLEMS MATH 2360 REVIEW PROBLEMS Problem 1: In (a) (d) below, either compute the matrix product or indicate why it does not exist: ( )( ) 1 2 2 1 (a) 0 1 1 2 ( ) 0 1 2 (b) 0 3 1 4 3 4 5 2 5 (c) 0 3 ) 1 4 ( 1

More information

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.6 Homogeneous Systems, Subspaces and Bases 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.6. Homogeneous Systems, Subspaces and Bases Note. In this section we explore the structure of the solution

More information

LECTURE 6: VECTOR SPACES II (CHAPTER 3 IN THE BOOK)

LECTURE 6: VECTOR SPACES II (CHAPTER 3 IN THE BOOK) LECTURE 6: VECTOR SPACES II (CHAPTER 3 IN THE BOOK) In this lecture, F is a fixed field. One can assume F = R or C. 1. More about the spanning set 1.1. Let S = { v 1, v n } be n vectors in V, we have defined

More information

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible. MATH 2331 Linear Algebra Section 2.1 Matrix Operations Definition: A : m n, B : n p ( 1 2 p ) ( 1 2 p ) AB = A b b b = Ab Ab Ab Example: Compute AB, if possible. 1 Row-column rule: i-j-th entry of AB:

More information

MATH 304 Linear Algebra Lecture 20: Review for Test 1.

MATH 304 Linear Algebra Lecture 20: Review for Test 1. MATH 304 Linear Algebra Lecture 20: Review for Test 1. Topics for Test 1 Part I: Elementary linear algebra (Leon 1.1 1.4, 2.1 2.2) Systems of linear equations: elementary operations, Gaussian elimination,

More information

6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if. (a) v 1,, v k span V and

6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if. (a) v 1,, v k span V and 6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if (a) v 1,, v k span V and (b) v 1,, v k are linearly independent. HMHsueh 1 Natural Basis

More information

Chapter 1 Vector Spaces

Chapter 1 Vector Spaces Chapter 1 Vector Spaces Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 110 Linear Algebra Vector Spaces Definition A vector space V over a field

More information

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

MAT 242 CHAPTER 4: SUBSPACES OF R n

MAT 242 CHAPTER 4: SUBSPACES OF R n MAT 242 CHAPTER 4: SUBSPACES OF R n JOHN QUIGG 1. Subspaces Recall that R n is the set of n 1 matrices, also called vectors, and satisfies the following properties: x + y = y + x x + (y + z) = (x + y)

More information

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

2. Every linear system with the same number of equations as unknowns has a unique solution.

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

Algorithms to Compute Bases and the Rank of a Matrix

Algorithms to Compute Bases and the Rank of a Matrix Algorithms to Compute Bases and the Rank of a Matrix Subspaces associated to a matrix Suppose that A is an m n matrix The row space of A is the subspace of R n spanned by the rows of A The column space

More information

Chapter 3. Vector spaces

Chapter 3. Vector spaces Chapter 3. Vector spaces Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/22 Linear combinations Suppose that v 1,v 2,...,v n and v are vectors in R m. Definition 3.1 Linear combination We say

More information

Study Guide for Linear Algebra Exam 2

Study Guide for Linear Algebra Exam 2 Study Guide for Linear Algebra Exam 2 Term Vector Space Definition A Vector Space is a nonempty set V of objects, on which are defined two operations, called addition and multiplication by scalars (real

More information

General Vector Space (3A) Young Won Lim 11/19/12

General Vector Space (3A) Young Won Lim 11/19/12 General (3A) /9/2 Copyright (c) 22 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2 or any later version

More information

Rank and Nullity. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Rank and Nullity. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics Rank and Nullity MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Objectives We have defined and studied the important vector spaces associated with matrices (row space,

More information

Vector Space and Linear Transform

Vector Space and Linear Transform 32 Vector Space and Linear Transform Vector space, Subspace, Examples Null space, Column space, Row space of a matrix Spanning sets and Linear Independence Basis and Dimension Rank of a matrix Vector norms

More information

3.3 Linear Independence

3.3 Linear Independence Prepared by Dr. Archara Pacheenburawana (MA3 Sec 75) 84 3.3 Linear Independence In this section we look more closely at the structure of vector spaces. To begin with, we restrict ourselves to vector spaces

More information

Math 369 Exam #2 Practice Problem Solutions

Math 369 Exam #2 Practice Problem Solutions Math 369 Exam #2 Practice Problem Solutions 2 5. Is { 2, 3, 8 } a basis for R 3? Answer: No, it is not. To show that it is not a basis, it suffices to show that this is not a linearly independent set.

More information

Chapter 2. General Vector Spaces. 2.1 Real Vector Spaces

Chapter 2. General Vector Spaces. 2.1 Real Vector Spaces Chapter 2 General Vector Spaces Outline : Real vector spaces Subspaces Linear independence Basis and dimension Row Space, Column Space, and Nullspace 2 Real Vector Spaces 2 Example () Let u and v be vectors

More information

5 Linear Transformations

5 Linear Transformations Lecture 13 5 Linear Transformations 5.1 Basic Definitions and Examples We have already come across with the notion of linear transformations on euclidean spaces. We shall now see that this notion readily

More information

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

Review Notes for Linear Algebra True or False Last Updated: February 22, 2010

Review Notes for Linear Algebra True or False Last Updated: February 22, 2010 Review Notes for Linear Algebra True or False Last Updated: February 22, 2010 Chapter 4 [ Vector Spaces 4.1 If {v 1,v 2,,v n } and {w 1,w 2,,w n } are linearly independent, then {v 1 +w 1,v 2 +w 2,,v n

More information

5.4 Basis And Dimension

5.4 Basis And Dimension 5.4 Basis And Dimension 1 Nonrectangular Coordinate Systems We describe this by saying that the coordinate system establishes a one-to-one correspondence between points in the plane and ordered pairs of

More information

Vector Spaces and Subspaces

Vector Spaces and Subspaces Vector Spaces and Subspaces Vector Space V Subspaces S of Vector Space V The Subspace Criterion Subspaces are Working Sets The Kernel Theorem Not a Subspace Theorem Independence and Dependence in Abstract

More information

The definition of a vector space (V, +, )

The definition of a vector space (V, +, ) The definition of a vector space (V, +, ) 1. For any u and v in V, u + v is also in V. 2. For any u and v in V, u + v = v + u. 3. For any u, v, w in V, u + ( v + w) = ( u + v) + w. 4. There is an element

More information

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS KOLMAN & HILL NOTES BY OTTO MUTZBAUER 11 Systems of Linear Equations 1 Linear Equations and Matrices Numbers in our context are either real numbers or complex

More information

MATH2210 Notebook 3 Spring 2018

MATH2210 Notebook 3 Spring 2018 MATH2210 Notebook 3 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 3 MATH2210 Notebook 3 3 3.1 Vector Spaces and Subspaces.................................

More information

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW SPENCER BECKER-KAHN Basic Definitions Domain and Codomain. Let f : X Y be any function. This notation means that X is the domain of f and Y is the codomain of f. This means that for

More information

7. Dimension and Structure.

7. Dimension and Structure. 7. Dimension and Structure 7.1. Basis and Dimension Bases for Subspaces Example 2 The standard unit vectors e 1, e 2,, e n are linearly independent, for if we write (2) in component form, then we obtain

More information

x y + z = 3 2y z = 1 4x + y = 0

x y + z = 3 2y z = 1 4x + y = 0 MA 253: Practice Exam Solutions You may not use a graphing calculator, computer, textbook, notes, or refer to other people (except the instructor). Show all of your work; your work is your answer. Problem

More information

Math 123, Week 5: Linear Independence, Basis, and Matrix Spaces. Section 1: Linear Independence

Math 123, Week 5: Linear Independence, Basis, and Matrix Spaces. Section 1: Linear Independence Math 123, Week 5: Linear Independence, Basis, and Matrix Spaces Section 1: Linear Independence Recall that every row on the left-hand side of the coefficient matrix of a linear system A x = b which could

More information

Matrix invertibility. Rank-Nullity Theorem: For any n-column matrix A, nullity A +ranka = n

Matrix invertibility. Rank-Nullity Theorem: For any n-column matrix A, nullity A +ranka = n Matrix invertibility Rank-Nullity Theorem: For any n-column matrix A, nullity A +ranka = n Corollary: Let A be an R C matrix. Then A is invertible if and only if R = C and the columns of A are linearly

More information

New concepts: rank-nullity theorem Inverse matrix Gauss-Jordan algorithm to nd inverse

New concepts: rank-nullity theorem Inverse matrix Gauss-Jordan algorithm to nd inverse Lesson 10: Rank-nullity theorem, General solution of Ax = b (A 2 R mm ) New concepts: rank-nullity theorem Inverse matrix Gauss-Jordan algorithm to nd inverse Matrix rank. matrix nullity Denition. The

More information

Linear Algebra. Session 8

Linear Algebra. Session 8 Linear Algebra. Session 8 Dr. Marco A Roque Sol 08/01/2017 Abstract Linear Algebra Range and kernel Let V, W be vector spaces and L : V W, be a linear mapping. Definition. The range (or image of L is the

More information

Lecture 23: 6.1 Inner Products

Lecture 23: 6.1 Inner Products Lecture 23: 6.1 Inner Products Wei-Ta Chu 2008/12/17 Definition An inner product on a real vector space V is a function that associates a real number u, vwith each pair of vectors u and v in V in such

More information

Problem Set (T) If A is an m n matrix, B is an n p matrix and D is a p s matrix, then show

Problem Set (T) If A is an m n matrix, B is an n p matrix and D is a p s matrix, then show MTH 0: Linear Algebra Department of Mathematics and Statistics Indian Institute of Technology - Kanpur Problem Set Problems marked (T) are for discussions in Tutorial sessions (T) If A is an m n matrix,

More information

4.9 The Rank-Nullity Theorem

4.9 The Rank-Nullity Theorem For Problems 7 10, use the ideas in this section to determine a basis for the subspace of R n spanned by the given set of vectors. 7. {(1, 1, 2), (5, 4, 1), (7, 5, 4)}. 8. {(1, 3, 3), (1, 5, 1), (2, 7,

More information

ft-uiowa-math2550 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 12/31/2014 at 10:36pm CST

ft-uiowa-math2550 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 12/31/2014 at 10:36pm CST me me ft-uiowa-math255 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 2/3/2 at :3pm CST. ( pt) Library/TCNJ/TCNJ LinearSystems/problem3.pg Give a geometric description of the following

More information

Solution to Homework 1

Solution to Homework 1 Solution to Homework Sec 2 (a) Yes It is condition (VS 3) (b) No If x, y are both zero vectors Then by condition (VS 3) x = x + y = y (c) No Let e be the zero vector We have e = 2e (d) No It will be false

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

More information

1 Linear Algebra Problems

1 Linear Algebra Problems Linear Algebra Problems. Let A be the conjugate transpose of the complex matrix A; i.e., A = A t : A is said to be Hermitian if A = A; real symmetric if A is real and A t = A; skew-hermitian if A = A and

More information

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

More information

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF ELEMENTARY LINEAR ALGEBRA WORKBOOK/FOR USE WITH RON LARSON S TEXTBOOK ELEMENTARY LINEAR ALGEBRA CREATED BY SHANNON MARTIN MYERS APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF When you are done

More information

Review of Matrices and Block Structures

Review of Matrices and Block Structures CHAPTER 2 Review of Matrices and Block Structures Numerical linear algebra lies at the heart of modern scientific computing and computational science. Today it is not uncommon to perform numerical computations

More information

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th.

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th. Elementary Linear Algebra Review for Exam Exam is Monday, November 6th. The exam will cover sections:.4,..4, 5. 5., 7., the class notes on Markov Models. You must be able to do each of the following. Section.4

More information

1. Let r, s, t, v be the homogeneous relations defined on the set M = {2, 3, 4, 5, 6} by

1. Let r, s, t, v be the homogeneous relations defined on the set M = {2, 3, 4, 5, 6} by Seminar 1 1. Which ones of the usual symbols of addition, subtraction, multiplication and division define an operation (composition law) on the numerical sets N, Z, Q, R, C? 2. Let A = {a 1, a 2, a 3 }.

More information

[3] (b) Find a reduced row-echelon matrix row-equivalent to ,1 2 2

[3] (b) Find a reduced row-echelon matrix row-equivalent to ,1 2 2 MATH Key for sample nal exam, August 998 []. (a) Dene the term \reduced row-echelon matrix". A matrix is reduced row-echelon if the following conditions are satised. every zero row lies below every nonzero

More information

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015 Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 205. If A is a 3 3 triangular matrix, explain why det(a) is equal to the product of entries on the diagonal. If A is a lower triangular or diagonal

More information

Linear Algebra (Math-324) Lecture Notes

Linear Algebra (Math-324) Lecture Notes Linear Algebra (Math-324) Lecture Notes Dr. Ali Koam and Dr. Azeem Haider September 24, 2017 c 2017,, Jazan All Rights Reserved 1 Contents 1 Real Vector Spaces 6 2 Subspaces 11 3 Linear Combination and

More information

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b . FINITE-DIMENSIONAL VECTOR SPACES.. Fields By now you ll have acquired a fair knowledge of matrices. These are a concrete embodiment of something rather more abstract. Sometimes it is easier to use matrices,

More information

Vector Spaces 4.4 Spanning and Independence

Vector Spaces 4.4 Spanning and Independence Vector Spaces 4.4 and Independence Summer 2017 Goals Discuss two important basic concepts: Define linear combination of vectors. Define Span(S) of a set S of vectors. Define linear Independence of a set

More information

6. The scalar multiple of u by c, denoted by c u is (also) in V. (closure under scalar multiplication)

6. The scalar multiple of u by c, denoted by c u is (also) in V. (closure under scalar multiplication) Definition: A subspace of a vector space V is a subset H of V which is itself a vector space with respect to the addition and scalar multiplication in V. As soon as one verifies a), b), c) below for H,

More information

SSEA Math 51 Track Final Exam August 30, Problem Total Points Score

SSEA Math 51 Track Final Exam August 30, Problem Total Points Score Name: This is the final exam for the Math 5 track at SSEA. Answer as many problems as possible to the best of your ability; do not worry if you are not able to answer all of the problems. Partial credit

More information

ENGINEERING MATH 1 Fall 2009 VECTOR SPACES

ENGINEERING MATH 1 Fall 2009 VECTOR SPACES ENGINEERING MATH 1 Fall 2009 VECTOR SPACES A vector space, more specifically, a real vector space (as opposed to a complex one or some even stranger ones) is any set that is closed under an operation of

More information

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C =

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C = CHAPTER I BASIC NOTIONS (a) 8666 and 8833 (b) a =6,a =4 will work in the first case, but there are no possible such weightings to produce the second case, since Student and Student 3 have to end up with

More information

SYMBOL EXPLANATION EXAMPLE

SYMBOL EXPLANATION EXAMPLE MATH 4310 PRELIM I REVIEW Notation These are the symbols we have used in class, leading up to Prelim I, and which I will use on the exam SYMBOL EXPLANATION EXAMPLE {a, b, c, } The is the way to write the

More information

Vector Space Basics. 1 Abstract Vector Spaces. 1. (commutativity of vector addition) u + v = v + u. 2. (associativity of vector addition)

Vector Space Basics. 1 Abstract Vector Spaces. 1. (commutativity of vector addition) u + v = v + u. 2. (associativity of vector addition) Vector Space Basics (Remark: these notes are highly formal and may be a useful reference to some students however I am also posting Ray Heitmann's notes to Canvas for students interested in a direct computational

More information

Applied Mathematics Course Contents Matrices, linear systems Gauss-Jordan elimination, Determinants, Cramer's rule, inverse matrix.

Applied Mathematics Course Contents Matrices, linear systems Gauss-Jordan elimination, Determinants, Cramer's rule, inverse matrix. Applied Mathematics Course Contents Matrices, linear systems Gauss-Jordan elimination, Determinants, Cramer's rule, inverse matri. Vector spaces, inner product and norm, linear transformations. Matri eigenvalue

More information

System of Linear Equations

System of Linear Equations Math 20F Linear Algebra Lecture 2 1 System of Linear Equations Slide 1 Definition 1 Fix a set of numbers a ij, b i, where i = 1,, m and j = 1,, n A system of m linear equations in n variables x j, is given

More information

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

Vector Spaces - Definition

Vector Spaces - Definition Vector Spaces - Definition Definition Let V be a set of vectors equipped with two operations: vector addition and scalar multiplication. Then V is called a vector space if for all vectors u,v V, the following

More information

GEOMETRY OF MATRICES x 1

GEOMETRY OF MATRICES x 1 GEOMETRY OF MATRICES. SPACES OF VECTORS.. Definition of R n. The space R n consists of all column vectors with n components. The components are real numbers... Representation of Vectors in R n.... R. The

More information

Math 205, Summer I, Week 3a (continued): Chapter 4, Sections 5 and 6. Week 3b. Chapter 4, [Sections 7], 8 and 9

Math 205, Summer I, Week 3a (continued): Chapter 4, Sections 5 and 6. Week 3b. Chapter 4, [Sections 7], 8 and 9 Math 205, Summer I, 2016 Week 3a (continued): Chapter 4, Sections 5 and 6. Week 3b Chapter 4, [Sections 7], 8 and 9 4.5 Linear Dependence, Linear Independence 4.6 Bases and Dimension 4.7 Change of Basis,

More information

EXAM. Exam #2. Math 2360 Summer II, 2000 Morning Class. Nov. 15, 2000 ANSWERS

EXAM. Exam #2. Math 2360 Summer II, 2000 Morning Class. Nov. 15, 2000 ANSWERS EXAM Exam # Math 6 Summer II Morning Class Nov 5 ANSWERS i Problem Consider the matrix 6 pts A = 6 4 9 5 7 6 5 5 5 4 The RREF of A is the matrix R = A Find a basis for the nullspace of A Solve the homogeneous

More information

Math 2174: Practice Midterm 1

Math 2174: Practice Midterm 1 Math 74: Practice Midterm Show your work and explain your reasoning as appropriate. No calculators. One page of handwritten notes is allowed for the exam, as well as one blank page of scratch paper.. Consider

More information

Math 321: Linear Algebra

Math 321: Linear Algebra Math 32: Linear Algebra T. Kapitula Department of Mathematics and Statistics University of New Mexico September 8, 24 Textbook: Linear Algebra,by J. Hefferon E-mail: kapitula@math.unm.edu Prof. Kapitula,

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

(b) The nonzero rows of R form a basis of the row space. Thus, a basis is [ ], [ ], [ ]

(b) The nonzero rows of R form a basis of the row space. Thus, a basis is [ ], [ ], [ ] Exam will be on Monday, October 6, 27. The syllabus for Exam 2 consists of Sections Two.III., Two.III.2, Two.III.3, Three.I, and Three.II. You should know the main definitions, results and computational

More information

Linear Algebra, Summer 2011, pt. 2

Linear Algebra, Summer 2011, pt. 2 Linear Algebra, Summer 2, pt. 2 June 8, 2 Contents Inverses. 2 Vector Spaces. 3 2. Examples of vector spaces..................... 3 2.2 The column space......................... 6 2.3 The null space...........................

More information

Eigenvalues, Eigenvectors. Eigenvalues and eigenvector will be fundamentally related to the nature of the solutions of state space systems.

Eigenvalues, Eigenvectors. Eigenvalues and eigenvector will be fundamentally related to the nature of the solutions of state space systems. Chapter 3 Linear Algebra In this Chapter we provide a review of some basic concepts from Linear Algebra which will be required in order to compute solutions of LTI systems in state space form, discuss

More information

Linear Algebra Formulas. Ben Lee

Linear Algebra Formulas. Ben Lee Linear Algebra Formulas Ben Lee January 27, 2016 Definitions and Terms Diagonal: Diagonal of matrix A is a collection of entries A ij where i = j. Diagonal Matrix: A matrix (usually square), where entries

More information

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2 MATH 167: APPLIED LINEAR ALGEBRA Chapter 2 Jesús De Loera, UC Davis February 1, 2012 General Linear Systems of Equations (2.2). Given a system of m equations and n unknowns. Now m n is OK! Apply elementary

More information

MATH 304 Linear Algebra Lecture 10: Linear independence. Wronskian.

MATH 304 Linear Algebra Lecture 10: Linear independence. Wronskian. MATH 304 Linear Algebra Lecture 10: Linear independence. Wronskian. Spanning set Let S be a subset of a vector space V. Definition. The span of the set S is the smallest subspace W V that contains S. If

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

Lecture 22: Section 4.7

Lecture 22: Section 4.7 Lecture 22: Section 47 Shuanglin Shao December 2, 213 Row Space, Column Space, and Null Space Definition For an m n, a 11 a 12 a 1n a 21 a 22 a 2n A = a m1 a m2 a mn, the vectors r 1 = [ a 11 a 12 a 1n

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

Solution: a) Let us consider the matrix form of the system, focusing on the augmented matrix: 0 k k + 1. k 2 1 = 0. k = 1

Solution: a) Let us consider the matrix form of the system, focusing on the augmented matrix: 0 k k + 1. k 2 1 = 0. k = 1 Exercise. Given the system of equations 8 < : x + y + z x + y + z k x + k y + z k where k R. a) Study the system in terms of the values of k. b) Find the solutions when k, using the reduced row echelon

More information

Math 544, Exam 2 Information.

Math 544, Exam 2 Information. Math 544, Exam 2 Information. 10/12/10, LC 115, 2:00-3:15. Exam 2 will be based on: Sections 1.7, 1.9, 3.2, 3.3, 3.4; The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/544fa10/544.html)

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where

More information

Linear Algebra (2009 Fall) Chapter 1 Matrices and Systems of Equations

Linear Algebra (2009 Fall) Chapter 1 Matrices and Systems of Equations (9 Fall) Chapter Matrices and Sstems of Equations Chih-Wei Yi Dept. of Computer Science National Chiao Tung Universit October 9, 9 Linear Sstems Linear Sstems Linear Sstems Linear Equations De nition (Linear

More information

MATH 423 Linear Algebra II Lecture 12: Review for Test 1.

MATH 423 Linear Algebra II Lecture 12: Review for Test 1. MATH 423 Linear Algebra II Lecture 12: Review for Test 1. Topics for Test 1 Vector spaces (F/I/S 1.1 1.7, 2.2, 2.4) Vector spaces: axioms and basic properties. Basic examples of vector spaces (coordinate

More information

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true?

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true? . Let m and n be two natural numbers such that m > n. Which of the following is/are true? (i) A linear system of m equations in n variables is always consistent. (ii) A linear system of n equations in

More information

Chapter 2: Linear Independence and Bases

Chapter 2: Linear Independence and Bases MATH20300: Linear Algebra 2 (2016 Chapter 2: Linear Independence and Bases 1 Linear Combinations and Spans Example 11 Consider the vector v (1, 1 R 2 What is the smallest subspace of (the real vector space

More information

Elementary Linear Algebra

Elementary Linear Algebra Elementary Linear Algebra Anton & Rorres, 10 th Edition Lecture Set 05 Chapter 4: General Vector Spaces 1006003 คณ ตศาสตร ว ศวกรรม 3 สาขาว ชาว ศวกรรมคอมพ วเตอร ป การศ กษา 1/2554 1006003 คณตศาสตรวศวกรรม

More information

Math 54 HW 4 solutions

Math 54 HW 4 solutions Math 54 HW 4 solutions 2.2. Section 2.2 (a) False: Recall that performing a series of elementary row operations A is equivalent to multiplying A by a series of elementary matrices. Suppose that E,...,

More information

ICS 6N Computational Linear Algebra Vector Space

ICS 6N Computational Linear Algebra Vector Space ICS 6N Computational Linear Algebra Vector Space Xiaohui Xie University of California, Irvine xhx@uci.edu Xiaohui Xie (UCI) ICS 6N 1 / 24 Vector Space Definition: A vector space is a non empty set V of

More information