Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. documentclass[11pt,a4paper,twoside]{book}
  2.  
  3. usepackage{multirow}
  4.  
  5. begin{document}
  6.  
  7. begin{table}[h!]
  8. centering
  9. begin{tabular}{c|c|cc|c}
  10. & & $x_1$ & $x_2$
  11.  
  12. &multirow{6}{*}{The most negative among $x_{Bi}, i=1,ldots,4$
  13. is -2. So $x_3$ will leave the basis.$mbox{max}Bigg{frac{z_j}{a_{sj}}|a_{3j}<0Bigg}=mbox{max}Bigg{frac{3}{-2}, frac{1}{-3}Bigg}=-frac{1}{-3}$ . So $x_2$
  14. is entered into the basis. The pivot element is -3.} \
  15.  
  16. cline{1-4}
  17. $z$ & 0 & 3 & 1 &\
  18. cline{1-4}
  19. $x_1$ & 0 & -1 & 0 &\
  20. $x_2$ & 0 & 0 & -1 &\
  21. $x_3$ & -2 & -2 & -3 & \
  22. $x_4$ & -1 & -1 & -1 &\
  23. cline{1-4}
  24.  
  25. end{tabular}
  26. caption{}
  27. end{table}
  28. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement