Returns the values from solving equations, without the `Rule` wrappers
SolveValues[expr, vars]
SolveValues[expr, vars, dom]
SolveValues[x^2 == 4, x]
→ {-2, 2}SolveValues[x^2 == 4, {x}]
→ {{-2}, {2}}SolveValues[{x + y == 3, x - y == 1}, {x, y}]
→ {{2, 1}}- Assumptions — default $Assumptions
- Cubics — default Automatic
- GeneratedParameters — default C
- InverseFunctions — default Automatic
- MaxExtraConditions — default 0
- MaxRoots — default Infinity
- Method — default Automatic
- Modulus — default 0
- Quartics — default Automatic
- VerifySolutions — default Automatic
- WorkingPrecision — default Infinity