Google ClassroomGoogle Classroom
GeoGebraGeoGebra Classroom

Simplex MIN 2 Phasen LP - PIVOT script

App-Entwicklung erfolgte unter 5.2! Die CAS-Functions zur Berechnung des Pivot funktionieren in den Versionen 6.x nicht zuverlässig bzw. lassen sich nicht hochladen. Nach Berechnung der Simplex-Tableaus A_{1x} Phase 1 und A_{2x} für Phase 2 kann der Pivot entsprechend der Nummerierung pv1x, pv2x in der Inputbox benannt und über das Script [PIVOT] berechnet werden. The CAS functions for calculating the pivot do not work reliably in versions 6.x and cannot be uploaded. After calculating the simplex tables A_{1x} for phase 1 and A_{2x} for phase 2, the pivot can be named according to the numbering pv1x, pv2x in the input box and calculated using the script [PIVOT]. Replaced CAS-Function 5.x - close definition [Keep Input] PS(PP):=IndexOf(Max(First(Flatten(Last(PP)),Length(Element(PP,1))-1)), Flatten(Last(PP))); Qb(CC):=Take(Zip(If(DIV*EE>0,EE*DIV,10^15),DIV,Element(Transpose(CC),PS(CC)),EE,Flatten(Last(Transpose(CC)))),1,Length(CC)-1); PIVOT(NN):={IndexOf(Min(Qb(NN)),Qb(NN)),IndexOf(Max(First(Flatten(Last(NN)),Length(Element(NN,1))-1)),Flatten(Last(NN)))};