lnagb.js Documentation

Equations

One of the three major components of lnagb.js. This component groups modules that contain classes of linear equations and linear systems.


Equations~LinearEquation

Contains the LinearEquation class, which encodes linear equations of any number of variables.

Kind: inner export of Equations
See: LinearEquation


Equations~LinearEquation2

Contains the LinearEquation2 class, which encodes linear equations with 2 variables.

Kind: inner export of Equations
See: LinearEquation2


Equations~LinearEquation3

Contains the LinearEquation3 class, which encodes linear equations with 3 variables.

Kind: inner export of Equations
See: LinearEquation3


Equations~SystemOfLinearEquations

Contains the SystemOfLinearEquations class, which encodes systems of linear equations.

Kind: inner export of Equations
See: SystemOfLinearEquations