Systems of Linear Equations and Matrices

References: Linear Equation: At its simplest, a linear equation is an algebraic equation that creates a straight line when plotted on a graph. Every variable in the equation is raised to the first power (meaning no exponents like $x^2$ or $y^3$), and there are no variables multiplied by each other. The Standard Forms Depending on ... Read More

Linear Algebra – Gaussian Elimination

Book: Introduction to Linear Algebra, Johnson et al. Third Edition Gaussian Elimination is a method in linear algebra used to solve systems of linear equations.It systematically transforms a system of equations into a simpler form so the solutions become easy to find. It works by manipulating the augmented matrix of the system using basic row ... Read More

Rank of Matrix

The Rank of a Matrix is a fundamental concept in linear algebra that tells you how much “information” or “dimensionality” a matrix preserves. At its core, the rank represents the number of linearly independent rows or columns in a matrix. It is the dimension of the vector space generated by its columns (or rows). https://www.mathsisfun.com/algebra/matrix-rank.html ... Read More
error: