搜索资源列表
非恒定流计算程序
- 圣维南一维非恒定流明渠水力学模型,该模型利用普林士曼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 iterat
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 inte
zgf0003
- 一个追赶法文件.大家交流!c++编的matlab程序.我们研究生作业!数值分析.比较简单.希望大家批评指正! -a chasing documents. Exchange! C addendum to the Matlab procedures. We postgraduate work! Numerical pm Analysis. relatively simple. We hope that the criticism cor
CMatrixClass
- 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵
zuiganfa
- 这个是数值分析中追赶法的实现程序。采用c语言实现。-This is a numerical analysis of the law to catch up with the realization process. C adopted language.
linearsolvers
- matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.-Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method s
zhuigan
- 追赶法是求解三对角方程组的一种方法,主要用与求解大型的三对角方程,在很多方面都可以用到,以上为追赶法的C语言程序实现-Catch-up method is for solving tridiagonal equations a method mainly used for solving large-scale and tridiagonal equations, in many respects, can be used, the a
chase
- 追赶法是用来解三对角矩阵的算法 此程序是基于matlab编的 -Catch-up method is used to solution of tridiagonal matrix algorithm for this procedure is based on the series matlab
TP
- 矩阵计算程序是使用追赶法对三对角线性方程组求解-Matrix calculation is the use of catch-up method of tridiagonal linear solving
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! !
fortran
- 追赶法求三对角矩阵(txt文件)及其他一些fortran语言程序-Catch-up method tridiagonal matrix
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
LU
- 该程序用于使用追赶法求解线性代数方程中的三对角方程组(The program is used to solve the three diagonal equations in linear algebraic equations by using the chase method)
特殊矩阵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 derivat
追赶法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)