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.