Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 10:41:21 asa314_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test asa314(). asa314_test01(): invmod() computes the inverse of a matrix whose elements are subject to modulo arithmetic. The matrix to be inverted: Col: 1 2 3 Row 1: 1 1 2 2: 0 1 0 3: 0 0 1 The computed inverse: Col: 1 2 3 Row 1: 1 2 1 2: 0 1 0 3: 0 0 1 The correct inverse: Col: 1 2 3 Row 1: 1 2 1 2: 0 1 0 3: 0 0 1 asa314_test(): Normal end of execution. 13-May-2025 10:41:21