To solve an equation with one variable
Scientific Notebook returns a solution. Note that in the following examples, integer or rational coefficients yield algebraic solutions and real (floating-point) coefficients yield decimal approximations. All solutions are found for polynomial equations, including complex solutions.
Solve + Exact
5x2 + 3x = 1, Solution is :x = -
+
,
x = -
-
![]()
5x2 + 3x = 1.0, Solution is :x = .239
,
x = - .839
![]()
s2 +10s += 0, Solution is :
s = - 5 +
i
,
s = - 5 -
i
![]()
s2 +10.0
s +
= 0, Solution is :
s = - 5.0 + 1.125i
,
s = - 5.0 - 1.125i
![]()
Scientific Notebook displays multiple roots in some cases.
Solve + Exact
x - 5
= 0, Solution is :
x = 5
,
x = 5
,
x = 5
![]()
You can solve equations with rational expressions.
Solve + Exact
-
= 1, Solution is :
a = 5
,
a = 10
![]()
You can solve equations involving absolute values.
Solve + Exact
3x - 2
= 5, Solution is :
x =
,
x = - 1
![]()