How to Show that PL is a Matrix in Vector Projection?

  • Thread starter John Smith
  • Start date
  • Tags
    Matrix
In summary, the conversation discusses PL and QL as notations for projection and reflection in a line through the origin with a given direction vector. It is mentioned that PL is a linear transformation and there is a matrix representation for it in the basis of the given direction vector. The conversation also mentions finding the projection of a vector in this scenario and notes that the matrix representation is a simple diagonal matrix.
  • #1
John Smith
6
0
Let PL an QL denote, respectively, projection on and reflection in the line L through the origin with direction vector d = [a b c] =not 0

I got a proplem showing that PL is a matrix.

1/(a^2 +b^2+c^) = Matrix...a^2 ab ac
.........ab b^2 bc
.........ac bc c^2
 
Physics news on Phys.org
  • #2
John Smith said:
Let PL an QL denote, respectively, projection on and reflection in the line L through the origin with direction vector d = [a b c] =not 0

I got a proplem showing that PL is a matrix.

1/(a^2 +b^2+c^) = Matrix...a^2 ab ac
.........ab b^2 bc
.........ac bc c^2
Strictly speaking, PL is a linear transformation. You are talking about it's matrix representation in the basis in which the given line has direction vector with components [a b c]. Now, unfortunately, I have no idea what you mean by "1/(a^2+ b^2+ c^2)= Matrix ...!

Given a vector [x y z], how would you find its projection, PL[x y z]? I get that the matrix representation is a very simple diagonal matrix.
 

What is PL?

PL stands for Programming Language. It is a formal language that is used to communicate instructions to a computer for the purpose of creating software or other applications.

What is a matrix in PL?

A matrix in PL is a data structure that is used to store multiple values in a grid-like format. It is commonly used for mathematical operations, such as addition and multiplication.

Why is it important to show that PL has matrix?

Showing that PL has matrix is important because it demonstrates the versatility and functionality of the language. It also allows for the creation of more complex and efficient algorithms and programs.

How do you show that PL has matrix?

To show that PL has matrix, one can demonstrate how to create and manipulate matrices using the language's syntax and built-in functions. This can be done through examples and code demonstrations.

What are some practical applications of matrices in PL?

Matrices in PL have many practical applications, including image processing, data analysis, and computer graphics. They are also commonly used in scientific and engineering fields for tasks such as solving systems of equations and modeling physical systems.

Similar threads

Replies
24
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
981
  • General Math
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
350
  • Linear and Abstract Algebra
Replies
1
Views
725
  • Linear and Abstract Algebra
Replies
11
Views
941
  • Linear and Abstract Algebra
Replies
8
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
779
  • Linear and Abstract Algebra
Replies
15
Views
1K
  • Linear and Abstract Algebra
Replies
16
Views
2K
Back
Top