Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
1_answers.docx
Скачиваний:
0
Добавлен:
01.07.2025
Размер:
47.18 Кб
Скачать

1 Introduction to operations research

  1. Explain the terms:

Unique matrix: determinant =1, all rows and columns are linearly independent,– square matrix nxn with 1 in diagonal

Reduced echelon form: a matrix is in this form if it satisfies conditions: a) It is row echelon form, b) every leading coefficient is 1 and is only nonzero entry in its column, May be computed by Gauss-Jordan elimination

  • Is unique and doesn’t depend on the algorithm used to compute it

Coefficient matrix: the matrix formed by the coefficients in a linear system of equations, for example:

2x-3y=8 →2 -3 4x+5y=1 4 5

Right hand side vector (RHS):values of conditions, has to be behind inequality sign( <=)created by for example maximal capacity of something, or minimum of something

Augmented matrix: a matrix form of a linear system of equations obtained from the coefficient matrix. It is created by adding an additional column for the constants on the right of the equal signs. The new column is set apart by a vertical line.

  1. What is the matrix form of the system of linear equations?

Ax=b is A is [mxn] matrix;

X column vector with n entries;

b column vector with m entries

  1. Apply the Frobenius theorem in the solution of the system of linear equations.

  • Frobenius theorem: System of linear equations has at least one solution if and only if the rank of matrix of system is equal to the rank of augmented matrix of system.

  • The rank of matrix is number of linearly independent rows (columns) in matrix.

  • The rank of matrix can be set as number of nonzero rows (columns) in row echelon form of matrix.

  1. Describe the algorithm of the Gauss-Jordan total elimination.

GAUSSÐJORDAN ELIMINATION

Step 1. Choose the leftmost nonzero column and use appropriate row operations to get a 1 at the top.

Step 2. Use multiples of the row containing the 1 from step 1 to get zeros in all remaining places in the column containing this 1.

Step 3. Repeat step 1 with the submatrix formed by (mentally) deleting the row used in step 2 and all rows above this row.

Step 4. Repeat step 2 with the entire matrix, including the mentoly deleted rows. Continue this process until it is impossible to go further.

Goal of the elimination: one variable is isolated in each row.

  1. Describe the algorithm of finding the inverse matrix.

FINDING A-I BY ROW REDUCTION - Algorithm of finding the inverse of an n x n matrix:

  1. Form an augmented n x 2n matrix by writing the nxn identity matrix right of A

  2. Performing row operations on the augmented matrix transform A to the identity matrix I;

  3. The matrix I that we added will be automatically transformed to A-I; If it is impossible to transform A into identity, A is not invertible

  1. Which are the phases of the decision making process?

-Intelligence, design, choice, implement

  1. Describe the Anthony´s classification of the decision making. Draw the Anthony´s pyramid.

Robert N. Anthony classification: a) Strategic Planning(top) b) Tactical Planning(middle) c)Operations Control (bottom)