/matrix-calculator

Some python programs for various matrix-related computations, in the context of the linear algebra course @ HEI

Primary LanguagePython

Matrix Calculator

In this repository, you will find the Python programs I wrote for the "100.2 - Algèbre Linéaire 2" course at HEI Sion, mainly related to matrix calculations

Here is the list of scripts so far:

File Exercise(s) Description
equation_solver.py S1 E4 Takes in a matrix of coefficients and a vector of constants representing a system of equations and solves it