-
SHTOOLS2.8
大地测量学软件,可以计算各种物理量,包括重力梯度等(geodesy software)
- 2013-09-09 08:17:33下载
- 积分:1
-
simplex_step1
单纯形法找初始可行解,上课留的作业,希望对别人有点用吧(Simplex method to find an initial feasible solution , hope it is useful for others.)
- 2014-12-15 15:24:33下载
- 积分:1
-
The-UDF-for-phase-change-of-water
Fluent 中短语模拟水的受热蒸发相变的UDF程序代码(the UDF for phase change of water)
- 2014-01-06 19:38:21下载
- 积分:1
-
NumericalRecipesinF90
说明: fortran 90 numerical recipes
- 2020-07-10 04:46:47下载
- 积分:1
-
EXERCISE_3_2
比较JPLDE405的切比雪夫系数导出的位置与低精度月球坐标分析。(Comparative Analysis of JPL DE405 cut Chebyshev coefficients derived position with low accuracy lunar coordinates.)
- 2020-11-11 13:29:46下载
- 积分:1
-
jaya
jaya algorithm source code
- 2017-03-01 16:24:24下载
- 积分: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
-
求取雅克比矩阵的程序 Jacbio
实现求取雅克比矩阵的程序,对于学习数值分析的同学会很有用(Realize the procedures for Jacques than matrix
)
- 2012-03-04 16:37:40下载
- 积分:1
-
Maple
maple学习资料,以后学习maple就不用担心了(maple learning materials)
- 2013-10-26 12:22:10下载
- 积分:1
-
分形维数MATLAB程序源码
说明: 分维反映了复杂形体占有空间的有效性,它是复杂形体不规则性的量度。它与动力系统的混沌理论交叉结合,相辅相成。它承认世界的局部可能在一定条件下或过程中,在某一方面(形态,结构,信息,功能,时间,能量等)表现出与整体的相似性,它承认空间维数的变化既可以是离散的也可以是连续的,进而拓展了视野。(Fractal dimension reflects the validity of space occupied by complex bodies, which is a measure of irregularity of complex bodies. It combines with chaos theory of dynamic system and complements each other. It recognizes that the part of the world may be similar to the whole in certain conditions or processes (form, structure, information, function, time, energy, etc.). It recognizes that the change of spatial dimension can be discrete or continuous, thus expanding the horizon.)
- 2019-06-07 00:06:00下载
- 积分:1