搜索资源列表
inverse1
- 这是一个matlab小程序,可用于求解微分方程,特别是抛物型的微分方程-Matlab This is a small program that can be used to solve differential equations, in particular the type of parabolic differential equations
paowu
- 本程序采用visual c++开发,用于机械优化设计工程计算,为经典的抛物法,又称二次插值,运行结果良好。-the procedures used visual c development, design optimization for mechanical engineering, for the classical parabolic law, also known as the quadratic interpolation, good operating results.
TriangleLength
- 用于计算天文望远镜的抛物面的拟和精确度,计算出的值越小越精确-used in the calculation of the astronomical telescope and the proposed parabolic precision, the calculated value of the smaller more precise
MATLAB_simpson
- 复化抛物形公式的MATLAB程序,用上述程序计算积分的值。-Minute parabolic shape of the formula MATLAB procedures, the use of such procedures calculated integral values.
GangGangHao5
- C#抛物线演示课件C#语言为载体,基于.NET工作平台,将抛物线等图形绘制到界面上、让用户可以看到抛物过程的轨迹、受力分析、以及合速度、水平方向、竖直方向的分速度、还有矢量三角形等。-parabola demo C# C# language courseware for vector-based.NET platforms, parabola, and other graphics will be drawn to the interface, users can see the process
抛物样条曲线
- 在Win-Tc下运行,C语言的,这是抛物样条曲线的程序,没有在visual c++中试过-Win - Tc running, the C language, this is kind of parabolic curve procedures, not visual, c tried
Crank-Nicolson解抛物方程
- C-N解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。在循环中改变 a 的值以实现变系数
numerical_algorithm
- visualc++ 常用数值算法集,包括椭圆形微分方程、抛物线型方程的数值解-visualc++ common set of numerical algorithms, including elliptic differential equations, numerical solution of parabolic equations
pe_tropos_ducting
- 大气波导环境下电波传播预测,基于抛物方程法模型的matlab程序;pe_tropos_ducting.m。-Wave propagation forecast in atmospheric ducting enviroments, based on the parabolic equation model matlab program:pe_tropos_ducting.m.
six
- 抛物型方程的有限差分法——六点对称格式,即Crank-Nicolson格式-Parabolic finite difference method- six point symmetric form,i.e.Crank-Nicolson Form
Numerical-Solution-PDE-
- 偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法-introduces the most widely elliptic, hyperbolic, parabolic partial differential equations numerical solution, but also the details of each programming a v
solverss
- 对于抛物方程的具有差分形式的高精度线性迭代法-linear itearnating method
中立型延迟抛物方程的差分格式
- 主要实现中立型延迟抛物方程的紧差分格式。
显示格式
- 三种抛物型偏微分方程数值解法的matlab代码,利用的方法是显示差分格式。(the numerical solution of three kinds of parabolic function using the explicit method.)
计算机在抛物运动方面的仿真研究
- 计算机仿真是近年来兴起的一门综合性技术学科,根据抛物运动的物理模型建立起可靠的数学模型, 选择合适的计算方法可以利用计算机对抛物运动进行仿真模拟,实验证明用动态图形模拟演示运动的过程,对于 提高和促进学生学习物理,数学及计算机应用技术都具有积极的作用,欧拉方法经过实验的检验具有良好的适应 性。(Computer simulation is in recent years the rise of a comprehensive technical disciplines, according to
抛物型偏微分方程的有限差分法
- 抛物型偏微分方程的有限差分法中的向前差分显格式和向后差分隐格式。(The forward difference explicit scheme and backward difference implicit scheme in the finite difference method for parabolic partial differential equations.)
抛物方程紧差分格式
- 追赶法求解,可以直接调用,抛物方程紧差分(Chasing method can be called directly)
MATLAB源码--古典显式格式求解抛物型偏微分方程等
- MATLAB源码--古典显式格式求解抛物型偏微分方程等(MATLAB Source-Classical Explicit Format for Solving Parabolic Partial Differential Equations)
抛物型方程
- matlab求解非线性偏微分方程的抛物型方程的追赶法(to solve nonlinear equation us matlab)
抛物型方程的Crank-Nicolson格式
- 可求解右端项为零的抛物型方程,边界条件为零。