This repository contains a set of Python-based Google Colab notebooks implementing key algorithms and concepts from mathematical computing. It covers topics from optimization and logic to regression and graph-based methods, making it a useful resource for students and practitioners alike.
- Logical Equivalence and Implication (Truth Tables)
- Fibonacci using Recursion
- Simple Linear Regression
- Multiple Linear Regression
- Simplex Method (LPP)
- Two-Phase Simplex Method (LPP)
- Graphical Method for LPP
- Transportation Problem
- Assignment Problem (Hungarian Algorithm)
- Critical Path Method (CPM) and PERT
-
Clone the repository:
git clone https://github.com/mvharsh/Mathematical-Computing.git
-
Open any
.ipynbfile using Google Colab or Jupyter Notebook.
- Language: Python
- Platform: Google Colab
- Libraries:
numpy,matplotlib,pandas,scipy, etc.