-
RevisedSimplex
这是求解线性规划问题的revised simplex method的算法,需要得知原始的基和基本解(This is the revised simplex method for linear programming problem. It needs the initial basis and basic solution for input.)
- 2020-10-25 11:10:00下载
- 积分:1
-
arcLength
有限元计算控制加载中弧长法(arc-length)的matlab源程序(Loading FEM arc length control method (arc-length) matlab source)
- 2020-12-14 22:49:16下载
- 积分:1
-
FFTyunyong
FFT,快速傅立叶变换,求一个信号的幅值和相角,频谱特性(FFT, fast Fourier transform, seeking a signal amplitude and phase angle, spectral characteristics)
- 2015-03-23 21:28:54下载
- 积分:1
-
Finite_element_tri
有限元法求解泊松方程,用matlab编写的计算程序(Finite element method for solving Poisson)
- 2008-05-22 15:52:07下载
- 积分: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
-
jisuanqi
可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。(Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (), etc. can also figure to take over and prescribing arithmetic. But only under the metric system can also be used for a number of positive and negative between the conversion, exit, said exit, clear that the initialization, there is a TextField to display the results from the calculation Server client connection requests for eavesdropping, calculated sent the two and the number of returned data.)
- 2009-03-06 20:45:25下载
- 积分:1
-
Chapter02.Interpolation
清华大学《数值分析A》-第02章.插值
Lagrange
Newton
Hermite
三次样条(Tsinghua University, )
- 2008-07-16 11:22:14下载
- 积分:1
-
最小二乘法拟合程序
最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)
- 2018-04-10 16:52:13下载
- 积分:1
-
764
多物理场耦合软件采用有限元方法模拟表面等离子体激元,适合入门学习者(Multi-physics coupling software using the finite element method to simulate the surface plasmon, suitable for entry-learners)
- 2012-09-14 00:14:22下载
- 积分:1
-
diagnosis
计算几个复杂的天气诊断指数,最大对流稳定度指数,下沉对流有效位能,风暴强度指数等(The complexity of calculating the number of diagnosis index of the weather, the largest index of convective stability, subsidence CAPE, storm intensity index)
- 2009-04-28 18:45:00下载
- 积分:1