<@U0BN58B38> does Koma do Gaussian elimination?
# datascience
t
@kyonifer does Koma do Gaussian elimination?
k
yes, look for the
LU()
factorization on
Matrix
and grab the
U
matrix for the upper triangular matrix.
t
Excellent! Just what I need for some linear programming stuff I'm doing.