搜索资源列表
-
0下载:
本程序为利用matlab求解微分方程的源程序及相关例子-the procedures for the use of Matlab to solve the differential equation of the source and relevant examples
-
-
4下载:
偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法,Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
-
-
4下载:
光孤子传输特性模拟 在光纤通信中,光脉冲信号在光纤中传输的过程中会受到色散、损耗和非线性等作用的影响而不断地发生演化和畸变。脉冲演化的规律遵循非线性薛定谔方程(NLSE)。由于NSLE 在一般情况下无法求得它的解析解,因此通常需采要用数值方法来求解,最终归结于求解归一化的NLSE。本文使用了分步傅里叶方法对归一化NLSE 进行了求解,并模拟了输入为一到三阶双曲正割光脉冲条件下光脉冲传输演变情况。-soliton In optical fiber communications, the optic
-
-
0下载:
本程序是用五点差分格式解拉普拉斯方程,采用MATLAB作为开发环境,拉普拉斯方程有广泛的应用,五点差分格式的精度高
-This procedure is a five-point difference scheme for solution of Laplace equation, using MATLAB as a development environment, Laplace equation has a wide range of applications, a five-
-
-
1下载:
第二类Fredholm积分方程的数值解。
所谓积分方程就是积分号内有未知函数的方程-Second numerical solution of Fredholm integral equation
-
-
1下载:
Numerical solution of 1D wave equation in finite differences (matlab code)
-
-
1下载:
有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解-Finite difference method, there are two medium square region of two-dimensional numerical solution of Laplace equation
-
-
0下载:
这是一个利用VC开发的二分法求数值方程根的源码,放在WORD中,拷贝即可-This is a dichotomy developed using VC numerical equation for the root source, on the WORD, the copy can be
-
-
0下载:
7篇有关雷诺方程的论文
GMRES算法在雷诺方程数值解法中的应用
关于雷诺方程的渐近解
雷诺方程的推导_形式及应用
-Seven papers on the Reynolds equation GMRES algorithm for numerical solution of Reynolds equation in the application on the Reynolds equation of the asymptotic solution of Reynolds Eq
-
-
0下载:
数值分析高斯——列主元消去法主程序
说明如下:
% a----input,matrix of coefficient
% b----input,right vector
% sol----output,returns the solution of linear equation-Gauss numerical analysis- out PCA elimination main program as follows: a---- input, matrix of coeffi
-
-
5下载:
雷诺方程的数值解法,采用列出矩阵的形式求解-Numerical Solution of Reynolds equation, using the matrix set out in the form of solving
-
-
1下载:
matlab求解reynolds方程程序-matlab program for solving Reynolds equation
-
-
4下载:
(有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
-
-
0下载:
差分方程求解
实验步骤:
主界面下进入实验五的“差分方程求解”子系统,输入希望看到的输出样点数
输入差分方程系数向量
输入顺序为:,。其中 N+1 为差分方程两边系数最大数目,如果有一边输入系数个数小于 N+1,将按不足系数为零计算。
输入系统初始状态向量
输入顺序为
鼠标单击确定按钮,以数值和图形两种方式显示单位冲激响应和输出响应
3) 确定差分方程形式:y(k)-y(k-1)+0.35y(k-2)=2x(k)-x(k-1),-Experimental
-
-
0下载:
数值分析中用于求近似值的算法、二分法解方程、变步长梯形求积分的算法。是在Linux下用C++实现的。用G++编译。
配合华中科大的那本著名的“数值分析”。李庆扬编著。
用来交作业很好。
在本压缩包里面包含的是:
HalfDevision.d 二分法解方程
LagrgIn.d 拉格朗日差值公式-求近似值
NewtonFwIn.d 牛顿前插公式-求近似值
NewtonItera.d 牛顿迭代法-求近似值
VarStpTrpzoItg.d 变步长梯形积
-
-
0下载:
A numerical solution of the 2D wave equation
utt = β2 (uxx + uyy)
is required over the region R in the x, y plane
R = {(x, y)| 0 < x < a, 0 < y < b}-A numerical solution of the 2D wave equation utt = β2 (uxx+ uyy) is required over
-
-
1下载:
Numerical solution of 2D Poisson equation (Matlab code + comments in Russian)-Numerical solution of 2D Poisson equation (Matlab code+ comments in Russian)
-
-
0下载:
Fortran file to solve blasius equation by using runge kutta 4th order
-
-
1下载:
有限差分法
微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。
-Finite Difference Me
-
-
0下载:
求解电荷中性方程的matlaB程序,主要是求解一个数值方程,求解量为费米能级,得到能级后就可以算出电子和空穴的浓度。-Solving the charge neutrality equation matlaB procedures, mainly to solve a numerical equation solving capacity of the Fermi level, by level can be calculated after the electron and hole conc
-
« 12
3
4
5
6
7
8
9
10
...
22
»