-
牛顿迭代法求解非线性方程组
说明: 牛顿法又称牛顿-拉弗森方法(Newton-Raphson method),是一种在实数域和复数域上近似求解方程的方法。本程序收敛速度快,迭代步数可取大一些(Newton method, also known as Newton-Raphson method, is an approximate method for solving equations in real and complex fields. The program has fast convergence speed so the number of iteration steps can be larger.)
- 2019-05-13 21:08:38下载
- 积分:1
-
混合同余法
说明: 用混合同余法生成两组伪随机数,利用投针试验求圆周率。软件:matlab。(Two groups of pseudo-random numbers are generated by the method of mixed congruence, and the circularity is calculated by the test of inserting needle. Software: MATLAB.)
- 2020-04-06 10:23:11下载
- 积分:1
-
interp1_interp2
C语言实现Matlab中interp1和interp2中的功能。(Interp1 and interp2 in Matlab, C language the function.)
- 2021-03-29 14:39:11下载
- 积分:1
-
code-hxf
浙江大学何晓飞写的数据降维基本算法,对初学者很有帮助(Zhejiang university HeXiaoFei wrote down the wiki data algorithm for beginners helpful
)
- 2012-03-04 18:00:07下载
- 积分:1
-
LU
说明: 用Doolittle式的LU分解来求解线性方程组。(Solve the linear equations using Doolittle LU Decomposition!)
- 2009-04-07 23:38:19下载
- 积分:1
-
PROgrams-of-materials
利用元胞自动机以及蒙特卡洛法模拟晶粒生长、凝固相变的一些源程序,以及对两种方法的一些简单文字介绍(The use of cellular automata and Monte Carlo simulation of grain growth, solidification phase change some of the source code, as well as two methods some simple text description)
- 2021-01-28 16:38:34下载
- 积分:1
-
diag
滤波程序,从同事那里要的,大家一起交流学习(BADNELL & BURGESS D.A.M.T.P. CAMBRIDGE
C
C DIAGONALIZATION OF REAL SYMMETRIC N-BY-N MATRIX Z.
C
C METHOD: HOUSEHOLDER REDUCTION TO TRI-DIAGONAL FORM AND SHIFTED
C QL ALGORITHM TO DETERMINE THE E-VALUES AND E-VECTORS.
C
C BASED ON MARTIN, REINSCH & WILKINSON: NUM. MATH. 11, 181-95 (1968).
C
C INPUT REQUIRED. N, IUP AND Z. ONLY LOWER TRIANGLE OF Z NEED BE SUPPLIED.
C MATRIX Z OVERWRITTEN BY EIGENVECTORS OF Z.
C IUP=1/-1 ASC/DESCENDING SORT, 0 NO SORT.
C MXMAT, IS THE ROW DIMENSION OF Z IN THE CALLING ROUTINE.
C
C OUTPUT. Z AND D, WHERE Z CONSISTS OF COLUMN EIGENVECTORS
C AND D CONSISTS OF CORRESPONDING EIGENVALUES.
C
C NOTE: E IS A WORKING ARRAY.
C)
- 2012-07-29 20:36:54下载
- 积分:1
-
Monte-Carlo
详细全面的蒙特卡洛PPT讲解以及MATLAB算例,帮助大家0基础快速掌握MC的精华所在。(Detailed and comprehensive Monte Carlo PPT to explain and MATLAB example, to help you basically grasp the essence of MC.)
- 2021-03-09 15:09:27下载
- 积分:1
-
acoustic
交错网格声波方程交错网格有限差分地震波场计算波场正演模拟。
(The CalCulation of the SeismiC Wave一 fieldwith
Staggered-grid Finite difference Sheme
)
- 2010-09-19 15:53:45下载
- 积分:1
-
nonlinear-optium
本程序实现了一个简单的非线性约束最优化问题,仅供参考(This program implements a simple nonlinear constrained optimization problems, for reference only)
- 2013-05-28 16:59:16下载
- 积分:1