MATLAB: How to solve linear system modulo m

后端 未结 1 661
时光取名叫无心
时光取名叫无心 2021-01-19 08:27

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 syst

相关标签:
1条回答
  • 2021-01-19 09:07

    Have a look at the lincon() method found here: http://www.mathworks.com/matlabcentral/fileexchange/32856-system-of-linear-congruences/content/lincon.m

    0 讨论(0)
提交回复
热议问题