8.2.1 Defining an equation
The equal
command creates equations; it is the infixed version of =.
-
equal takes two arguments:
lhs and rhs, the two sides of the equation.
- equal(lhs,rhs) returns the equation
lhs=rhs.
Example
You can also directly write (2*x-1)=3.