RiX walkthrough · 8d
Exact generators
Keep pi and algebraic roots exact, define relations, and combine them with units.
The Exact collection
.Exact is an ordinary RiX map containing canonical symbolic generators:
The concise form again means lookup and multiplication:
Unlike a floating approximation, these remain exact expressions.
Algebraic relations
Algebraic generators carry a monic minimal polynomial. RiX reduces powers by that relation:
The results are exactly -1 and 2.
Exact algebraic division
RiX can invert an expression in one algebraic extension:
This produces -i and -1 + sqrt2. A sum involving a transcendental generator, such as 1 + pi, is not currently inverted automatically.
Exact physical magnitudes
Exact expressions can be quantity magnitudes:
The π factor and the physical dimensions remain distinct layers.
Define an algebraic generator
Polynomial coefficients are listed from constant term upward:
Next
Complex numbers use the same exact-expression engine. The .Complex map adds conjugation and component operations without introducing approximate trig.