LinearSystemsSolver
1.3.2
LinearSystemsSolver solves systems of linear equations with 2 to 20 (inclusive) equations and 2 to 20 (inclusive) variables. It uses the Gauss-Jordan elimination method and several conditioning techniques to effectively resolve unique solutions, parametric solutions and inconsistency.
The user is provided with a keypad, a two-line text field for input, a help window briefly describing the app’s operation and a solution box where warnings, messages and solutions appear. Solutions are given in both fractional and decimal form.
The text field and keypad allow the editing of single characters without a touch feature. Scrolling keys Left and Right are fast if held down. The Up and Down keys allow the user to easily switch lines to quickly edit inputs. To edit an entry, use the Left, Right, Up or Down keys to place the cursor to its right, then either add a character, delete the character using Del or replace it.
A scrollable second window for big solutions can be accessed at the press of a button.
To solve systems of linear equations enter the number of equations (an integer between 2 and 20 inclusive) then a comma, then enter the number of variables (an integer between 2 and 20 inclusive) then a comma. Enter the coefficients of each equation and their righthand constants in order of appearance from left to right; separate each equation with a comma. End with a comma. Press Solve. For example, to solve the system 3a+5b=1, -2a-11b=7, 5a+4b=6, enter the number of equations, 3, the number of variables, 2, or 3,2, followed by the coefficients and constants 3,5,1,-2,-11,7,5,4,6, (note the commas and the position of the righthand constants 1, 7 and 6). The textfield should read as 3,2,3,5,1,-2,-11,7,5,4,6, . Pressing Solve now gives the fractional solution a=2, b=-1 and the equivalent decimal solution a=2.0, b=-1.0.
To solve the system 4a+3b=1, -2a-9b=2, we enter 2,2,4,3,1,-2,-9,2 in the textfield. After pressing Solve, we get the fractional solution a=1/2, b=-1/3 and the equivalent decimal solution a=0.5, b=-0.3333333333333333.
Press the Clear button to edit the number of equations or variables, to solve another system or when exiting the app. Press or hold the right or left arrows or Del only to edit coefficients and constants. Write 9. as 9.0. Write 10,000 as 10000.
For further information, go to ftessier32.com, or to FernandTessier@msn.com.
Celkové hodnocení
Pro hodnocení programu se prosím nejprve přihlaste
Souhrnné informace o LinearSystemsSolver