equation solving - Using the Solve function - Mathematica ...
mathematica.stackexchange.com › questions › 107833Feb 20, 2016 · f[x_] = 2/x + 4/x - 3/2; sol = Solve[f[x] == x, x] (* {{x -> (1/4)*(-3 - Sqrt[105])}, {x -> (1/4)*(-3 + Sqrt[105])}} *) Verifying solutions f[x] == x /. sol (* {True, True} *) Plot[{f[x], x}, {x, -4, 4}, Epilog -> {Red, AbsolutePointSize[6], Point[{x, f[x]} /. sol]}, PlotLegends -> "Expressions"]
Equation Solver: Wolfram|Alpha
https://www.wolframalpha.com/calculators/equation-solverEquation solving » Tips for entering queries. Enter your queries using plain English. To avoid ambiguous queries, make sure to use parentheses where necessary. Here are some examples illustrating how to formulate queries. find roots to quadratic x^2-7x+12; plot inequality x^2-7x+12<=0; solve {3x-5y==2,x+2y==-1} plot inequality 3x-5y>=2 and x+ ...
DSolve—Wolfram Language Documentation
reference.wolfram.com › language › refDifferent classes of equations solvable by DSolve include: u ' [ x] f [ x, u [ x]] ordinary differential equation. a ∂ x u [ x, y] + b ∂ y u [ x, y] f. partial differential equation. f [ u ' [ x], u [ x], x] 0. differential algebraic equation. u ' [ x] f [ x, u [ x - x 1]] delay differential equation.