filmov
tv
Linear algebra: How to do LU decomposition of a matrix with MATLAB
![preview_player](https://i.ytimg.com/vi/OJBG3TL1P94/sddefault.jpg)
Показать описание
Create a matrix and assign it to a variable.
use the code
[L,U] = lu(M) %where M is the matrix
Multiply L*U to show that L*U = M
Show that L*U == M using logic
#matlab
use the code
[L,U] = lu(M) %where M is the matrix
Multiply L*U to show that L*U = M
Show that L*U == M using logic
#matlab