
当我对该系统使用Solve方法时,我遇到了一个错误。如果我用的是错误的方法,有没有别的方法来解决这个问题呢?
发布于 2015-03-09 03:49:13
Mmatrix = MatrixForm[M];
Ggamma = MatrixForm[\[Gamma]];
Slvc1c2c3 = Solve[Mmatrix.( {{x},{y},{z}} ) == Ggamma, {x, y, z}]上面是我用来解决Ax=b系统的agentp代码。
https://stackoverflow.com/questions/28929230
复制相似问题