Project on using MATLAB to solve matrices using various techniques like Gaussian elimination and LU decomposition, for real-world problems. Matrix solving is important in various fields, and this project will help deepen understanding and apply MATLAB to solve matrices.
Matrix solving is a crucial aspect of linear algebra and plays a major role in fields like engineering, physics, and finance. This project presents an opportunity to gain a deeper understanding of various matrix solving techniques and to apply them using MATLAB. By comparing the performance and accuracy of different methods, the project provides insights into the best approach for solving matrices in different situations.
- Gauss-Seidel
- Gauss-Elimination
- LU Decomposition
You can find the implementation of each code and it's psuedocode in the techinques.m
- Further Cases can be found in the report associated with the project. Feel free to expriment yourself or add other Demos.
File Name | Description |
---|---|
techinques.m | Contains matlab code of functions implementation. |
untitled.m | Contains matlab code of Visuals. |
test.txt | Contians a sample run for the user to test |
- Matlab
- Open Directory in matlab
- Run The Figure
This code is licensed under the MIT License.
- Marwan Radwan
- Mariam Atef Hassan
- Sarah Sherien Abdel-Fattah
- Yasmine Emad
Feel free to contribute just make a pull request and do what you wish. 😼