搜索资源列表
-
0下载:
计算方法程序常微分方程的数值解法课堂讲义-calculation procedures Ordinary Differential Equations Numerical Solution of classroom lectures
-
-
2下载:
飞机运动轨迹模拟
使用龙格-库塔算法计算常微分方程数值解
并用图形显示运动轨迹
作者自己作业的源程序
欢迎讨论-aircraft trajectories simulated using the Runge - Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the sour
-
-
2下载:
单自由度振动系统--基于MATLAB建模仿真。根据单自由度振动系统数学模型,设计了单自由度振动系统的数学仿真实验,实验结果给出了振动方程的数值解,并用几何方式定量描述了振动过程和频幅特性.-single-freedom vibration systems -- based on MATLAB simulation modeling. Under the single-freedom vibration systems mathematical model, the design of sing
-
-
0下载:
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求常微分方程(组)数值解
%[tout,yout] = rk4( ypfun , tspan, y0,h)
% 这里字符串ypfun是用以表示f(t, y)的M文件名,
% tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0表示初值向量y0,h是步长。
% 输出列向量tout表示节点 (t0 , t1 , … ,
-
-
0下载:
用数值计算方法研究三阶锁相环的非线性性能及其改善途径.建立具有正弦鉴相特性的三阶锁相
环的动态非线性微分方程 ,通过编制数值解程序 ,求出不同条件下的相轨迹和时间响应图 ,分析了电路参数和初
始条件对三阶锁相环非线性性能的影响 ,并提出改善非线性性能的途径.-numerical calculation method PLL third-order nonlinear properties and improved ways. Establish special sinusoidal ph
-
-
0下载:
本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
-
-
4下载:
光孤子传输特性模拟 在光纤通信中,光脉冲信号在光纤中传输的过程中会受到色散、损耗和非线性等作用的影响而不断地发生演化和畸变。脉冲演化的规律遵循非线性薛定谔方程(NLSE)。由于NSLE 在一般情况下无法求得它的解析解,因此通常需采要用数值方法来求解,最终归结于求解归一化的NLSE。本文使用了分步傅里叶方法对归一化NLSE 进行了求解,并模拟了输入为一到三阶双曲正割光脉冲条件下光脉冲传输演变情况。-soliton In optical fiber communications, the optic
-
-
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下载:
用Euler法计算常微分方程数值解,由文件输入,以表格形式输出-Using Euler method to calculate the numerical solution of ordinary differential equations
-
-
0下载:
根据输入的有效数值,计算出本人的生日日期-Enter the numerical solution of my birthday
-
-
0下载:
关于偏微分方程数值解法的的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-Numerical solution of partial differential equations about the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contr
-
-
0下载:
这个是龙格库塔求解微分方程数值解,用C++编写的-This is a Runge-Kutta numerical solution of differential equations to solve, using C++ to prepare the
-
-
0下载:
编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件,
记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。
思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度
随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Simulation programming coins thrown from the frequency of a positive map. The assumption tha
-
-
0下载:
数值代数中用二分法求解方程,程序简洁明了,便于读者使用-Dichotomy with numerical solution of algebraic equations, the program concise, easy to readers to use
-
-
2下载:
本书介绍非线性数值分析的理论和方法,如Newton型方法,同伦延拓法,带参数的非线性问题的解法,不适定问题的数值解法。-This book describes the theory and numerical analysis of nonlinear methods, such as Newton-type method, homotopy continuation method, with the parameters of the solution of nonlinear problem
-
-
0下载:
解三对角线方程数值解法,在c++环境中使用类轻松实现
-Solution Numerical Solution of tridiagonal equations
-
-
0下载:
该算法有效解决了线形方程组的在计算机中的数值解法。误差小。收敛速度快-The algorithm solves linear equations in the computer numerical solution. Little error. Faster convergence
-
-
0下载:
该算法有效解决了线形方程组的在计算机中的数值解法。对gaosi算法进行了改进。误差小。收敛速度快-The algorithm solves linear equations in the computer numerical solution. Right gaosi algorithm improved. Little error. Faster convergence
-
-
0下载:
PDEmatlab 在环境下编写的偏微分方程的数值解法, 实验的程序实现 .-PDEmatlab prepared in the environment of the numerical solution of partial differential equations, experimental procedures for implementation.
-
-
0下载:
Solution of the orbit equation: Theta as function of time t.
Numerical solution of Kepler’s equation for the elliptical test problem
Matlab code-Solution of the orbit equation: Theta as function of time t.
Numerical solution of Kepler’s equa
-