Simplex Stepwise Cas Suite
Open in App
Duplicate Output of A2
select output copy [ctrl+c] to A1 [ctrl+v]
repeat until EndTab (Z all coefficients positiv - last row)
load("simplex");
maximize_lp(x1+x2+x3, [ 3*x1+8*x2+6*x3 <= 800, 5*x1 + 2*x2 + x3 <= 500, 2*x1 + 3*x3 <= 600]), nonegative_lp=true
[174.0740740740741,[x3=92.59259259259258,x2=0,x1=81.48148148148148]]
https://sagecell.sagemath.org/?q=zwjteb