Simplifying a matrix into an equation

In summary, the conversation is about decomposing a matrix into a product of two matrices. The main question is whether it is possible to write the matrix A in equation form and how to correctly separate the column vector. The expert suggests using the lower triangular matrix of the Identity matrix and multiplying it by the diagonal matrix of the column vector. The expert also mentions the Hadamard product, but notes that it is for matrices of the same size. Finally, the expert wonders if it is valid to write L(J_n) to describe the situation.
  • #1
Joes12
10
0
TL;DR Summary
Im looking to simplify a matrix and express it in a more compact equation form if possible
Hi,

Please see the attached image. I have a matrix and would like to split it up into a nice compact equation if possible. Matrix A seems to be a nice pattern that would lend itself to writing in equation form but I’m not sure what to do. Is it possible? Also do you know how I could correctly separate the column vector out? Would I need to add some padding to this? How would you do that? Many thanks.
 

Attachments

  • 37CEAAF7-8E65-43FB-910A-97618BF9AE50.jpeg
    37CEAAF7-8E65-43FB-910A-97618BF9AE50.jpeg
    23.6 KB · Views: 161
Physics news on Phys.org
  • #2
It's not clear what you are trying to do. The product of a matrix and a vector is another vector; not another matrix.

It is possible to decompose a matrix into a product of two matrices.
 
  • #3
I think I’ve found a way to calculate the A part. Is my notation correct? What I am trying to say is take the lower triangular matrix of the Identity matrix, so that it results in all ones of the lower triangular part. Then multiply this by the diagonal matrix of vector x. Please see attached.

Any idea how to progress the a part? Is there something like a hadamard product operation but for a matrix and a column vector? Thanks again :)
 

Attachments

  • 985877B5-B7DD-49D8-8832-B6C5B690CA2D.jpeg
    985877B5-B7DD-49D8-8832-B6C5B690CA2D.jpeg
    14.7 KB · Views: 164
  • #4
I still don't see what equality you are looking for.
 
  • #5
Appologies I think I should have written J instead of I.

From what I read, the symbol for the lower triangular matrix is L. If I want the non-zero elements of L to be 1 can I write L(J_n)? Is that valid notation to describe that situation?

What I am looking to say with the a part is, take each element in the resulting matrix above and multiply each of the elements by the value given in the column vector with the same row.

eg: [1 2 ;3 4] some operation [10 20]^T = [1*10 2*10; 3*20 4*20]

The Hadamard product is kind of like what I want to do however I am looking for matrices of different sizes.

Is there a way to succinctly say, pad to make the matrices the same size, perform Hadamard product and then remove the unwanted elements?
 
  • #6
I think Iv found the answer. Is it valid to write L(J_n) though? Thanks again
 

1. What is the purpose of simplifying a matrix into an equation?

Simplifying a matrix into an equation allows us to represent a system of linear equations in a more concise and organized manner. It also helps to identify patterns and relationships within the data.

2. How do you simplify a matrix into an equation?

To simplify a matrix into an equation, we use the process of Gaussian elimination which involves performing row operations on the matrix until it is in its reduced row echelon form. This form will have a simplified equation representing the system of linear equations.

3. Can you simplify any matrix into an equation?

Yes, any matrix can be simplified into an equation using the process of Gaussian elimination. However, the resulting equation may not always have a unique solution.

4. What are the benefits of simplifying a matrix into an equation?

Simplifying a matrix into an equation can help us solve systems of linear equations more efficiently and accurately. It also allows us to perform further calculations and analysis on the data represented by the matrix.

5. Is simplifying a matrix into an equation the same as finding the inverse of a matrix?

No, simplifying a matrix into an equation involves reducing the matrix into a simpler form, while finding the inverse of a matrix involves finding a matrix that, when multiplied by the original matrix, results in the identity matrix.

Similar threads

  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
520
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
12
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
606
  • Linear and Abstract Algebra
Replies
6
Views
874
  • Linear and Abstract Algebra
Replies
4
Views
877
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
7
Views
2K
Back
Top