搜索资源列表
wudianchafengeshi
- 给出了二维泊松方程在单位正方形上的五点差分格式。并运用线性方程组的古典迭代解法——Jacobi迭代求解出在区域上的数值解。最终绘制数值解的图形。-For two at a loose equation in a unit of the square to five o clock. the format and use of linear equations that of classical iterative solution — — jacobi iterative the solutio
Matlab
- 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
matlab
- 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
Poisuille
- 利用MAC算法和chorin压力迭代解法求解 二维不可压缩黏性Poisuille流动问题 -use MAC algorithm and the chorin pressure iterative method for solving the two-dimensional incompressible viscous Poisuille flow problems
解线性方程组
- 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)