Join Slack
Powered by
<@U0BN58B38> does Koma do Gaussian elimination?
# datascience
t
thomasnield
11/22/2018, 2:19 PM
@kyonifer
does Koma do Gaussian elimination?
k
kyonifer
11/22/2018, 3:32 PM
yes, look for the
LU()
factorization on
Matrix
and grab the
U
matrix for the upper triangular matrix.
t
thomasnield
11/22/2018, 7:05 PM
Excellent! Just what I need for some linear programming stuff I'm doing.
4
Views
Open in Slack
Previous
Next