You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a MATLAB implementation of LU Decomposition, a method used to solve systems of linear equations, find matrix inverses, and compute determinants. The algorithm decomposes a square matrix A into the product of a lower triangular matrix L and an upper triangular matrix U.
A Python desktop application for solving mathematical equations using various numerical methods. This interactive tool provides a modern GUI for inputting equations and visualizing results through interactive plots. Features include solution history tracking, customizable settings, and PDF export capabilities.
🎯 analyzing and transforming a dataset using Linear Algebra concepts to derive meaningful insights. The project integrates vectors, matrices, decompositions, and dimensionality reduction techniques to give students hands-on practice in mathematical foundations widely applied in Data Science, AI/ML, and Engineering.
Sequential and Parallel implementations of LU decomposition that use Gaussian elimination to factor a dense N x N matrix into an upper-triangular one and a lower-triangular one in C++.