Equation: Difference between revisions
Jump to navigation
Jump to 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...") |
mNo edit summary |
||
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.