搜索资源列表
非恒定流计算程序
- 圣维南一维非恒定流明渠水力学模型,该模型利用普林士曼Preismann隐格式求解,方法是追赶法和迭代法。-Saint-Venant one-dimensional unsteady flows lumens mechanical model, the model used Pulinshiman Preismann Hidden format solution is to catch up with the law and iterative method.
Part_3_C_programmes
- 程序总结3:牛顿迭代|牛顿下山|秦九韶|三对角线追赶法|系统|弦割法|雅克比迭代|综合测评-procedures : Newton iteration | Newton down | Qinjiushao | 3 diagonal chasing France | System | Strings cutting France | Jacques than iterative | Comprehensive Assessment
MATLABpro
- 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton interpolation, Taylor Xie differen
数值分析的C语言程序
- 数值分析的C语言程序, 三对角线追赶法,Numerical Analysis of the C language program, the three diagonal to catch up with the Law
fortran
- 追赶法求三对角矩阵(txt文件)及其他一些fortran语言程序-Catch-up method tridiagonal matrix
zhuigan
- 用matlab编写的追赶法程序,虽然很小,但很好用-Matlab prepared to catch up with law procedures, although very small, but very good use
catch
- 用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
zhui-gan-fa
- 追赶法程序,经调试运行正确,希望对大家有帮助-Pursuit method procedures, the debugging and running properly, we want to help
Untitled7
- 抛物型偏微分方程隐式差分的matlab程序,追赶法程序-Parabolic partial differential equations implicit difference matlab program, and pursued law program
zhuiganfa
- 这是一个可以运行的追赶法程序,当线性代数联立方程组的系数矩阵为三对角矩阵时,可采用追赶法程序,效果非常有效。-This is a program that can be run to catch up with law, when the coefficient of linear algebraic simultaneous equations matrix is tridiagonal matrix, the method can be used to catch up with the p
zhuiganfa(matlab)
- matlab版的追赶法程序,普遍适用于大型的带状方程组,数值分析源程序,可运行,有注释-matlab zhuiganfa: it is uesd in the large strip of the equations, it also has explanations
追赶法 解三对角矩阵
- 追赶法 解三对角矩阵,matlab 程序。追赶法 解三对角矩阵,matlab 程序。追赶法 解三对角矩阵,matlab 程序。
程序
- 中心差分求解近似导数其中用到的有追赶法求解对三角矩阵(Central differential solution, approximate derivative)
LU
- 该程序用于使用追赶法求解线性代数方程中的三对角方程组(The program is used to solve the three diagonal equations in linear algebraic equations by using the chase method)
fortran语言_一维非稳态_程序编写
- 一维非稳态导热的自编程序,使用fortran语言编写,追赶法算法(One dimensional unsteady heat conduction----- FORTRAN)
特殊矩阵1
- 利用变参数追赶法求解周期三对角线性方程组的matlab程序(Matlab program for solving three diagonal linear equations by using variable parameter pursuit method)
Matlab
- 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivation. The programe of the chasi
追赶法vb程序
- 计算水力学vb追赶法的计算过程。 最后可以输出txt文件,挺好用的还。(The calculation process of the VB chasing method of hydraulics is calculated. Finally, the txt file can be output, and it is good to use.)
SJH
- C语言解三角追赶法线性方程组的程序,值得初学者学习参考(Using C to deal with a math problem)
追赶法解三对角矩阵的程序
- 追赶法解三对角矩阵的程序,主程序直接调用即可。