To write a program to find the LU Decomposition of a matrix.
- Hardware – PCs
- Anaconda – Python 3.7 Installation / Moodle-Code Runner
(i) To find the L and U matrix
/*
Program to find the L and U matrix.
Developed by:
RegisterNumber:
*/
(ii) To find the LU Decomposition of a matrix
/*
Program to find the LU Decomposition of a matrix.
Developed by:
RegisterNumber:
*/
Thus the program to find the LU Decomposition of a matrix is written and verified using python programming.