搜索资源列表
solveeqution
- 使用matlab求解方程的小资料,简单易用。
SFS三维重构递推算法的求解及精度研究
- 由单幅二维图像重构出曲面的三维几何形状技术一直是图像领域研究的难点,主要 表现在现有方法重构精度较低、图像辐射度方程的迭代求解容易发散以及光照易受到干 扰等难以解决的问题,整个理论体系还不完善。由于从明暗恢复形状的方法,只需单幅 图象的灰度信息就可恢复物体三维表面形状,所以近年来,SFS技术作为计算机视觉领 域重要的研究方向,己日益被关注,尤其在工业、农业、国防、医学、空间技术等领域, 更具有广泛的应用前景。
求解二维欧拉方程 fortran程序
- fortran程序,求解二位欧拉方程,jamson方法。计算流体力学。
2
- 差分方法求解波动方程的MATLAB程序代码-Difference Method for the Wave Equation MATLAB program
code
- 求解二维波动方程,包括论文,公式依据和程序源代码-Solving two-dimensional wave equation, including papers, formulas and procedures based on source code
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
201305236-7
- mathlab题目代码,编程分别用jocabi迭代法求解方程。在一般情况下,Guass-Seide迭代法比Jacobi迭代法收敛要快一些,但这也不是绝对的,在木些情况下,Jacobi迭代法收敛,Guass-Seide迭代却可能不收敛-use matlab to deal with the equation -mathlab subject code, programming respectively jocabi iterative method for solving equations. U
Gauss
- 这是用C++编写的 用高斯方法求解方程的方法 我想对与计算机数学的同学来说 可能会有用-It is written with C++ method for solving equations using Gaussian approach I want to mathematics and computer may be useful for the students
PDE-MATLAB
- 分别用例题讲解分析,如何用matlab中的 pdepe()函数和PDEtool来求解方程-Were analyzed using examples to explain how to use matlab in pdepe () function to solve the equation and PDEtool
Newton-Raphson
- 一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式。-An approximate method for solving equations in real and complex domains. Most equations do not exist formula.
lizisuanfa
- 粒子算法在处理方程最优解的应用,用于求解方程的最大值或者最小值。-Particle algorithm is applied to solve the optimal solution of the equation, which is used to solve the maximum or minimum value of the equation.
split_step_fourier_method
- 在matlab中利用分布傅里叶法求解非线性薛定谔方程(Solving Nonlinear Schr (o) dinger Equation by split step Fourier Method in Matlab)
非线性方程在MATLAB中的求解方法
- MATLAB教学视频:非线性方程(组)在MATLAB中的求解方法(MATLAB teaching video: the solution of nonlinear equations (groups) in MATLAB)
脉冲激光仿真程序
- 用分布傅里叶方法求解非线性薛定谔方程,并且用于脉冲激光的仿真系统。(The distributed Fourier method is used to solve the nonlinear Schrodinger equation, and it is used in the simulation system of pulsed laser.)
MATLAB求解simple算法例题
- 作为示例,利用MATLAB求解动量方程,给出流场分布(MATLAB,simple,flow field,momentum equation)
Matlab解微分方程(ODE+PDE)
- MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are very simple, clear and clear.
Fortran Newton法求解非线性方程组
- 通过Fortran语言,利用牛顿方程迭代来求解非线性方程组,可设置为二元或多元(Through the Fortran language, the Newton equation iteration is used to solve the nonlinear equations, which can be set to two yuan or multivariate.)
椭圆方程
- 在已知边界条件的情况下,在MATLAB上对椭圆方程进行求解,(In the case of known boundary conditions,solving elliptic equations on MATLAB)
matlab牛顿法解方程
- 提供MATLAB软件利用牛顿法进行方程求解的程序代码,简单易懂
KS方程数值解
- 用MATLAB求解ks方程,初值给定为正弦波,可以调整Fourier级数用于计算,用以预测混沌现象。