top of page
LU Decomposition Python
• Explored the underlying processes used in Finite Element Method (FEM) and Finite Element Analysis (FEA).
• Investigated the LU decomposition method as an efficient approach for finding the inverse of these matrices.
• Utilized the Python NumPy module to implement LU decomposition for matrix inversion, leveraging its simplicity and computational advantages.
bottom of page