Linear Systems 1.1
by Osias Hernandez

Solves a system of equations. Type systems just like in textbooks. x, y, and z are the only variables allowed.


MUST BE TYPED IN THIS FORMAT
system of 2 equations
#x+#y+# = #x+#y+#
#x+#y+# = #x+#y+#

ststem of 3 equations
#x+#y+#z+# = #x+#y+#z+#
#x+#y+#z+# = #x+#y+#z+#
#x+#y+#z+# = #x+#y+#z+#


If the coefficients of any variable is zero, don't write the variable. Linear systems will still be able to interpret the equation.


history
1.1 -allows putting variables on the right side
    -it will display if there is many solutions or no solutions