| subst_value | R Documentation |
Substitute a value in a system of linear (in)equations
subst_value(A, b, variables, values, remove_columns = FALSE, eps = 1e-08)
A |
|
b |
|
variables |
|
values |
|
remove_columns |
|
eps |
|
A list with the following components:
A: the A corresponding to the simplified sytem.
b: the constant vector corresponding to the new system
A system of the form Ax <= b can be simplified if one or more of the
x[i] values is fixed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.