Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 881 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 881 Bytes

Null Space and Solution Types

This Project was created as the part of Linear Algebra Course in 3rd Semester of BTech at Ahmedabad University. The repo contains the implementation of finding Null Space of the given mxn matrix in C Programming.

How to execute the project

  • As all the other C files are already added as a header in required files, you just need to run the main_function.c file in your favourite C compilor.

Contributors