------------------------------Instructions---------------------------- -- Click on the button to solve a 2×2 system of equations (the default) -- If you want a 3×3 or 4×4 system of equations, press space, then click on the button -- The program will then ask for the values of the coefficients and with those values, the program will calculate the solutions for x, y, and z instantly -- If you want to calculate again, simply press space and it'll ask for the values again, then it'll calculate again -----------------------------Comments----------------------------- -- I wanted to make another math project and this is what I made. This project uses a formula instead of the old method of substitution / elimination to solve for x, y, and z. -- This can be used if you have work about system of equations --------------------------------History-------------------------------- -- 9 Nov 2019: Official Release -- 10 Nov 2019: Added 4×4 system of equations -- 11 Nov 2019: Changed the code to make it more understandable -- 14 Nov 2019: The 4×4 system of equations solver is now fixed and the code to solve it is a lot less complicated and cleaner -- 15 Nov 2019: Added a button to hide the equations if they're in the way of the solutions ---------------------------------Stats--------------------------------- v = views, l = loves, f = favorites, r = remixes --9 Nov 2019: 1V,0L,0F,0R --10 Nov 2019: 2V,0L,0F,0R --11 Nov 2019: 4V,0L,0F,0R --16 Nov 2019: 7V,0L,0F,0R