Equation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 ... MOD|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]]. Existing equations can be referenced through their [[label]]. | ||
[[Category:Element]] |
Latest revision as of 18:52, 6 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.
Equations are usually created with EQDEF or CONSTDEF. Existing equations can be referenced through their label.