Difference between revisions of "Equation"

From iMath
Jump to: navigation, search
(Created page with "A relation which has the form <code>expression operator expression</code>. The operator will be <code>=</code> most of the time, but other operators a...")
 
m
Line 1: Line 1:
 
A relation which has the form <code>[[expression]] [[operator]] [[expression]]</code>. The operator will be <code>=</code> most of the time, but other [[operator|operators]] are possible.
 
A relation which has the form <code>[[expression]] [[operator]] [[expression]]</code>. The operator will be <code>=</code> most of the time, but other [[operator|operators]] are possible.
 +
 +
Equations are usually created with [[EQDEF]] or [[CONSTDEF]].

Revision as of 18:34, 3 July 2017

A relation which has the form expression operator expression. The operator will be = most of the time, but other operators are possible.

Equations are usually created with EQDEF or CONSTDEF.