Qurak

NSolveValues

Khả dụng

Gives the numeric values of variables that solve equations (without Rules)

NSolveValues[expr, vars]
NSolveValues[expr, vars, Reals]
NSolveValues[x ^ 5 - 2x + 3 == 0, x] → {-1.4236058485523317, -0.24672925691056405 - 1.3208163474502475*I, -0.24672925691056405 + 1.3208163474502475*I, 0.9585321811867299 - 0.49842777903184604*I, 0.9585321811867299 + 0.49842777903184604*I}NSolveValues[x ^ 5 - 2x + 3 == 0, x, Reals] → {-1.4236058485523317}NSolveValues[{x ^ 2 + y ^ 3 == 1, 2x + 3y == 4}, {x, y}] → {{7.936409581985598, -3.957606387990398}, {0.7192952090072011 + 0.2556787519860035*I, 0.8538031939951992 - 0.1704525013240023*I}, {0.7192952090072011 - 0.2556787519860035*I, 0.8538031939951992 + 0.1704525013240023*I}}

Chủ đề

Liên quan

Tất cả 6300 hàm · Dùng cái này từ một client MCP