搜索资源列表
-
0下载:
北航数值分析大作业,对给定机翼的数据进行分段现行插值,分段现行二次多项式插值,分段三次多项式插值和三次样条插值,有完整的实验报告-Numerical analysis Beihang big job, given the current sub-wing of data interpolation, the current sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and cubic sp
-
-
0下载:
In mathematics, a spline is a special function defined piecewise by polynomials. In interpolating problems, spline interpolation is often preferred to polynomial interpolation because it yields similar results
-
-
0下载:
数值分析中的样条插值算法,通用举例。数值分析中的样条插值算法,通用举例-Numerical analysis of the spline interpolation algorithm, common example. Numerical analysis of the spline interpolation algorithm, for example general
-
-
0下载:
三次样条插值函数的构造与Matlab实现-Cubic spline interpolation function to achieve the construction and Matlab
-
-
0下载:
用三次样条曲线进行精密星历插值和卫星钟差插值-Cubic spline curve the precise ephemeris interpolation and satellite clock error interpolation
-
-
0下载:
很不错的文件 NURBS插补-基于嵌入式数控系统的样条曲线插补算法的研究-Very good file NURBS interpolation- based on spline interpolation algorithm embedded NC system
-
-
0下载:
三次样条插值相关论文,spline算法研究,本篇论文是一片硕士研究生论文-Related papers cubic spline interpolation, spline algorithm, this thesis is a graduate papers
-
-
0下载:
三次样条插值函数,直接调用,比较方便应用-Cubic spline interpolation function
-
-
0下载:
了解三次样条插值多项式的基本原理,并通过数值算例领会三次样条插值多项式具有较高的准备性-Learn the basic principles of cubic spline interpolation polynomial, and numerical examples comprehend cubic spline interpolation polynomial with higher preparatory
-
-
0下载:
使用matlab解决插值问题,包括 Lagrange 插值,分段线性插值,三次样条插值-Using matlab to solve the interpolation problem, including though laser interpolation, piecewise linear interpolation, cubic spline interpolation
-
-
0下载:
为使问题一般化,本题的三次样条求解使用了对于任意分化的三弯矩插值法。若记各节点间距 ,根据理论分析,三次样条插值函数-In order to generalize the problem, cubic spline used to solve this problem for any of the three differentiation moment interpolation. If the distance between each node in mind, according to
-
-
0下载:
在许多问题中,通常根据实验、观测或经验得到的函数表或离散点上的信息,去研究分析函数的有关特性。其中插值法是一种最基本的方法,以下给出最基本的插值问题——三次样条插值的基本提法 -In many problems, usually according to the experiment, observation or experience the function table or discrete points on the relevant information, to analyze th
-
-
0下载:
matlab的三次样条插值函数使用案例,提供了详实的数据处理使用案例。有详细的代码。是之前工作上的一个应用实例。-matlab cubic spline interpolation function use cases, it provides detailed data processing use cases. A detailed code. It is an example application before work.
-
-
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
-