搜索资源列表
Cholesky
- Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
2
- matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
BEAM
- 列主元消去法解方程组编程 -Out PCA solution of equations elimination Programming
jiefangchengzu
- 这个可以解任意维方程组,也可以解变态方程组-This can be solutions of arbitrary-dimensional equations, but also possible solutions to metamorphosis equations
TT
- 数值方法中的使用道理特方法解方程组,这是个非常好的运用程序。-Numerical Methods for the use of reason in the special method to solve equations, this is a very good use of the procedure.
gausseliminatetosolvelinearequation
- 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
gauss
- 用于求解线性方程组的经典高斯迭代法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the classical iterative method of Gauss! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
LU
- LU分解法用于解方程组,且同时输出LU分解矩阵-LU decomposition method for solution of equations, LU decomposition and at the same time the output matrix
1
- 超功能解方程组,超定方程也可解决哦,很好-Ultra-functional solution of equations, and for over-determined equation Oh, well
xianxing
- matlab解线性方程组的直接法程序,里面包括了常用的matlab解线性方程组的直接法程序,包括手写的和matlab自还的函数。-matlab solving linear equations of the direct method procedures, which includes the commonly used matlab solving linear equations of the direct method procedures, including hand-written
JFCZ
- 程序实现高斯迭代法解方程组。并附有实习报告,分析了高斯迭代法解算过程。-Gauss iterative process to achieve solution of equations. Together with practical reporting, analysis of the Gaussian process of iterative solver.
fczsrc
- VB解方程组,可以解二元一次方程组,三元一次方程组。-VB solutions of equations, can solve the dual linear equation group, ternary linear equation group.
gauss
- 高斯消元法和高斯列主元消元法解方程组;对于计算方法课程一些问题的分析解决-Gauss elimination and Gauss elimination method main-element solutions of equations calculation program for analyzing and solving some problems
Solution-of-equations-using-C-
- 利用C语言解方程组,并化简。对于一些相类似的问题都可以用此法解决。-Solution of equations using C language, and simplification. Can use this method to solve similar problems.
SIJIELON
- 四阶龙格库塔法解方程组,很好用,只需在txt文件下修改参数,通用性很好-Fourth-order Runge-Kutta method for solving equations, well, just txt file to modify the parameters, a good general
CbGem
- 使用高斯列主元选择消除法来解方程组,可以快速解多维方程组-to solve the array
Gauss_Elim
- 高斯消去法解方程组,数据从文件中读入,结果从屏幕上输出。-Gaussian elimination method for solving equations, data is read from the file, the output from the screen.
MATLAB使用欧拉Euler法求解微分方程组 源程序代码
- Matlab欧拉法解微分方程的程序源代码,供matlab学习使用(Matlab Euler solution of differential equations of the program source code, for learning to use matlab)
matlab插值拟合微分解方程组
- matlab插值拟合微分解方程组,用于使用MATLAB求解插值拟合的程序(Matlab interpolation fitting micro decomposition equations, for the use of MATLAB to solve the interpolation fitting program)
高斯-赛德尔迭代法求线性方程组Ax=b的解
- 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)