What Happens When Gram-Schmidt Is Applied to Linearly Dependent Vectors?

  • Thread starter mpm
  • Start date
  • Tags
    Process
This is because the process involves finding the orthogonal complement of the span of the vectors. However, if one of the vectors already belongs to the span, then its orthogonal complement is the zero vector, resulting in division by 0. It is important to note that this failure only occurs if the process is applied to a set of vectors with specific properties, as outlined in the conversation.
  • #1
mpm
82
0
I have a question about this process.

What will happen if this process is applied to a set of vectors {v1, v2, v3} where v1 and v2 are linearly independent, but v3 belongs to set Span(v1,v2). Will the process fail? If it fails, why does it fail?
 
Physics news on Phys.org
  • #2
Doesn't anyone possibly know the answer to this question? Or can anyone even give me some direciton on it?
 
  • #3
Have you tried it out on a concrete example? What happens?
 
  • #4
The goal of GM is to take a nonorthogonal set of linearly independent functions and construct an orthogonal basis such that the the span of the original set is contained in the span of the orthonormalized set. This is a key ingridient to proving its most natural corollarly: that every finite dimensional inner product space admits an orthonormal basis. Note that vj is not contained in span(v1,v2,...vj-1) since (v1,...vj) is linearly independent and therefore vj is not in the span(e1,...,ej-1). If vj is in the span(v1,...vj-1) for any j, then carrying out GS merely produces a particular element which lies in the span(e1,...ej-1). It does nothing to further the purpose of GS, however; it does not destroy it, so long as your original set does contain elements which lie outside the span of its companions. But, if j=Dim(V) where V was an arbitrary space, and vk was an element of span(v1,...vk-1) for k<j, then continuing this process would result in an orthonormal set which DOES not form a basis for V, it merely spans/forms a basis or some subset/space of V.
 
  • #5
mpm said:
I have a question about this process.
What will happen if this process is applied to a set of vectors {v1, v2, v3} where v1 and v2 are linearly independent, but v3 belongs to set Span(v1,v2). Will the process fail? If it fails, why does it fail?

Eventually, you will wind up having to divide by 0.
 

FAQ: What Happens When Gram-Schmidt Is Applied to Linearly Dependent Vectors?

What is the Gram-Schmidt process?

The Gram-Schmidt process is a mathematical procedure used to convert a set of linearly independent vectors into a set of orthonormal vectors. It is commonly used in linear algebra and is named after mathematicians Jørgen Pedersen Gram and Erhard Schmidt.

How does the Gram-Schmidt process work?

The Gram-Schmidt process involves taking a set of linearly independent vectors and successively transforming them into orthonormal vectors. This is achieved by subtracting the projections of the previously transformed vectors from the current vector, and then normalizing the resulting vector.

Why is the Gram-Schmidt process important?

The Gram-Schmidt process is important because it allows for the transformation of a set of linearly independent vectors into a set of orthonormal vectors, which can simplify many mathematical calculations. It is also used in various fields such as physics, engineering, and data analysis.

What are the applications of the Gram-Schmidt process?

The Gram-Schmidt process has various applications in linear algebra, including solving systems of linear equations, finding the best fit line for a set of data, and calculating eigenvalues and eigenvectors. It is also used in computer graphics, signal processing, and quantum mechanics.

Are there any limitations to the Gram-Schmidt process?

One limitation of the Gram-Schmidt process is that it can be numerically unstable, meaning that small errors in calculations can result in significant deviations from the correct solution. This can be mitigated by using more advanced versions of the process, such as the modified Gram-Schmidt process or the Householder reflection method.

Back
Top