搜索资源列表
-
0下载:
数值分析中的欧拉算法 本文建立在數值分析的理論基礎上,能夠在Matlab環境中運\行,給出了理論分析、程序清單以及計算結果。更重要的是,還有詳細的對算法的框圖說明。首先運\用Romberg積分方法對給出定積分進行積分,然後對得到的結果用插值方法,分別求出Lagrange插值多項式和Newton插值多項式,再運\用最小二乘法的思想求出擬合多項式,最後對這些不同類型多項式進行比較,找出它們各自的優劣。
-numerical analysis of Euler algorithm is base
-
-
1下载:
完全的二维数值积分程序
给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法
比matlab自带的dblquad好用多了,霍霍!
同时附有口径场用Gaussian-Lagurrer函数展开程序,Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double in
-
-
0下载:
插值
函数逼近
数值微分
数值积分
非线性方程求解
解线性方程组的直接解法
解线性方程组的迭代法
随机数生成
特殊函数计算
常微分方程的初值问题
偏微分方程的数值解法
数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
-
-
2下载:
完全的二维数值积分程序
给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法
比matlab自带的dblquad好用多了,霍霍!
同时附有口径场用Gaussian-Lagurrer函数展开程序-Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double
-
-
0下载:
该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integration, numerical solution of di
-
-
0下载:
MATLABNumericalIntegratio 数值积分-MATLABNumericalIntegratio numerical integration
-
-
1下载:
在MATLAB平台下,利用龙贝格公式和高斯公式,求解数值积分,源码-In the MATLAB platform, using Romberg formula and the Gauss formula, solving numerical integration, source code
-
-
0下载:
文件里是MATLAB语言常用算法程序集,包括插值、函数逼近、数值微分、数值积分、线性方程组的求解等程序-File is a MATLAB algorithm for the assembly language used, including interpolation, function approximation, numerical differentiation, numerical integration, linear equations and other procedures
-
-
0下载:
数值积分的matlab代码,通过了调试测试,含有一个实现函数,以及一个测试用主函数。-Matlab code for numerical integration, through the commissioning test, with an implementation function, and a test main function.
-
-
2下载:
轨道力学基本子程序,包括: 位置速度和轨道根数相互转换;地球引力场系数;JPL精密历表;RKF78数值积分器-Orbital mechanics subroutine, including: position, velocity and orbital elements are interchangeable Earth s gravitational field coefficient at JPL precise ephemerides RKF78 numerical integrat
-
-
0下载:
数值分析中matlab源码,包括方程求解,数值积分,数值微分,微分方程解法等-Numerical analysis matlab source code, including equations, numerical integration, numerical differentiation, Differential Equation
-
-
0下载:
数值分析计算程序例子,龙贝格积分法求解函数积分,计算时注意函数端点处matlab是否能求出函数值,如不能需手动输入。-Numerical analysis of examples of the calculation program Romberg integration method for solving function integral.
-
-
0下载:
该程序用matlab编写数值积分方法,包括梯形公式,Simpson公式和Romberg算法,在main.m文件测试三类算法。这是数值计算方法是必须掌握的代码。-The program is prepared using matlab numerical integration methods, including trapezoidal formula, Simpson and Romberg algorithm for three kinds of formulas in main.m fil
-
-
0下载:
MATLAB语言常用算法程序集,包含了插值、函数逼近、矩阵特征值计算、数值微分和积分、方程求根、非线性方程组求解、特殊函数计算、常微分方程和偏微分方程的数值解法、以及数据统计和分析等等。-MATLAB language commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation an
-
-
0下载:
利用MATLAB进行龙格库塔数值积分求解微分方程-The use of MATLAB for solving differential equations Runge-Kutta numerical integration
-
-
0下载:
该算法包含的程序可实现对实际问题进行数值积分的功能-The algorithm contains a program can be realized on the practical problems of numerical integration of functions
-
-
0下载:
牛顿拉格朗日插值以及积分算法合计, 数值算法的matlab实现-Lag\Newton method of numerical integration
-
-
0下载:
采用数值积分算法中的复化梯形公式和复化Simpson公式计算的近似值的过程和方法,并对比这两种计算公式。理解Romberg算法计算的近似值的过程和方法,并对比以上三种方法。(The procedure and method of calculating the approximate value calculated by the complex trapezoidal formula in the numerical integration algorithm and the complex
-