-
matlab有限元分析与应用
说明: 使用matlab进行 有限元计算,内含多种方式方法,欢迎交流讨论(Finite element calculation using matlab)
- 2020-06-21 03:20:01下载
- 积分:1
-
MESH-FREE-MLS-SHAPE-FUNCTION
无网格法移动最小二乘近似(MLS)型函数计算子程序 (Meshless method moving least square approximation (MLS) type function calculation subroutine)
- 2013-09-27 10:32:13下载
- 积分:1
-
half
计算半方差,如果按克里金法计算插值要求计算半方差,用此程序可实现。(Calculation of semi-variance, if the Kriging interpolation method call for the calculation of semi-variance, using this procedure can be realized.)
- 2008-05-15 13:48:06下载
- 积分:1
-
FFT_16pt
说明: 利用MATLAB实现了16位快速傅立叶变换,并与自包含函数进行了比较。(The 16-bit Fast Fourier Transform is realized by using MATLAB and compared with the self-contained function.)
- 2020-06-18 10:40:02下载
- 积分:1
-
lengpui_V8.7
多元数据分析的主分量分析投影,LZ复杂度反映的是一个时间序列中,用MATLAB编写的遗传算法路径规划。( Principal component analysis of multivariate data analysis projection, LZ complexity is reflected in a time sequence, Genetic algorithms using MATLAB path planning.)
- 2017-02-14 22:23:32下载
- 积分:1
-
counting-the-student-number
统计[0, 100] 之间的学生人数并且求出最值和均值(Statistics [100], the number of students and find the best value and the mean)
- 2012-06-24 21:37:37下载
- 积分:1
-
zoeppritz
这是用于求解精确求解zoeppritz方程的程序,可用于AVO反演,合成地震记录等(This function computes the particle displacement reflection and
transmission coefficients (the relative displacement amplitudes)
for a solid-solid interface, a liquid-solid interface,
a solid-liquid interface, and a liquid-liquid interface.
The medium on each side of a given interface is perfectly elastic.
The output is the value of the reflection or transmission
coefficient, specified by the user at the incidence angle anginc
(see input parameters).
)
- 2012-07-24 11:46:34下载
- 积分: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
-
Allocation-problem
用计算机编程的方法建立试卷的合理分配问题的优化模型(Optimization model to establish the papers a reasonable allocation problem with computer programming methods)
- 2013-03-14 21:05:15下载
- 积分:1