This calculator decomposes matrix using LU and Cholesky decomposition.
Example: To input matrix: | $ \left[ \begin{array}{cc} -7 & 1/4 \\ -1.3 & -2/5 \end{array} \right] $ | type |
![]() |
Example: To input matrix: | $ \left[ \begin{array}{ccc} 0 & 1 & 0 \\ -1 & 0 & 0 \\ 0 & 0 & 2/3 \end{array} \right] $ | type |
![]() |
Step 1: Copy matrix from excel | Step 2: Select upper right cell | Step 3: Press Ctrl+V |
![]() |
![]() |
![]() |
Select whole matrix | and click delete |
![]() |
![]() |
Please tell me how can I make this better.