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クライアントから使う