Equation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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. The operator [[EQUIV]] creates a [[modular equation]]. | 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. The operator [[EQUIV ... MOD|EQUIV]] creates a [[modular equation]]. | ||
Equations are usually created with [[EQDEF]] or [[CONSTDEF]]. | Equations are usually created with [[EQDEF]] or [[CONSTDEF]]. |
Revision as of 15:16, 4 July 2017
A relation which has the form expression operator expression
. The operator will be =
most of the time, but other operators are possible. The operator EQUIV creates a modular equation.