emel/lazy/math/algebra
Functions
pub fn cramer_solution(
coefficients: ZList(ZList(Float)),
constants: ZList(Float),
) -> Result(ZList(Float), String)
pub fn determinant(matrix: ZList(ZList(Float))) -> Float
pub fn first_minor(
matrix: ZList(ZList(Float)),
i: Int,
j: Int,
) -> ZList(ZList(Float))