Gaussian Elimination
The Gaussian Elimination algorithm is used to find the solution of a system of linear equations by performing row-wise operations on its matrix.
The Gaussian Elimination algorithm is used to find the solution of a system of linear equations by performing row-wise operations on its matrix.
A matrix is a two dimensional array of data.
A vector is an array of data expanding in one dimension.
A tensor is an array of data expanding in multiple independent dimensions.