-
最佳平方逼近
最佳平方逼近数值分析算法程序,matalab编程运算(numerical analysis of best square approximation)
- 2021-03-17 22:19:21下载
- 积分:1
-
三点求圆心
说明: 通过三个点坐标,求出圆心坐标。C#代码,主要是算法。(Through the coordinates of three points, the coordinates of the center of the circle are obtained.)
- 2020-07-24 07:07:27下载
- 积分:1
-
新编Marc有限元实例教程
编程教程,帮助入门学者学习建模,从初级开始,逐步深化,非常有帮助(Programming tutorials, help beginners learn modeling, from the beginning, gradually deepen, very helpful)
- 2019-01-14 19:19:06下载
- 积分:1
-
Finite element mesh generation
全面介绍有限元网格生成算法的英文教材,可以作为网格生成算法的编程资料(finite element mesh generation has not been taken as a formal subject of teaching in universities,as it encompasses several disciplines including classical geometry, computational geometry and topology, finite element method, data structures and algorithms, computer programming and, to a certain extent, even computer graphics.)
- 2018-01-29 10:55:18下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
Sphere
三维数据点拟合空间球体的算法,利用最小二乘法实现空间球的拟合。(3D data points fitting the space sphere algorithm using the method of least squares fitting space ball.)
- 2013-01-09 10:30:52下载
- 积分:1
-
bearing-fault-frequency-calculation
故障频率计算程序,计算轴承各部件的故障频率(Failure rate calculation program to calculate the bearing parts of the fault frequency)
- 2020-12-20 15:49:09下载
- 积分:1
-
Rongekutta
四阶龙格库塔法函数更新四元数程序代码,采用VC编写(Fourth-order Runge-Kutta method function is updated quaternion code)
- 2010-03-03 21:53:15下载
- 积分:1
-
MATLAB
平面波与涡旋光束干涉的干涉图样,可以用来制作全息图,从而产生涡旋光束(Interference pattern of plane wave and vortex beam interference, can be used to produce hologram, resulting in vortex beam)
- 2013-12-27 09:19:34下载
- 积分:1
-
MLS_3D
移动最小二乘三维插值,很好的东西哦,希望对大家有帮助(Moving Least Squares 3D interpolation, good stuff, oh)
- 2012-10-09 22:50:19下载
- 积分:1