MATLAB:如何求解线性系统模数 [英] MATLAB: How to solve linear system modulo m

查看:130
本文介绍了MATLAB:如何求解线性系统模数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当方程实际上是全等值mod m时,有人知道什么函数可用于求解线性系统吗?期望解决一个线性系统(A x = b)的值x,其中"A x与b相等"

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 (Ax = b) for values x in which "Ax 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.

推荐答案

看看在这里找到的lincon()方法: http://www.mathworks.com /matlabcentral/fileexchange/32856-system-of-linear-congruences/content/lincon.m

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

这篇关于MATLAB:如何求解线性系统模数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆