Re: [Jprogramming] Modular Matrix Divide

2023-04-05 Thread 'Michael Day' via Programming
Thanks, Cliff Yes,  I also wrote a function some years ago, "m_gauss_jordan", merely converted from a gauss-jordan I found somewhere - sorry not to attribute it...  I couldn't locate it under addons/math,  but perhaps it's there. I think the only changes were to replace the primitives * % + -

[Jprogramming] Modular Matrix Divide

2023-04-05 Thread Clifford Reiter
load modular_matrix_divide.ijs open script for function/adverb definitions gcd's, gauss-jordan, modulo divide and modular matrix divide I think this is a draft of the modular matrix system solver that I imagined a couple decades ago. It may still have some rough edges/mistakes. gcd2x 51 119 17