Let the set {vecv1,v2,…,vM} is linearly dependent if there are scalars λ1,λ2,…,λM not all of which are zero such that: λ1v1+λ2v2+…λMvM=0
The set {v1,v2,…,vM} is linearly independent if it is not linearly dependent
However for a basis set of vectors we want more than them to just be linearly independent, we want all vectors in the set to be orthogonal to each other.
Demonstrating linear dependence/ independence
Given a set of linear simultaneous equations you can show their linear dependence/ independence via the process of Gaussian Elimination.
For a matrix V with columns v1,…,vM, if V can be reduced to a diagonal matrix with non-zero elements then the set of equations are linearly independent, otherwise they are linearly dependent.
Interpretation
The set {v1,v2,…,vM} is linearly dependent if at least one member of the set can be written as a linear combination of the others
Vector Set Bases
A basis for a vector space is a coordinate system. In R3 we in general use the x,y,z coordinate system, Any vector:
Any set of 3 orthogonal unit vector can be used as a coordinate system in R3, such as set is called a basis for R3 or more strictly an orthonormal basis
Definition of a basis of RN
A basis for the vector space RN is the set of vectors u1,u2,…,uN s.t. they are all unit vectors and mutually orthogonal.
Properties of Bases
Any basis E={e1,e2,…,eN} for RN is linearly independent.
To see this property, first assume a set is linearly independent. If this is the case then ∃[λ1,λ2,…,λN] s.t.
λ1e1+λ2e2+…+λNeN=0
where not all λns are 0. Assume λ1=0 as therefore:
e1=ϕ2e2+ϕ3e3+…+ϕNeN,(ϕn=λ1λn)
and from that we can show:
0=en⋅e1=ϕ2en⋅e2+…+ϕNen⋅eN=ϕn
Therefore, 0=ϕn and so λn=0. Since this can be repeated ∀[n=1,λn=0] it must be the case that λ1=0
For any basis for RN Then any vector v∈RN can be written uniquely as a linear sum of basis vectors