搜索资源列表
线性方程组求解与方程组性态讨论
- 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of differential equations, linear
Fox_Li
- 用Fox_Li数值迭代法求解F_P型激光谐振腔的本征模式
线性方程组雅可比迭代法
- 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
数值计算解方程根
- 数值计算迭代求解方程的根,特征方程
arithmetic
- 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
Jacobi
- 数值分析分析中 用jacobi迭代求解线性方程-Analysis of numerical analysis using jacobi iteration for solving linear equations
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
牛顿法迭代
- function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
方程解法
- 基于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时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行
史蒂芬森迭代法
- 数值分析求解程序,适用于工科学生数值分析学习matlab程序(Numerical analysis solution procedure, suitable for engineering students numerical analysis learning matlab program)
3DMHDcode
- 磁流体通道3D模型仿真,给定流场条件和边界条件,采用泊松方程迭代求解通道电磁场分布。(Magnetic fluid channel 3D model simulation, given the flow field conditions and boundary conditions, using Poisson equation iterative solution channel electromagnetic field distribution.)
MATLAB
- 利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)