Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?

Slides:



Advertisements
Similar presentations
10.4 Complex Vector Spaces.
Advertisements

5.2 Rank of a Matrix. Set-up Recall block multiplication:
8.2 Kernel And Range.
MAT 2401 Linear Algebra Exam 2 Review
Eigenvalues and Eigenvectors
THE DIMENSION OF A VECTOR SPACE
Symmetric Matrices and Quadratic Forms
Some useful linear algebra. Linearly independent vectors span(V): span of vector space V is all linear combinations of vectors v i, i.e.
Ch 3.3: Linear Independence and the Wronskian
Class 25: Question 1 Which of the following vectors is orthogonal to the row space of A?
Orthogonality and Least Squares
5.1 Orthogonality.
Section 6.6 Orthogonal Matrices.
Length and Dot Product in R n Notes: is called a unit vector. Notes: The length of a vector is also called its norm. Chapter 5 Inner Product Spaces.
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
Inner Product Spaces Euclidean n-space: Euclidean n-space: vector lengthdot productEuclidean n-space R n was defined to be the set of all ordered.
Linear Algebra Lecture 25.
Chapter 5: The Orthogonality and Least Squares
Chapter 5 Orthogonality.
Linear Algebra Chapter 4 Vector Spaces.
Day 1 Eigenvalues and Eigenvectors
Day 1 Eigenvalues and Eigenvectors
Chapter 2 Simultaneous Linear Equations (cont.)
4 4.4 © 2012 Pearson Education, Inc. Vector Spaces COORDINATE SYSTEMS.
A matrix equation has the same solution set as the vector equation which has the same solution set as the linear system whose augmented matrix is Therefore:
AN ORTHOGONAL PROJECTION
Page 146 Chapter 3 True False Questions. 1. The image of a 3x4 matrix is a subspace of R 4 ? False. It is a subspace of R 3.
Orthogonality and Least Squares
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Class 27: Question 1 TRUE or FALSE: If P is a projection matrix of the form P=A(A T A) -1 A T then P is a symmetric matrix. 1. TRUE 2. FALSE.
Elementary Linear Algebra Anton & Rorres, 9th Edition
1 Chapter 3 – Subspaces of R n and Their Dimension Outline 3.1 Image and Kernel of a Linear Transformation 3.2 Subspaces of R n ; Bases and Linear Independence.
5.5 Row Space, Column Space, and Nullspace
4.6: Rank. Definition: Let A be an mxn matrix. Then each row of A has n entries and can therefore be associated with a vector in The set of all linear.
Chapter 10 Real Inner Products and Least-Square
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
Section 5.1 Length and Dot Product in ℝ n. Let v = ‹v 1­­, v 2, v 3,..., v n › and w = ‹w 1­­, w 2, w 3,..., w n › be vectors in ℝ n. The dot product.
Chap. 5 Inner Product Spaces 5.1 Length and Dot Product in R n 5.2 Inner Product Spaces 5.3 Orthonormal Bases: Gram-Schmidt Process 5.4 Mathematical Models.
A website that has programs that will do most operations in this course (an online calculator for matrices)
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Class 26: Question 1 1.An orthogonal basis for A 2.An orthogonal basis for the column space of A 3.An orthogonal basis for the row space of A 4.An orthogonal.
4.3 Linearly Independent Sets; Bases
1.7 Linear Independence. in R n is said to be linearly independent if has only the trivial solution. in R n is said to be linearly dependent if there.
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
1 MAC 2103 Module 11 lnner Product Spaces II. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Construct an orthonormal.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Matrices, Vectors, Determinants.
6 6.5 © 2016 Pearson Education, Ltd. Orthogonality and Least Squares LEAST-SQUARES PROBLEMS.
Inner Product Spaces Euclidean n-space: Euclidean n-space: vector lengthdot productEuclidean n-space R n was defined to be the set of all ordered.
REVIEW Linear Combinations Given vectors and given scalars
Chapter 1 Linear Equations and Vectors
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Euclidean Inner Product on Rn
Orthogonality and Least Squares
Vectors, Linear Combinations and Linear Independence
4.6: Rank.
Orthogonality and Least Squares
1.3 Vector Equations.
Linear Algebra Lecture 39.
Linear Algebra Lecture 38.
Mathematics for Signals and Systems
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 41.
Linear Vector Space and Matrix Mechanics
Orthogonality and Least Squares
CHAPTER 4 Vector Spaces Linear combination Sec 4.3 IF
Presentation transcript:

Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?

Class 24: Answer 1: (3) Just take the dot product of each pair and you will see that the only pair which does not produce zero is (3,0,0,2) and (0,1,0,1).

Class 24: Question 2 TRUE or FALSE: If two vectors are linearly independent, they must be orthogonal. 1. TRUE. 2. FALSE.

Class 24: Answer 2 (B) FALSE: If two vectors are linearly independent, they must be orthogonal. If two vectors are linearly independent they just have to not be scalar multiples of each other, but for orthogonality they must have a dot product of zero. Counterexample: (1,1,1) and (2,3,4). Clearly linearly independent with dot product of 9, not zero (so not orthogonal)

Class 24: Question 3 TRUE or FALSE: Any orthogonal set of nonzero vectors that spans a vector space must be a basis for that space. 1. TRUE. 2. FALSE.

Class 24: Answer 3 (A) TRUE: Any orthogonal set of nonzero vectors that spans a vector space must be a basis for that space. If a set of vectors spans a space then the only question we need to answer as to whether it is a basis or not is whether the set is linearly independent or not. If a set of vectors is orthogonal, it must be linearly independent, so yes, any orthogonal set of vectors that spans a space must be a basis for that space.

Class 24: Question 4 Which of the following set of vectors is an orthonormal set?

Class 24: Answer 4 (D) An orthonormal set is a set of vectors that are all magnitude one and are orthogonal to each other. All of the vector pairs are orthogonal, but only one of them consists of unit vectors, the last pair Since

Class 24: Question 5 Let A be a square matrix whose column vectors are not zero and mutually orthogonal. Which of the following are true? 1.The dot product of any two different column vectors is zero. 2.The set of column vectors is linearly independent. 3.det(A) is not equal to zero 4.For any b, there is a unique solution to Ax=b. 5.All of the above.

Class 24: Answer 5 (E) “A square matrix whose column vectors are not zero and are mutually orthogonal” is an orthonormal matrix. Theorem 5.8 gives us the result that this matrix will have a determinant that will be plus or minus one (i.e. not zero). Thus The dot product of any two different columns must be zero. Since all the columns are orthogonal, they are linearly independent. Since the determinant is not zero, we know the matrix is invertible, and in fact we know that A T =A -1 thus the linear system must have a unique solution. Therefore all the statements are true.