- #1
Vorde
- 788
- 0
Hi all,
I'm testing out a matrix solving program and while it checks out for 2x2/3x3/4x4 I would like to try it out on some larger matrices, but I don't really want to go through the hassle of row reducing a couple of 10x10 matrices to double check my program.
Does anyone happen to know of a website with matrices and their reduced echelon forms? Hopefully some with sizes > 5x5 (the maximum size is only restricted by memory, but past 25x25 I get visual errors).
Thanks!
I'm testing out a matrix solving program and while it checks out for 2x2/3x3/4x4 I would like to try it out on some larger matrices, but I don't really want to go through the hassle of row reducing a couple of 10x10 matrices to double check my program.
Does anyone happen to know of a website with matrices and their reduced echelon forms? Hopefully some with sizes > 5x5 (the maximum size is only restricted by memory, but past 25x25 I get visual errors).
Thanks!