搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
Computmethod
- 有关计算方的经典算法的C程序,迭代、插值、各类积分公式,常微分方程的数值求解、Gauss列主元消去法-side of the calculation of the classical algorithm C procedures, iterative, interpolation, all integral formula, and often the numerical solution of differential equations. Gauss out PCA elimination
3_6
- 高斯-赛德尔迭代法--源代码,这是我的课程设计作业,有点幼稚,请指教-Gauss - Seidel iterative method -- source code, this is my course design work, a bit naive, please enlighten
OpenSees
- 高斯积分代码,对学习有限单元法很有帮助的哦-Gauss integration code, the finite element method for learning useful oh
vbgaosi
- vb高斯消去法解方程组组,也就是矩阵求解,直接三角形解法-Vb gauss elimination equation way, namely matrix to solve, triangle method directly
ghsss
- 用Visual C++实现的高斯—赛德尔迭代法 很好用的-With Visual c++ implementation of gauss- seidel iterative method is very useful
izxpx
- 作业 高斯消去法 vc 程序语言:c++ 程序源代码 可以的(Homework to gauss elimination vc programming language: c + + program source code)