subst_value {lintools} | R Documentation |
Substitute a value in a system of linear (in)equations
Description
Substitute a value in a system of linear (in)equations
Usage
subst_value(A, b, variables, values, remove_columns = FALSE, eps = 1e-08)
Arguments
A |
|
b |
|
variables |
|
values |
|
remove_columns |
|
eps |
|
Value
A list
with the following components:
A
: theA
corresponding to the simplified sytem.b
: the constant vector corresponding to the new system
Details
A system of the form Ax <= b
can be simplified if one or more of the
x[i]
values is fixed.
[Package lintools version 0.1.7 Index]