- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello! (Wave)
Find the basic feasible solutions of the system of restrictions:
$$2x_1+x_2+x_3=10 \\ 3x_1+8x_2+x_4=24 \\ x_2+x_5=2 \\ x_i \geq 0, i=1,2,3,4,5$$
We notice that the rank of the matrix $A=\begin{pmatrix}
2 & 1 & 1 & 0 & 0\\
3 & 8 & 0 & 1 & 0\\
0 & 1 & 0 & 0 & 1
\end{pmatrix}$ is $3$ and obviously for $x_1=x_2=0$ we have the solution $\overline{x_0}=(0,0,10,24,2)$ which is basic feasible non degenerate.
Thus the first tableaux of the algorithm of the searching of the vertices is the following:
$$\begin{matrix}
B & b & P_1 & P_2 & P_3 & P_4 & P_5 & \theta \\ \\
P_3 & 10 & 2 & 1 & 1 & 0 & 0 & 10/2\\
P_4 & 24 & 3 & 8 & 0 & 1 & 0 & 24/3\\
P_5 & 2 & 0 & 1 & 0 & 0 & 5 & -
\end{matrix}$$We pick $P_1$ to get in the basis.
$$\theta_0= \min \{ \frac{10}{2}, \frac{24}{3}\}=5$$
The pivot is the element $2$ so the column $P_3$ gets out of the basis.How do we deduce that $P_3$ gets out of the basis? Since its the only column from $P_3, P_4, P_5$ that contains at the row where the pivot is a positive number? (Thinking)
Find the basic feasible solutions of the system of restrictions:
$$2x_1+x_2+x_3=10 \\ 3x_1+8x_2+x_4=24 \\ x_2+x_5=2 \\ x_i \geq 0, i=1,2,3,4,5$$
We notice that the rank of the matrix $A=\begin{pmatrix}
2 & 1 & 1 & 0 & 0\\
3 & 8 & 0 & 1 & 0\\
0 & 1 & 0 & 0 & 1
\end{pmatrix}$ is $3$ and obviously for $x_1=x_2=0$ we have the solution $\overline{x_0}=(0,0,10,24,2)$ which is basic feasible non degenerate.
Thus the first tableaux of the algorithm of the searching of the vertices is the following:
$$\begin{matrix}
B & b & P_1 & P_2 & P_3 & P_4 & P_5 & \theta \\ \\
P_3 & 10 & 2 & 1 & 1 & 0 & 0 & 10/2\\
P_4 & 24 & 3 & 8 & 0 & 1 & 0 & 24/3\\
P_5 & 2 & 0 & 1 & 0 & 0 & 5 & -
\end{matrix}$$We pick $P_1$ to get in the basis.
$$\theta_0= \min \{ \frac{10}{2}, \frac{24}{3}\}=5$$
The pivot is the element $2$ so the column $P_3$ gets out of the basis.How do we deduce that $P_3$ gets out of the basis? Since its the only column from $P_3, P_4, P_5$ that contains at the row where the pivot is a positive number? (Thinking)