搜索资源列表
-
0下载:
数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
-
-
0下载:
数值分析-列选主元求解方程组
//n 整型变量。方程组的阶数
//a 双精度实型二维数组,体积为n*n。存放方程组的系数矩阵,返回时将被破坏。
//b 双精度实型一维数组,长度为n,存放方程组右端的常数向量;返回方程组的解向量。
//本函数返回整型标志值。若返回的标志值为0,则表示原方程组的系数矩阵奇异,输出信息“fail”;若返回的标志值不为0,则表示正常返回。-Numerical Analysis-out election PCA solving equations / /
-
-
0下载:
数值分析-列选主元求解方程组
//n 整型变量。方程组的阶数
//a 双精度实型二维数组,体积为n*n。存放方程组的系数矩阵,返回时将被破坏。
//b 双精度实型一维数组,长度为n,存放方程组右端的常数向量;返回方程组的解向量。
//本函数返回整型标志值。若返回的标志值为0,则表示原方程组的系数矩阵奇异,输出信息“fail”;若返回的标志值不为0,则表示正常返回。-Numerical Analysis-out election PCA solving equations / /
-
-
0下载:
龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大.
相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
-
-
0下载:
DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
-
-
1下载:
DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
-
-
2下载:
单自由度振动系统--基于MATLAB建模仿真。根据单自由度振动系统数学模型,设计了单自由度振动系统的数学仿真实验,实验结果给出了振动方程的数值解,并用几何方式定量描述了振动过程和频幅特性.-single-freedom vibration systems -- based on MATLAB simulation modeling. Under the single-freedom vibration systems mathematical model, the design of sing
-
-
4下载:
光孤子传输特性模拟 在光纤通信中,光脉冲信号在光纤中传输的过程中会受到色散、损耗和非线性等作用的影响而不断地发生演化和畸变。脉冲演化的规律遵循非线性薛定谔方程(NLSE)。由于NSLE 在一般情况下无法求得它的解析解,因此通常需采要用数值方法来求解,最终归结于求解归一化的NLSE。本文使用了分步傅里叶方法对归一化NLSE 进行了求解,并模拟了输入为一到三阶双曲正割光脉冲条件下光脉冲传输演变情况。-soliton In optical fiber communications, the optic
-
-
6下载:
三维模拟成波浪,需要利用Fluent软件所提供的预定义宏将海浪数值模拟方程转换为Fluent UDF格式。-Into a three-dimensional simulation of waves, need to use the software provided by Fluent predefined macros will convert the wave equation numerical simulation Fluent UDF format.
-
-
4下载:
三维波浪模拟C程序,需要利用Fluent软件所提供的预定义宏将海浪数值模拟方程转换为Fluent UDF格式-Three-dimensional wave simulation C program, need to use the software provided by Fluent predefined macros will convert the wave equation numerical simulation Fluent UDF format
-
-
1下载:
地震波方程的时间空间二阶差分的数值模拟,程序用vc++6.0调试,需要matlab绘图-Seismic wave equation of time and space second-order difference of the numerical simulation, the program used vc++ 6.0 debugging, need matlab graphics
-
-
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下载:
差分方程求解
实验步骤:
主界面下进入实验五的“差分方程求解”子系统,输入希望看到的输出样点数
输入差分方程系数向量
输入顺序为:,。其中 N+1 为差分方程两边系数最大数目,如果有一边输入系数个数小于 N+1,将按不足系数为零计算。
输入系统初始状态向量
输入顺序为
鼠标单击确定按钮,以数值和图形两种方式显示单位冲激响应和输出响应
3) 确定差分方程形式:y(k)-y(k-1)+0.35y(k-2)=2x(k)-x(k-1),-Experimental
-
-
1下载:
声波二阶方程空间十阶时间二阶在一维情况下的变网格数值模拟-Second-order wave equation of second order in time space 10 in One-Dimensional Numerical Simulation of Variable Grid
-
-
0下载:
用c#实现各类非线性方程的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of nonlinear equations, and the supporting books for the " C# numerical algorithm programming"
-
-
1下载:
用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
-
-
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
-
-
0下载:
使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
-
-
0下载:
基于MPI的并行代码,注意用于数值计算(Parallel code for numerical calculation based on MPI)
-