搜索资源列表
线性方程组雅可比迭代法
- 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
数值计算解方程根
- 数值计算迭代求解方程的根,特征方程
C++常用算法之08非线性方程组求解
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
VB_NUM1
- 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition
线性方程组求解与方程组性态讨论
- 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of d
Jacobiupdate
- 数值分析中的经典求解算法jacobi迭代法的改进算法。-numerical analysis of the classical algorithm jacobi iteration of the algorithm improvements.
CM1IterateStabilization
- Matlab做的数值计算实验,使用迭代法求解方程的根,算法经典,其中有详细的实验报告和数据,对数值计算课程学习及MATLAB编程有较大帮助。-Matlab done numerical experiments, using iterative ways root, the classical algorithm. including a detailed report and experimental data, the numeric
CLangue
- 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language t
JacobiGaussSeidel
- 雅克比和高斯赛德尔迭代法求解线性方程组 用c++软件开发的程序-And high斯赛德尔Jacobian iteration method for solving linear equations with c++ Software development process
Fox_Li
- 用Fox_Li数值迭代法求解F_P型激光谐振腔的本征模式-Fox_Li numerical iterative method used to solve F_P type laser resonator eigen mode
gaosidiedai
- 本程序是数值分析中经典的高斯迭代法求解线性方程组-The numerical analysis procedure is the classical Gauss iterative method for solving linear equations
Gauss_seidel
- 数值分析算法-----功能:gauss-seidel迭代求解线性方程组的根-Numerical analysis algorithms----- functions: gauss-seidel iterative root solving linear equations
projection
- 优化原理 投影梯度法 可以另外结合armijo准则wolf准则实现数值迭代求解数值问题-Programming projection method
方程解法
- 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
Darcy friction factor
- 基于科尔布鲁克摩擦系数方程,采用数值迭代方法求解管内流动时的摩擦阻力因子。(Based on the Colebrook friction coefficient equation, the numerical iterative method is used to solve the frictional resistance factor in the pipe flow.)
ill-conditioned system of equations
- 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
解方程迭代法
- 数值分析求解方程迭代法的matlab实现(Matlab implementation of iterative method for solving equations by numerical analysis)
ufos
- 遗传算法源程序,用来优化复杂函数,多次迭代求解最大值,()
669226
- 雅克比迭代,求解方程近似解 秦九昭算法 幂法 高斯塞德尔()
基于有限差分法的二维边值问题的数值分析
- 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应