LUDecomposition (LUD) LU decomposition for ordinary matrices. fricas )expose LUDecomposition
Type: Matrix(Polynomial(Integer))
fricas diagProduct(x) == reduce(*, Type: Void
fricas B:=LUDecomp A; Type: Record(LU: Matrix(Fraction(Polynomial(Integer))),
fricas B.LU
Type: Matrix(Fraction(Polynomial(Integer)))
fricas B.Perm
Type: Vector(Integer)
fricas B.Pivots
Type: List(Fraction(Polynomial(Integer)))
fricas diagProduct(B.LU)=determinant A fricas Compiling function diagProduct with type Matrix(Fraction(Polynomial( Integer))) -> Fraction(Polynomial(Integer))
Type: Equation(Fraction(Polynomial(Integer)))
fricas %::Boolean
Type: Boolean
|