Skip to content

FindInstance

finds instances of variables that satisfy constraints.

$ wo 'FindInstance[x^2 == 4, x]'
{{x -> 2}}