R/MRatCalcpowered by RiXOpen calculator

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:

Runnable RiX

The concise form again means lookup and multiplication:

Runnable RiX

Unlike a floating approximation, these remain exact expressions.

Algebraic relations

Algebraic generators carry a monic minimal polynomial. RiX reduces powers by that relation:

Runnable RiX

The results are exactly -1 and 2.

Exact algebraic division

RiX can invert an expression in one algebraic extension:

Runnable RiX

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:

Runnable RiX

The π factor and the physical dimensions remain distinct layers.

Define an algebraic generator

Polynomial coefficients are listed from constant term upward:

Runnable RiX

Next

Complex numbers use the same exact-expression engine. The .Complex map adds conjugation and component operations without introducing approximate trig.