If called as solve_sys(lhs, vars)
the roots are found.
If called as solve_sys(lhs, rhs, vars)
the solutions to lhs = rhs for vars are found.
solve_sys(lhs, rhs, vars)Equation (or equations as row vector/1xn matrix)
Equation (or equations as row vector/1xn matrix)
vector of variable names or symbols
A list with solutions (with class caracas_solve_sys_sol
for compact printing), each element containing a named
list of the variables' values.