Welcome to the "M2 Lab Programs" Github repository! This repository is a comprehensive collection of all the programs and codes taught in the M2 Lab of SDMCET, 2022 - 23. The programs cover mathematical applications and problem solving using Python libraries such as numpy, sympy, and matplot lib.
This repository does not have any license. The programs are intended for educational purposes.
To run the programs in this repository on locally on your desktop, you must have Python installed on your desktop along with the following Python libraries:
You can install these libraries by running the following command:
pip install numpy
pip install sympy
pip install matplotlib
To use the programs in this repository, simply clone the repository to your local machine using the following command:
git clone https://github.com/JoyM268/M2-Lab-Programs.git
Alternatively, you can download all the code in this repository as a zip file by clicking the link: Download Zip File
After cloning the repository, you can navigate to the directory containing the Jupyter Notebook file you wish to open and run the file using Jupyter notebook.
Contributions to this repository are welcome. If you find a bug or wish to add a new program, please create a new branch, make your changes, and create a pull request. Your contributions will be reviewed and merged if they meet the requirements of this repository.
If you have any questions or concerns about this repository, please contact the owner at joymascarenhas268@gmail.com. Thank you for using the "Mathematics Lab Programs 2" Github repository!