×
How to Use AMS
Welcome to the AMS user guide!
1. Entering Expressions:
You can enter basic arithmetic expressions like: 1 + 2 . 3
, (10 - 5) / 2
.
For exponents, use **
(e.g., x**2
for $x^2$).
2. Operations:
Addition: a+b
Subtraction: a-b
Multiplication: a.b, 2a, 2*a
Division: a/b
Powering: a**b
Rooting: a#b, b^1/a
3. Entering Equations:
To solve equations, enter the equation with variable x
. For example:
x + 5 = 10
2*x - 7 = 3*x + 1
x**2 - 4 = 0
sin(x) = 0
(supports some basic trigonometric functions)
4. Viewing Results:
After clicking "Solve Now", the result and a detailed explanation will appear below.