News

Multiple Linear Regression with Normal Equation using NumPy. This work is intended purely for understanding purpose only. All the codes are written in Python with the help of NumPy and pandas library.
Gaussian Elimination. The general procedure learned to solve a system of linear equations is Gaussian elimination. The goal is to apply row operations to "eliminate" all the variables except for one ...
Python allows free creation of plots, unlike expensive, stagnant graphing calculators. Import NumPy and Matplotlib for basic linear and polynomial plots in Python. Seaborn lets you make ...