Instructions for M x N Systems Applet:
  1. First, enter in M variables, separated by spaces ...
  2. If the coefficient is 1 or -1, enter it in as 1.0* or -1.0*
  3. Then, enter a system of N equations in the left window, separated by a semicolon ";"
  4. After you have entered equations, press "Add Equations" button.
    You can add spaces and/or new lines for readability.
  5. Clicking a gray area changes the sign of the equation.
  6. Within an equation (row), dragging col1 to col2 divides entire equation by col1.
  7. Dragging the right hand side of row1 to right hand side of row2 adds first equation to second.
  8. Dragging a coefficient of equation #1 to second, equation #2, multiplies equation #2 by this value.
  9. The "Clear" button resets everything.
  10. The "Answer" button prints answer in right window if system is in correct form.
  11. Note: you can use variables such as x1 or even x[1].
  12. Note: variables can occur in any order within the equation.
  13. Note: only the first 3 or 4 significant digits are printed...
  14. Note: This version is currently limited to 10x10 systems...
  15. Note: If you want to change the order of the system, say to a 2x2, make sure that the variables are changed also.
    E.g. "x y z" to "x y".

You can also solve linear programming problems via the simplex method. Enter in the augmented system (simplex tablea).