How to start the second iteration of the revised simplex algorithm?

34 Views Asked by At

I converted the question into standard form by adding three slacks. enter image description here

And I computed my first iteration:

enter image description here

I want to start my next iteration (iteration two, but I have problems)

enter image description here

I need to compute the new coefficient vector for my basis and calculate <span class=$z^B$" />

How can I calculate $c^B$ to continue the problem? How to calculate the new coefficients for my basic variables and non-basic variables?