Recent content by Capnswill

  1. C

    Software for Solving System of 8 Simultaneous Equations

    This ought to work in octave, obviously don't set M_1 .. M_8 as rand though M_1 = rand(1); M_2 = rand(1); M_3 = rand(1); M_4 = rand(1); M_5 = rand(1); M_6 = rand(1); M_7 = rand(1); M_8 = rand(1); S = rand(1); A =...
  2. C

    Software for Solving System of 8 Simultaneous Equations

    GNU Octave is free and could solve all your linear systems. https://www.gnu.org/software/octave/