News

Linear programming is a mathematical approach designed to optimize processes within certain restrictions. Its primary goal is to either increase or decrease a numerical value to its utmost extent.
NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate ...
This Python project aims to build a linear equation solver program. Users are requested to input 4 variables that define 2 linear equations in slope-intercept form (y = ax + b). The solver works for ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
I use Python 3 and Jupyter Notebooks to generate plots and equations with linear regression on Kaggle data. I checked the correlations and built a basic machine learning model with this dataset.