Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 2.48 KB

M2 Lab Programs.md

File metadata and controls

37 lines (35 loc) · 2.48 KB

M2 Lab Programs

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.

Table of Contents

Installation

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

Usage

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.

Contributing

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.

Contact

If you have any questions or concerns about this repository, please contact the owner at [email protected]. Thank you for using the "Mathematics Lab Programs 2" Github repository!