搜索资源列表
泰勒级数展开
- 用来进行泰勒级数展开运算,可以直观的看到图形-used for computing Taylor series expansion, intuitive graphical see
raytracing
- 最优化法射线追踪,拟牛顿法解方程, 泰勒展开,雅克比矩阵近似
matlabGUIexample
- matlabGUI编程实例:常用数学符号运算工具集合,主要功能包括:因式分解,合并同类项、求微分积分,泰勒展开和函数作图等。对学习初步的matlab界面设计有着一定的参考价值
计算圆周率值
- 用泰勒展开的方法计算圆周率的值,matlab程序
正弦余弦值的泰勒展开
- 此工程是利用泰勒展开式求正弦余弦的值,并通过求出来的值与.net框架里包含的Math类库的值进行对比,此外还对功能单元进行了部分测试
泰勒展开对幂指数的实现
- 该程序灵活运用泰勒公式实现了幂函数Exp(),相信读者阅读之后一定会有所启发。
WdFm
- 采用拉格朗日和泰勒展开的方法对SinX进行数值的函数拟合。本代码用VC++ .net进行显示,显示了误差-The use of Lagrange and Taylor expansion method of SiNx numerical fitting function. The code used VC++. Net display shows error
sqrt_q15
- 采用泰勒级数展开法编写的定点化的开方运算,定点化精度为Q15-Taylor series expansion method used to prepare the prescr iption of the fixed-point computation, fixed-point precision for Q15
integral
- 不定积分 输入x1,f(x1),x2,f(x2)...输出F(x1),F(x2)... 用二分法和sinx求π.sinx用泰勒展开逼近。-integral
nurbs_suanfa
- 泰勒展开NURBS曲线插补算法,图文并茂。-nurbs
tailejishu
- 关于泰勒级数基础知识,涉及泰勒展开等,是很不错的知识介绍ppt。-Taylor series about the basics involved in Taylor series, etc.
sin
- 用泰勒展开求sin的值并显示其截断误差的大小-With the Taylor expansion to the value of sin and shows the size of its truncation error
matlab-common-procedures
- matlab常用程序,判断连续,求导,求极限,求切线与法线,泰勒展开-matlab common procedures
Taylor_TDOA
- 此算法为泰勒展开算法,仿真无线定位技术中TDOA定位.-This algorithm for Taylor expansion algorithm, TDOA positioning simulation of wireless location technology.
CV6
- 利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K
Desktop
- 书籍源码,采用泰勒展开近似的误差。用了3D图来画出表示。-Plot a 3D graph of variation in a Taylor series approximation as the degree varies. This program is for log(x) about x=1.
TLS
- WSN定位算法,数学计算方法,基于泰勒展开的定位算法-WSN localization algorithms, mathematical calculations, based on Taylor' s location algorithm
a-MATLAB--program
- 利用电压电流泰勒展开,计算极限潮流分布,也可计算不同负荷情况下的潮流分布,只要改动负荷因数K的大小即可-Taylor voltage and current use to calculate the limit flow distribution, flow distribution can also be calculated under different load conditions, as long as the changes in the size of the load fact
AWE-Algorithm
- AWE电路仿真算法。 awe算法是一种基于泰勒展开的降阶电路仿真算法,本matlab源程序采用三阶逼近。 同spice仿真相比,awe具有运算快,精度基本接近spice的特点。-AWE Algorithm
Tylor expansion
- 实现tylor展开,并运用其泰勒展开进行相应的计算(Realising tylor expansion, and use the expansion to do some calculation)