Qurak

SolveValues

Доступно

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}}

Темы

Связанное

Все 6300 функций · Использовать из MCP-клиента