mohammed El-Kady
- 32
- 2
Can anyone illustrate for me matrix decomposition in a simple way?
Matrix decomposition is a mathematical technique used to simplify complex matrices into more manageable components. Key types include LU-decomposition, QR-decomposition, and Singular Value Decomposition (SVD). The polar decomposition specifically breaks a matrix into an orthogonal rotation matrix (U) and a symmetric positive definite stretching matrix (P). Understanding these decompositions is essential for applications in elasticity, particularly in analyzing deformation tensors.
PREREQUISITESMathematicians, engineers, and data scientists who require a deeper understanding of matrix operations and their applications in fields such as elasticity and data analysis.
mohammed El-Kady said:Can anyone illustrate for me matrix decomposition in a simple way?
It's the decomposition into a orthogonal rotation ##U## and a symmetric positive definite stretching ##P##, see the polar decomposition https://en.wikipedia.org/wiki/Polar_decompositionmohammed El-Kady said:thank you for your responses, while i study elasticity it have been mentioned that deformation tensor is stretch and rotation tensor and the proof by using matrix decomposition, I've no idea about the type of decomp.
thank you too much, its helpful and valuable and easyfresh_42 said:It's the decomposition into a orthogonal rotation ##U## and a symmetric positive definite stretching ##P##, see the polar decomposition https://en.wikipedia.org/wiki/Polar_decomposition