SlideShare une entreprise Scribd logo
1  sur  3
VECTORS AND MATRICES: Basis and Matrices Reportedby:
GS - MATHEd MARRY CHRISELLE H. RAÑOLA
Basis and Dimension
Definition: A basis of a vector space V , is a set of vectors B = {v1, v2,…, vn} such that
1. {v1, v2,…,vn} span V,
2. {v1, v2,…,vn} are linearly independent and hence the ai above are unique.
Notes
 Point 1 says that any vector in V may be written as a linear combination of vectors from
B. So for every vector u ∊ V there are scalars a1,…,an such that u = a1v1 + a2v2 + … + anvn
The ai are called the components of u with respect to the basis B.
 Point 2 says that all of the vectors in {v1, v2,…, vn} are needed.
 The plural of basis is bases, pronounced `base ease'.
Since given a basis B = {v1, v2, …, vn} of Rn
, any vector in u ∊ Rn
can be written as
𝒖 = 𝒂 𝟏 𝒗 𝟏 + 𝒂 𝟐 𝒗 𝟐 + … + 𝒂 𝒏 𝒗 𝒏
for a unique set of scalars a1,…,an, we can then write every u ∊ Rn
with respect to the basis B as
uB = (a1, a2,…, an)B.
where the subscript B indicates that the components are with respect to the basis B, not
the standard basis.
In general, we can find the coordinates of a vector u with respect to a given basis B by solving
ABuB = u, for uB, where AB is the matrix whose columns are the vectors in B. AB is called the
change of basis matrix for B.
If B is a basis there must be a unique solution of ABuB = u for every u ∊ Rn
. This means that B is
a basis if and ony if the REF of AB does not contain a row of zeros (rank(AB) = n), or equivalently
det(AB) ≠ 0.
Examples:
1. The Standard Basis for Rn
𝑒1 =
(
1
0
...
0)
, 𝑒2 =
(
0
1
...
0)
,…, 𝑒 𝑛 =
(
0
0
...
0)
Note that if u = (u1, u2, …, un) is any vector in Rn,
𝑢 = 𝑎1 𝑣 1 + 𝑎2 𝑣2 + … + 𝑎 𝑛 𝑣 𝑛
And this is consistent with the use of the term component above. In fact any set
n linearly independent vectors in Rn form a basis.
2. Determine whether v1 = (1, 1, 0) and v2 = (1, 0, 1) and v3 = (3, 1, 2) are a basis in R3.
[
1 1 3
1 0 1
0 1 2
] = [
1 1 3
0 −1 −2
0 1 2
] = [
1 1 3
0 −1 −2
0 0 0
] = [
1 1 3
0 1 2
0 0 0
]
Since AB contains a row of zeros (rank(AB) ≠ 3), this is not a basis.
Alternatively we could have used determinants:
VECTORS AND MATRICES: Basis and Matrices Reportedby:
GS - MATHEd MARRY CHRISELLE H. RAÑOLA
[
1 1 3
1 0 1
0 1 2
] = [
0 1
1 2
] − [
1 1
0 2
] + 3 [
1 0
0 1
] = −1 − 2 + 3 = 0
det(A)= 0, so B is not a basis.
3. Determine whether B = {v1. V2, V3}, where v1 = (1, 1, 0) and v2 = (1, 0, 1) and v3 = (3, 1, 1)
is a basis for R3.
Any three linearly independent vectors in R3 are a basis. These three vectors will
be linearly independent if the determinant of the matrix whose columns are v1,
v2 and v3 is non-zero.
[
1 1 3
1 0 1
0 1 1
] = 0
This means that these three vectors can be used in place of the standard basis.
4. Find the components of u = (1, 2, 2) with respect to the basis B above.
We must solve u = a1v1 + a2v2 + a3v3 for a1, a2 and a3. So
[
1
2
2
] = 𝑎1 [
1
1
0
] + 𝑎2 [
1
0
1
] + 𝑎3 [
3
1
1
]
= [
1 1 3
1 0 1
0 1 1
] [
𝑎1
𝑎2
𝑎3
]
= [
1 1 3
1 0 1
0 1 1
|
1
2
2
] → 𝑅𝑅𝐸𝐹 = [
1 0 0
0 1 0
0 0 1
|
5
5
−3
]
Solving gives a3 = - 3, a2 = 5, a1 = 5. So uB = (5, 5, 3)B.
Check:
u = 5v1 + 5v2 - 3v3
= 5(1, 1, 0) + 5(1, 0, 1) - 3(3, 1, 1) = (5 + 5 – 9, 5 – 3, 5 - 3)
= (1, 2, 2)
5. Find a basis for the solution set of the system of equations
𝑥1 + 𝑥3 + 𝑥4 = 0, 𝑥2 + 𝑥3 = 0, 𝑥1 + 𝑥2 + 2𝑥3 + 𝑥4 = 0
[
1 0 1
0 1 1
1 1 2
1
0
1
|
0
0
0
] → 𝑅𝑅𝐸𝐹 = [
1 0 1
0 1 1
0 0 0
1
0
0
|
0
0
0
]
𝒙 + 𝒛 + 𝒘 = 𝟎 → 𝑥 = −𝑧 − 𝑤
𝒚 + 𝒛 = 𝟎 → 𝑦 = −𝑧
Let s, t ∊ R 𝑧 = 𝑠, 𝑤 = 𝑡, 𝑡ℎ𝑢𝑠 𝑦 = −𝑠. 𝑥 = −𝑠 − 𝑡
Solutions are of the form
( −𝒔 − 𝒕,−𝒔, 𝒔, 𝒕) = 𝒔 (−𝟏,−𝟏, 𝟏 𝟎)+ 𝒕 (−𝟏, 𝟎, 𝟎, 𝟏)
So all solutions are a linear combination of {(−1,−1, 1 0), (−1, 0, 0,1)}. These
vectors form a basis for the solution space.
The solution set to any homogeneous system with non-trivial solutions may be
expressed in this way.
VECTORS AND MATRICES: Basis and Matrices Reportedby:
GS - MATHEd MARRY CHRISELLE H. RAÑOLA
Dimension
Theorem 3: If {v1, v2,…,vn} and {u1, u2,…,um} are bases for a vector space V then m = n.
Corollary 4: Every basis of Rn contains exactly n vectors.
Definition 5: The Dimension of a vector space V is the number of vectors in a basis.
We write dim(V).
Examples:
1. dim(Rn) = n.
Take the standard basis.
2. dim(Pn) = n + 1.
Theorem 7: If U is a subspace of a vector space V , then dim(U) ≤ dim(V ).
Examples:
1. Let 𝑈 = {( 𝑥, 𝑦, 𝑧) | 𝑥 − 𝑧 = 0} ⊆ 𝑅3
. (U is the plane x - z = 0.) Find the dimension of U.
Solve x - z = 0, Let s, t ∊ R, set z = s, y = t, then x = s. Solutions are of the form:
(𝒔, 𝒕, 𝒔) = 𝒔(𝟏, 𝟎, 𝟏) + 𝒕(𝟎, 𝟏, 𝟎)
Thus {(0, 1, 0), (1, 0, 1)} is a basis for U, and so dim(U) = 2.
2. Find the dimension of solution set of the system of equations
𝑥1 + 𝑥3 + 𝑥4 = 0, 𝑥2 + 𝑥3 = 0, 𝑥1 + 𝑥2 + 2𝑥3 + 𝑥4 = 0
Above we showed that the solutions are of the form
( −𝒔 − 𝒕,−𝒔, 𝒔, 𝒕) = 𝒔 (−𝟏,−𝟏, 𝟏 𝟎)+ 𝒕 (−𝟏, 𝟎, 𝟎, 𝟏)
and so {(−1,−1, 1 0), (−1,0, 0, 1)} forms a basis for the solution space. Since
there are two vectors in the basis, the dimension is 2. (So this is a 2-dimensional
plane in R4.)

Contenu connexe

Tendances

Module 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation NotesModule 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation Notestoni dimella
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectorsRakib Hossain
 
Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & DimensionManikanta satyala
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrixVANDANASAINI29
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slidesAmanSaeed11
 
Eigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theoremEigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theoremgidc engineering college
 
Inner Product Space
Inner Product SpaceInner Product Space
Inner Product SpacePatel Raj
 
Beta gamma functions
Beta gamma functionsBeta gamma functions
Beta gamma functionsSelvaraj John
 
Basis and dimension of vector space
Basis and dimension of  vector spaceBasis and dimension of  vector space
Basis and dimension of vector spaceNaliniSPatil
 
INTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptxINTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptxSumit366794
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptDrazzer_Dhruv
 
Cm 1 Classical Mechanics By Goldstein
Cm 1 Classical Mechanics By GoldsteinCm 1 Classical Mechanics By Goldstein
Cm 1 Classical Mechanics By GoldsteinAmeenSoomro1
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalharshid panchal
 
Inner product spaces
Inner product spacesInner product spaces
Inner product spacesEasyStudy3
 
Row Space,Column Space and Null Space & Rank and Nullity
Row Space,Column Space and Null Space & Rank and NullityRow Space,Column Space and Null Space & Rank and Nullity
Row Space,Column Space and Null Space & Rank and NullityParthivpal17
 

Tendances (20)

Module 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation NotesModule 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation Notes
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectors
 
Power method
Power methodPower method
Power method
 
Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & Dimension
 
Fourier series 2
Fourier series 2Fourier series 2
Fourier series 2
 
Eigen value and vectors
Eigen value and vectorsEigen value and vectors
Eigen value and vectors
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrix
 
Vector spaces
Vector spaces Vector spaces
Vector spaces
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slides
 
Power series
Power seriesPower series
Power series
 
Eigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theoremEigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theorem
 
Inner Product Space
Inner Product SpaceInner Product Space
Inner Product Space
 
Beta gamma functions
Beta gamma functionsBeta gamma functions
Beta gamma functions
 
Basis and dimension of vector space
Basis and dimension of  vector spaceBasis and dimension of  vector space
Basis and dimension of vector space
 
INTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptxINTRODUCTION TO SETS.pptx
INTRODUCTION TO SETS.pptx
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
Cm 1 Classical Mechanics By Goldstein
Cm 1 Classical Mechanics By GoldsteinCm 1 Classical Mechanics By Goldstein
Cm 1 Classical Mechanics By Goldstein
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
 
Inner product spaces
Inner product spacesInner product spaces
Inner product spaces
 
Row Space,Column Space and Null Space & Rank and Nullity
Row Space,Column Space and Null Space & Rank and NullityRow Space,Column Space and Null Space & Rank and Nullity
Row Space,Column Space and Null Space & Rank and Nullity
 

Similaire à Vectors and Matrices: basis and dimension

Mat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.pptMat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.pptabidraufv
 
Chapter 4: Vector Spaces - Part 3/Slides By Pearson
Chapter 4: Vector Spaces - Part 3/Slides By PearsonChapter 4: Vector Spaces - Part 3/Slides By Pearson
Chapter 4: Vector Spaces - Part 3/Slides By PearsonChaimae Baroudi
 
Vcla ppt ch=vector space
Vcla ppt ch=vector spaceVcla ppt ch=vector space
Vcla ppt ch=vector spaceMahendra Patel
 
2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and DimensionCeni Babaoglu, PhD
 
Hi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdfHi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdfezhilvizhiyan
 
Mathematical Foundations for Machine Learning and Data Mining
Mathematical Foundations for Machine Learning and Data MiningMathematical Foundations for Machine Learning and Data Mining
Mathematical Foundations for Machine Learning and Data MiningMadhavRao65
 
vector spaces notes.pdf
vector spaces notes.pdfvector spaces notes.pdf
vector spaces notes.pdfjacky489530
 
Analytical Geometry in three dimension
Analytical Geometry in three dimensionAnalytical Geometry in three dimension
Analytical Geometry in three dimensionSwathiSundari
 
Gnt lecture notes (1)
Gnt lecture notes (1)Gnt lecture notes (1)
Gnt lecture notes (1)vahidmesic1
 
Math for Intelligent Systems - 01 Linear Algebra 01 Vector Spaces
Math for Intelligent Systems - 01 Linear Algebra 01  Vector SpacesMath for Intelligent Systems - 01 Linear Algebra 01  Vector Spaces
Math for Intelligent Systems - 01 Linear Algebra 01 Vector SpacesAndres Mendez-Vazquez
 
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric SpacesSome Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric SpacesIJMER
 
Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 MD Kutubuddin Sardar
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsnarayana dash
 

Similaire à Vectors and Matrices: basis and dimension (20)

lec8.ppt
lec8.pptlec8.ppt
lec8.ppt
 
Mat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.pptMat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.ppt
 
Chapter 4: Vector Spaces - Part 3/Slides By Pearson
Chapter 4: Vector Spaces - Part 3/Slides By PearsonChapter 4: Vector Spaces - Part 3/Slides By Pearson
Chapter 4: Vector Spaces - Part 3/Slides By Pearson
 
Vector space
Vector spaceVector space
Vector space
 
150490106037
150490106037150490106037
150490106037
 
Vcla ppt ch=vector space
Vcla ppt ch=vector spaceVcla ppt ch=vector space
Vcla ppt ch=vector space
 
2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension
 
Hi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdfHi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdf
 
Mathematical Foundations for Machine Learning and Data Mining
Mathematical Foundations for Machine Learning and Data MiningMathematical Foundations for Machine Learning and Data Mining
Mathematical Foundations for Machine Learning and Data Mining
 
vector spaces notes.pdf
vector spaces notes.pdfvector spaces notes.pdf
vector spaces notes.pdf
 
Vector space
Vector spaceVector space
Vector space
 
Vector Space.pptx
Vector Space.pptxVector Space.pptx
Vector Space.pptx
 
Analytical Geometry in three dimension
Analytical Geometry in three dimensionAnalytical Geometry in three dimension
Analytical Geometry in three dimension
 
Gnt lecture notes (1)
Gnt lecture notes (1)Gnt lecture notes (1)
Gnt lecture notes (1)
 
Math for Intelligent Systems - 01 Linear Algebra 01 Vector Spaces
Math for Intelligent Systems - 01 Linear Algebra 01  Vector SpacesMath for Intelligent Systems - 01 Linear Algebra 01  Vector Spaces
Math for Intelligent Systems - 01 Linear Algebra 01 Vector Spaces
 
Ch4
Ch4Ch4
Ch4
 
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric SpacesSome Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
 
Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007 Nbhm m. a. and m.sc. scholarship test 2007
Nbhm m. a. and m.sc. scholarship test 2007
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functions
 
Calculas
CalculasCalculas
Calculas
 

Dernier

Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 

Dernier (20)

Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 

Vectors and Matrices: basis and dimension

  • 1. VECTORS AND MATRICES: Basis and Matrices Reportedby: GS - MATHEd MARRY CHRISELLE H. RAÑOLA Basis and Dimension Definition: A basis of a vector space V , is a set of vectors B = {v1, v2,…, vn} such that 1. {v1, v2,…,vn} span V, 2. {v1, v2,…,vn} are linearly independent and hence the ai above are unique. Notes  Point 1 says that any vector in V may be written as a linear combination of vectors from B. So for every vector u ∊ V there are scalars a1,…,an such that u = a1v1 + a2v2 + … + anvn The ai are called the components of u with respect to the basis B.  Point 2 says that all of the vectors in {v1, v2,…, vn} are needed.  The plural of basis is bases, pronounced `base ease'. Since given a basis B = {v1, v2, …, vn} of Rn , any vector in u ∊ Rn can be written as 𝒖 = 𝒂 𝟏 𝒗 𝟏 + 𝒂 𝟐 𝒗 𝟐 + … + 𝒂 𝒏 𝒗 𝒏 for a unique set of scalars a1,…,an, we can then write every u ∊ Rn with respect to the basis B as uB = (a1, a2,…, an)B. where the subscript B indicates that the components are with respect to the basis B, not the standard basis. In general, we can find the coordinates of a vector u with respect to a given basis B by solving ABuB = u, for uB, where AB is the matrix whose columns are the vectors in B. AB is called the change of basis matrix for B. If B is a basis there must be a unique solution of ABuB = u for every u ∊ Rn . This means that B is a basis if and ony if the REF of AB does not contain a row of zeros (rank(AB) = n), or equivalently det(AB) ≠ 0. Examples: 1. The Standard Basis for Rn 𝑒1 = ( 1 0 ... 0) , 𝑒2 = ( 0 1 ... 0) ,…, 𝑒 𝑛 = ( 0 0 ... 0) Note that if u = (u1, u2, …, un) is any vector in Rn, 𝑢 = 𝑎1 𝑣 1 + 𝑎2 𝑣2 + … + 𝑎 𝑛 𝑣 𝑛 And this is consistent with the use of the term component above. In fact any set n linearly independent vectors in Rn form a basis. 2. Determine whether v1 = (1, 1, 0) and v2 = (1, 0, 1) and v3 = (3, 1, 2) are a basis in R3. [ 1 1 3 1 0 1 0 1 2 ] = [ 1 1 3 0 −1 −2 0 1 2 ] = [ 1 1 3 0 −1 −2 0 0 0 ] = [ 1 1 3 0 1 2 0 0 0 ] Since AB contains a row of zeros (rank(AB) ≠ 3), this is not a basis. Alternatively we could have used determinants:
  • 2. VECTORS AND MATRICES: Basis and Matrices Reportedby: GS - MATHEd MARRY CHRISELLE H. RAÑOLA [ 1 1 3 1 0 1 0 1 2 ] = [ 0 1 1 2 ] − [ 1 1 0 2 ] + 3 [ 1 0 0 1 ] = −1 − 2 + 3 = 0 det(A)= 0, so B is not a basis. 3. Determine whether B = {v1. V2, V3}, where v1 = (1, 1, 0) and v2 = (1, 0, 1) and v3 = (3, 1, 1) is a basis for R3. Any three linearly independent vectors in R3 are a basis. These three vectors will be linearly independent if the determinant of the matrix whose columns are v1, v2 and v3 is non-zero. [ 1 1 3 1 0 1 0 1 1 ] = 0 This means that these three vectors can be used in place of the standard basis. 4. Find the components of u = (1, 2, 2) with respect to the basis B above. We must solve u = a1v1 + a2v2 + a3v3 for a1, a2 and a3. So [ 1 2 2 ] = 𝑎1 [ 1 1 0 ] + 𝑎2 [ 1 0 1 ] + 𝑎3 [ 3 1 1 ] = [ 1 1 3 1 0 1 0 1 1 ] [ 𝑎1 𝑎2 𝑎3 ] = [ 1 1 3 1 0 1 0 1 1 | 1 2 2 ] → 𝑅𝑅𝐸𝐹 = [ 1 0 0 0 1 0 0 0 1 | 5 5 −3 ] Solving gives a3 = - 3, a2 = 5, a1 = 5. So uB = (5, 5, 3)B. Check: u = 5v1 + 5v2 - 3v3 = 5(1, 1, 0) + 5(1, 0, 1) - 3(3, 1, 1) = (5 + 5 – 9, 5 – 3, 5 - 3) = (1, 2, 2) 5. Find a basis for the solution set of the system of equations 𝑥1 + 𝑥3 + 𝑥4 = 0, 𝑥2 + 𝑥3 = 0, 𝑥1 + 𝑥2 + 2𝑥3 + 𝑥4 = 0 [ 1 0 1 0 1 1 1 1 2 1 0 1 | 0 0 0 ] → 𝑅𝑅𝐸𝐹 = [ 1 0 1 0 1 1 0 0 0 1 0 0 | 0 0 0 ] 𝒙 + 𝒛 + 𝒘 = 𝟎 → 𝑥 = −𝑧 − 𝑤 𝒚 + 𝒛 = 𝟎 → 𝑦 = −𝑧 Let s, t ∊ R 𝑧 = 𝑠, 𝑤 = 𝑡, 𝑡ℎ𝑢𝑠 𝑦 = −𝑠. 𝑥 = −𝑠 − 𝑡 Solutions are of the form ( −𝒔 − 𝒕,−𝒔, 𝒔, 𝒕) = 𝒔 (−𝟏,−𝟏, 𝟏 𝟎)+ 𝒕 (−𝟏, 𝟎, 𝟎, 𝟏) So all solutions are a linear combination of {(−1,−1, 1 0), (−1, 0, 0,1)}. These vectors form a basis for the solution space. The solution set to any homogeneous system with non-trivial solutions may be expressed in this way.
  • 3. VECTORS AND MATRICES: Basis and Matrices Reportedby: GS - MATHEd MARRY CHRISELLE H. RAÑOLA Dimension Theorem 3: If {v1, v2,…,vn} and {u1, u2,…,um} are bases for a vector space V then m = n. Corollary 4: Every basis of Rn contains exactly n vectors. Definition 5: The Dimension of a vector space V is the number of vectors in a basis. We write dim(V). Examples: 1. dim(Rn) = n. Take the standard basis. 2. dim(Pn) = n + 1. Theorem 7: If U is a subspace of a vector space V , then dim(U) ≤ dim(V ). Examples: 1. Let 𝑈 = {( 𝑥, 𝑦, 𝑧) | 𝑥 − 𝑧 = 0} ⊆ 𝑅3 . (U is the plane x - z = 0.) Find the dimension of U. Solve x - z = 0, Let s, t ∊ R, set z = s, y = t, then x = s. Solutions are of the form: (𝒔, 𝒕, 𝒔) = 𝒔(𝟏, 𝟎, 𝟏) + 𝒕(𝟎, 𝟏, 𝟎) Thus {(0, 1, 0), (1, 0, 1)} is a basis for U, and so dim(U) = 2. 2. Find the dimension of solution set of the system of equations 𝑥1 + 𝑥3 + 𝑥4 = 0, 𝑥2 + 𝑥3 = 0, 𝑥1 + 𝑥2 + 2𝑥3 + 𝑥4 = 0 Above we showed that the solutions are of the form ( −𝒔 − 𝒕,−𝒔, 𝒔, 𝒕) = 𝒔 (−𝟏,−𝟏, 𝟏 𝟎)+ 𝒕 (−𝟏, 𝟎, 𝟎, 𝟏) and so {(−1,−1, 1 0), (−1,0, 0, 1)} forms a basis for the solution space. Since there are two vectors in the basis, the dimension is 2. (So this is a 2-dimensional plane in R4.)