搜索资源列表
Richardson
- 里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定 在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误
Crank-Nicolson解抛物方程
- C-N解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。在循环中改变 a 的值以实现变系数
bfgsi
- dg is previous change in gradient dx is previous change in x -dg is previous change in gradient dx is previous change in x
2
- 电信市场的竞争日益激烈,传统业务的收入日益下滑,整体利润摊薄,运营商在提高收入 和利润的同时,愈加意识到收入流失的问题。收入保障应运而生,它旨在降低收入流失, 提高利润率-dx
dinamica
- La funzione permette di graficare nel file tutte le forze componenti delle GRF dx e sn delle tre prove con i rispettivi valori di normalità e nel file cp l andamento del CPy in funzione del CPx Inoltre vengono calcolati i parametri dei CoP destro e
eigen
- 此程序为用matlab编写的基于最小二乘法通过求解广义矩阵特征值及特征向量进行椭圆曲线拟合程序。 程序中x,y分别为采样点的横纵坐标。生成的结果矩阵为椭圆曲线aX^2+bXY+cY^2+dX+eY+f=0中的各项系数。-This program was written with matlab by solving the generalized least square method based on matrix values and eigen vectors of the ellipt
LinearBPM
- 这是一个简单的FFT为无电位1 +1 +1 Ð 薛定谔方程的光束传播方法。如果该软件灵活,允许引入的术语(如果是极少数需要包括色散效应高阶导数)。例如,如果一个人渴望解决的一个方程的形式: (四/ dz的+ Ð ^ 2/dx ^ 2 - 0.25 * Ð ^ 3/dx ^ 3)== 0 Ÿ 它可以解决使用以下代码: Ž = linspace(0,1,512) x = linspace(-5,5,1024) psi0 =进出口
traingdx
- 将采用训练函数 traingdx 和“提前停止”相结合的方法来训练 BP 网络,以提高 BP 网络的推广能力-Will use the training function traingdx and " stop ahead" a combination of methods to train BP network to improve the generalization ability of BP network
definition_grid_example.m
- Define a grid with the desired dx.
save_dx
- 这是一个将矩阵型数据转化为类型为.dx的曲线图文件的程序代码-This is a type of data into the matrix type. Dx graph paper code
bcross
- 将断层剖面划分为一组网格,并以固定的事件数或固定的扫描半径,计算每个网格点处的b值。然后用色彩表示断层面上b值的分布情况,从而反应断层的应力积累情况,便于地震学家分析该断层是否存在发震的可能-This subroutine creates a grid with spacing dx,dy (in degreees). The size will be selected interactively or grids the entire cross section. The b-valu
Plot-Multiwavelet
- function [xphi, phi, xpsi, psi] = Plot_Multiwavelet(H, r, m, n_refine) Compute the point values of the scaling function and wavelet(s) at all points of the form n*dx which fall inside the support of phi.
New-Text-Document-(2)
- he form of the Burgers equation considered here is: du du d^2 u -- + u * -- = nu * ----- dt dx dx^2 for -1.0 < x < +1.0, and 0.0 < t. Initial conditions are u(x,0) = - sin(pi*x). Boundary conditions are u(-1,t) = u(
rossler2
- Rossler equation A. Wolf, J. B. Swift, H. L. Swinney and J. A. Vastano, "Determining Lyapunov Exponents from a Time Series," Physica D, Vol. 16, pp. 285-317, 1985.-Rossler equation dx =-y- z dy = x+ a*y dz = b+ z*(x-c)
mtl_ode_sim_shootingmethod
- 运用打靶法求解二阶边值问题。 A1*d/dx(dy/dx) + A2*dy/dx + A3*y + A4 = 0-To illustrate the use of Runge-Kutta method in the Shooting method as applied to a function of the user s choosing.
LW_utux0
- function [ue,un]=LW_utux0(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = 1, x≤0 = 0, x>0. 边界条件为: u(-1,t)=1,u(1,t)=0. 本题要求: 使用Lax-Windroff method,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入:
LW_utux0_2
- function [ue,un]=LW_utux0_2(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = exp[-10(4x-1)^2] 边界条件为: u(-1,t)=0,u(1,t)=0. 本题要求: 使用Lax-Windroff格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a
LW_utux0_3
- function un=LW_utux0_3(dx,t) Burgers equation: ut + (1/2*u^2)x = 0 初始条件为: u(x,0) = exp[-10(4x-1)^2] 边界条件为: u(0,t)=0,u(1,t)=0 本题要求: 使用Lax-Windroff格式,选择 dx=0.01, 计算并画出当 t=0.15,和t=0.3时的数值解 输入: dx--数值格式的x轴上的分割 r--r=d
UPW_utux0
- function [ue,un]=UPW_utux0(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = 1, x≤0 0, x>0. 边界条件为: u(-1,t)=1,u(1,t)=0. 本题要求: 使用迎风格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a*dt/dx
UPW_utux0_2
- function [ue,un]=UPW_utux0_2(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = exp[-10(4x-1)^2] 边界条件为: u(-1,t)=0,u(1,t)=0. 本题要求: 使用迎风格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a*dt/dx