Projection onto Column Space of A and its Perpendicular

Click For Summary
SUMMARY

The discussion focuses on computing the projection of a vector b onto the Column Space of matrix A, defined as A = magic(8); A = A(:,1:3). The user seeks assistance in determining the Column Space of A using reduced row echelon form and understanding the concept of perpendicular projections. The key equations involve the definition of the Column Space as the span of its vectors and the condition for perpendicularity, v ∈ W^⊥ => v · u = 0 for u ∈ W.

PREREQUISITES
  • Understanding of MATLAB for matrix manipulation
  • Knowledge of linear algebra concepts, specifically Column Space and its properties
  • Familiarity with reduced row echelon form (RREF) of matrices
  • Concept of orthogonal projections in vector spaces
NEXT STEPS
  • Learn how to compute the Column Space of a matrix in MATLAB
  • Study the process of obtaining the reduced row echelon form (RREF) of matrices
  • Explore the mathematical definition and computation of orthogonal projections
  • Investigate the properties of orthogonal complements in vector spaces
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as MATLAB users looking to enhance their understanding of matrix projections and orthogonality.

Zyxer22
Messages
16
Reaction score
0

Homework Statement



Some of the details in this question are based off the use of matlab. If it's needed I can show the matrices that MATLAB creates.


Let A = magic(8); A = A(:,1:3) and let S be the Column Space of A. For b = [1:8]' compute the projection of b onto the Column Space of A. What is the projection of b perpendicular to the Column Space of A?



Homework Equations





The Attempt at a Solution



I'm not sure exactly where to get started. My first issue is that I'm not sure how to find the column space of A. I think I'm supposed to take the reduced row echelon form of the matrix and then shrink it if necessary. My book defines Column space as the span, so this would make sense to me.

I'm also not sure how to find the perpendicular of a matrix. I know it's defined such that v \in W^\perp => v \cdot u = 0 | u \in W but I'm not sure how to go from there.
 
Physics news on Phys.org
I'm fairly sure I'm right about the column space but I could use an explanation on perpendicular matrices if anyone can help.
 

Similar threads

Replies
15
Views
2K
Replies
5
Views
2K
Replies
1
Views
1K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K