Jump to content

Surplus variable

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 180.214.153.117 (talk) at 09:57, 16 July 2010 (Example). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In Linear programming a surplus variable is a variable which is subtracted from a constraint to turn the inequality into an equation.

This is required to turn an inequality into an equality where a linear combination of variables is greater than or equal to a given constant in the former. As with the other variables in the augmented constraints, the surplus variable cannot take on negative values, as the Simplex algorithm requires them to be positive or zero.

Example

By introducing the surplus variable , the inequality can be converted to the equation .

   if the constraint of l.p.p is 4x1+5x2>25

then the non nagative variables s2 which satisfies, 4x1+5x2-s2=25 is called asurplus veriable.

the variable s2 is called surplus varible because surplus=production-requirment

See also