|
Scaling a variable |
Top Previous Next |
|
Suppose I wish alter the units of a variable like X1 (e.g. changing it from kilograms to metric tons, requires multiplying all coefficients for X1 by 1000). Thus, I substitute X1' which is X1 divided by the scaling factor (X1/SC1). I also adjust the ai1's and c1 such that they are multiplied by the scaling factor
ai1' = SC1 * ai1 c1' = SC1 * c1
and the problem becomes
Notes:
|