How to use
For example: how to solve a system of linear equations
Instructions for using numerical solutions to linear equations:
1. The left side is the input data editing area, and the right side is the result output area.
2. Enter the augmented matrix of the system of linear equations in the input data editing area on the left. After confirming the input, click the "Solve System of Linear Equations" menu, select the required method and enter it as prompted.
3. For matrices, only n*n matrices are processed.
4. The results are only saved in the result output area.
5. The data input format in the input data editing area is:
a. Data can only be separated by spaces, and the number of spaces is not limited; the first line can be empty.
b. You can enter data in rows (but the alternate rows cannot contain any characters, and 10 rows are allowed), and the format is more flexible.
c. For the entered data, only the first n rows of valid data rows are considered valid data (the first blank row is not counted); the subsequent data will not be affected.
it works
it works
it works