搜索资源列表
LU法求解线性方程组
- LU法求解线性方程组,可以用于求解任意的线性方程组,非常有用.-LU method of linear equations, which can be used to solve arbitrary linear equations, very useful.
示列
- 解线性方程组的好程序。特别是数值分析,更具有优势-solution of linear equations of the program. In particular, numerical analysis, but also has advantages
MatrixVB
- 在VB里计算矩阵,线性方程组的控件。与matlab类似,包含了matlab的600多个函数。-in VB calculate matrix and linear equations of control. Similar with Matlab, includes more than 600 of Matlab functions.
GaussElimination
- Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
mm
- 雅可比迭代求解方程 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以-Jacobi iteration equation Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
goss
- 用GOSS解线性方程组 Dim i As Integer 循环变量 Dim j As Integer 循环变量 Dim k As Integer 循环变量 -with Goss solving linear equations Dim i As Integer Dim cycle variable j As In teger cycle variables As Integer Dim k cycle variables
VBparse
- 该系统分为数学公式编译器和数值计算两大块,数学公式编译器的实现比较复杂,计算系统的实现是利用编译器调用数学公式进行的,插值方法,方程求根,数值积分,线性方程组求解
Gauss
- Gauss跌代法解线性方程组的程序 可以用以参考
LU
- Lu 方法解线性方程组的程序 可以参考一下
include
- jacobi方法解线性方程组 可以参考一下
线形方程组求解
- 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
gsxc
- 用高斯消去法求线性方程组的解.
MPI
- 数值并行算法MPI编程实现 第十八章 矩阵运算 第十九章 线性方程组的直接解法 第二十章 线性方程组的迭代解法 第二十一章 矩阵特征值计算 第二十二章 快速傅氏变换和离散小波变换
matrix99~1
- 实现矩阵算法的小程序,针对解线性方程组而作的一个小程序。-matrix algorithm to achieve the small program against solution of linear equations for a small procedure.
gauss
- 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
4-1Jacbi
- 对于阶数不高的方程组,直接法非常有效,对于阶数高,而系数矩阵稀疏的线性方程组却存在着困难,在这类矩阵中,非零元素较少,若用直接法求解,就要存贮大量零元素。为减少运算量、节约内存,使用迭代法更有利。-The order of the equations is not high, the direct method is very effective for high order, and the sparse coefficient matrix of linear equations, ther
sol
- 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
dooli
- 计算方法应用Dolittle方法计算线性方程组 硬顶好用-Calculation method applied Dolittle method of linear equations easy to use hard top
LU_test
- cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)