WLJS LogoWLJS Notebook

NSolveValues

NSolveValues[expr, vars] attempts to find numerical approximations to the values of vars determined by the solutions of the system expr.

  • NSolveValues[expr, vars, Reals] finds solutions over the domain of real numbers.

Examples

NSolveValues[x^2 - 2 == 0, x]
(* {-1.41421, 1.41421} *)

Please visit the official Wolfram Language Reference for more details.

On this page