Examples of solvings
-
Compute the determinant:
- a) by expanding along the i-th row;
- b) by expanding down the j-th column;
- c) first obtaining zeros in the i-th row.
For a solution you could use the page "Determinant calculator":- a) You should enter in the input field near the button "Expand along the row" the row number -
1
. Then click this button. The solution will appear below. - b) You should enter in the input field near the button "Expand along the column" the column number -
2
. Then click this button. The solution will appear below. - c) You should enter in the input field near the button "Get zeros in the row" the row number -
1
. Then click this button. The solution will appear below.
-
Evaluate a matrix expression to find the matrix K:
To find the solution it is possible to use the page "Matrix calculator":- Find on the page a button which adds matrix input tables, press it two times to get the input fields for matrices C and D.
- Enter the matrix A into the table "Matrix A", the matrix B into the table "Matrix B", the matrix C into the table "Matrix C", the matrix D into the table "Matrix D".
- Then enter the expression
3AB-2CD
into the expression input field and press the button "=" next to the field. - The result will appear below on the page.
-
A problem. The enterprise lets out three kinds of production, using raw material of three types. Charges of each type of raw material by kinds of production and stocks of raw material at the enterprise are given in the table. To define volume of output of each kind at the set stocks of raw material.
Type of raw material Charge of raw material by kinds of production, weight/num. Stock of raw material, weight units 1 2 3 I 2 3 5 1030 II 3 2 1 620 III 1 1 3 510 Let's make a system of the equations:2x_1 + 3x_2 + 5x_3 = 1030
3x_1 + 2x_2 + 1x_3 = 620
1x_1 + 1x_2 + 3x_3 = 510
Let's use the page "System of equations calculator" to find the solution:- Put the coefficients of the system into the input fields.
- Then press the button "Solve by Cramer's rule."
System of equations calculator