当前位置:
首页 资源下载
搜索资源 - the nonlinear equations d
搜索资源列表
-
0下载:
非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s Method-Methods for Solving Nonlinear Equations
:Newton s Method, The Secant Method, Brent s Method
-
-
0下载:
给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations
F(x)=0 l<=x<=u
where F: R^n--> R^n, l and u a
-
-
0下载:
nasa有关线性运动学方程的资料,对于飞行动力学,及其相关的控制专业很有帮助。-A numerical technique has been developed a t Langley Research Center which
generates l i n e a r perturbation models from nonlinear a i r c r a f t vehicle simulations.
The technique is very general and can
-
-
0下载:
gmcalab 快速广义的形态分量分析,旋转机械二维全息谱计算,直线阵采用切比学夫加权控制主旁瓣比,使用大量的有限元法求解偏微分方程,基于分段非线性权重值的Pso算法。-gmcalab fast generalized form component analysis, Rotating machinery 2-d holographic spectrum calculation, Linear array using cut than learning laid upon the right c
-
-
1下载:
SciPy—数值计算库
在NumPy的基础上增加一些功能
1、常数和特殊函数
2、线性代数-linalg
3、优化
(1)非线性方程组求解
(2)最小二乘拟合
(3)函数最小值
4、插值—interpolate
(1)B样条曲线插值
(2)外推和Spline拟合
(3)二维插值
5、数值积分—integrate
(1)球的体积
(2)解常微分方程组
6、统计—stats
(1)连续和离散概率分布
(2)二项、泊松、伽玛分布
7、稀疏矩阵—sparse(On t
-