简体   繁体   中英

MATLAB: How to solve linear system modulo m

Does anyone know what functions are available for solving linear systems when the equations are actually congruences mod m ? The desire is to solve a linear system (A x = b) for values x in which "A x is congruent to b"

A discussion of how to perform gaussian elimination in this situation can be found here , but I was hoping to use MATLAB rather than attempting to do it by hand.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM