搜索资源列表
132131312312
- % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 % 否则不显示,默认值为0,x为解向量
Solution--equations
- 给出了一个例子教给你如何求解一个齐次方程组的解。-Solution of the homogeneous equations
jiefangchengzu
- 这个可以解任意维方程组,也可以解变态方程组-This can be solutions of arbitrary-dimensional equations, but also possible solutions to metamorphosis equations
entites-airxam
- 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题()