The equations module#

This submodule contains implementations of mathematical equations. Each function is implemented as a pure function corresponding to one or more equations. The left hand side of the equations are returned and the parameters of the right hand side are required as function arguments. Each function is implemented with vectorization over all numerical parameters.

Shared functionality#

Cigre 207#

This submodule contains implementations of equations listed in [4].

Cigre 601#

This submodule contains implementations of equations listed in [1].

IEEE-738#

This submodule contains implementations of equations listed in [2].