One of the three major components of lnagb.js. This component groups modules that contain classes of linear equations and linear systems.
Contains the LinearEquation class, which encodes linear equations of any number of variables.
Kind: inner export of Equations
See: LinearEquation
Contains the LinearEquation2 class, which encodes linear equations with 2 variables.
Kind: inner export of Equations
See: LinearEquation2
Contains the LinearEquation3 class, which encodes linear equations with 3 variables.
Kind: inner export of Equations
See: LinearEquation3
Contains the SystemOfLinearEquations class, which encodes systems of linear equations.
Kind: inner export of Equations
See: SystemOfLinearEquations