Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 386 Bytes

File metadata and controls

2 lines (2 loc) · 386 Bytes

Python code for solving a simultaneous equation with 3 variables

This is a python implementation of a program that solves a simultaneous equation with 3 variables using the well known elimination method. It takes in an input of a matrix representing the coefficients of the variables, and another matix representing the result, and returns the fractional values of the 3 variables.