搜索资源列表
matlabbroyden
- matlab逆broyden迭代法计算方程-Matlab broyden inverse iteration calculation equation
matlab-gauss
- matlab-gauss,实现matlab上的gauss迭代法-Matlab - gauss, the realization of Matlab gauss iterative method
matlab-jacobi
- matlab-jacobi实现matlab上的jacobi迭代法-Matlab - jacobi achieve the Matlab jacobi iteration
matlab-sor
- matlab-sor实现matlab上的sor迭代法-Matlab - sor achieve the Matlab sor iterative method
newton
- 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
Practical-procedures-of-matlab
- matlab实用图像编辑程序,还有一些迭代法源程序-the matlab practical image editing program, there are some iterative method source code
chaosongchidiedai
- 使用MATLAB进行模拟超松弛迭代法仿真,电磁场与电磁波实验。-Using MATLAB simulation SOR method simulation, electromagnetic field and wave experiments.
jiandandiedai
- 电磁场与电磁波实验,使用MATLAB模拟简单迭代法-Electromagnetic field and wave experiment using MATLAB simulation simple iterative method
KJcb
- 雅克比迭代法与块雅克比迭代法的MATLAB程序实现,里面附有图件仅供参考,由于刚开始学,不足之处大家多多指教-Jacobi iterative method with block Jacobi iterative method MATLAB program, which with maps for reference, since the beginning of school, the inadequacies of exhibitions
KSOR
- 松弛迭代法与块状松弛迭代法,超松弛迭代法MATLAB程序实现。里面附有图件仅供参考,-Relaxation method with block relaxation method, SOR method MATLAB program. Inside with maps for reference only,
newton
- 用newton迭代法求解非线性方程组的matlab主程序.-Solving nonlinear equations matlab main program using newton iterative method.
E
- 航天器动力学中用于计算E角各种方法MATLAB程序,包括迭代法,几何法-Spacecraft Dynamics various methods used to calculate the angle E MATLAB program, including the iterative method, geometric method, etc.
function
- 非线性方程组的牛顿迭代法MATLAB程序-Nonlinear equations of Newton iterative method MATLAB program
Num_Analyse
- MATLAB编程实现 1.雅克比迭代法 2.超松弛SOR迭代法 3.应用:《数值分析》清华 第六章第3题迭代次数编程验证 4.国科大数值分析课程作业编程程序-MATLAB programming 1. 2. Jacobi iteration method over relaxation SOR iterative method 3. Application: " Numerical Analysis" Tsinghua Chapter VI Question 3
DVhop
- 一种利用迭代求精法来改进的DV-hop算法,MATLAB程序源码-DV-hop localization algorithm
1
- .通过MATLAB软件写出用逐次超松弛迭代法解线性方程组的程序并运行结果。(MATLAB software is used to write the program for solving linear equations by successive over relaxation iteration method and its running results)
牛顿迭代法matlab程序
- 牛顿迭代法 适合初学者学习,条理清晰,有注释。也可以在程序上修改,方面实用。