LinearEquations
Routines for manipulating and solving the Grassmann form of linear equations using both the Grassmann coordinate elimination method or the Gaussian reduction method.
General Routines
Grassmann Solution Method
— compose equation from matrix and right hand side array.
— define the coordinate-elements used in the Grassmann method.
— solve a Grassmann equation for all coordinates.
— creates a function that can be applied to various right hand sides of a Grassmann equation.
Gaussian Solution Method
— scale one equation.
— zero an element in one rows using an element in another row.
— do a full pivot on a nonzero element.
""