Hello,
I have found a possible bug in the first Shiny App, at the part that does Gauss-Jordan elimination. If I pass the following matrix A as input:
-4 2 0
2 -1 0 = A
0 1 1
The app begins to add to the second column continuously until it breaks without reaching any column echelon form.
I have also noticed that if I try to reload the webpage right after trying to compute this, it load very slowly and I have to wait a while until I can use it again (it may have been a connection issue, but other webpages seemed to be loading normally).
Let me know if I should provide any additional details about the issue.
Thanks!
Eric
Hello,
I have found a possible bug in the first Shiny App, at the part that does Gauss-Jordan elimination. If I pass the following matrix A as input:
-4 2 0
2 -1 0 = A
0 1 1
The app begins to add to the second column continuously until it breaks without reaching any column echelon form.
I have also noticed that if I try to reload the webpage right after trying to compute this, it load very slowly and I have to wait a while until I can use it again (it may have been a connection issue, but other webpages seemed to be loading normally).
Let me know if I should provide any additional details about the issue.
Thanks!
Eric