Extract Variables from a System of Equations
get_variables.Rd
This function identifies and extracts variable names from a set of
equations. It removes whitespace and splits the equations by common
operators such as ~
, ==
, +
, *
, and -
. It filters out components
that represent numeric values, only returning variable names.