-
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
-
juzhenyushuzhifenxiMatlabjiefa
矩阵与数值分析的所有算法的Matlab实现(All matrix and numerical analysis algorithm Matlab)
- 2013-05-29 14:32:29下载
- 积分:1
-
udf
计算fluent相变的udf模型,包括气相到液相,液相到气相的双向传递。(Calculate the udf model of fluent phase transition)
- 2020-11-21 15:09:35下载
- 积分:1
-
tanxingbojiaocuowangge
本程序可以实现在交错网格条件下的三维有限差分正演模拟(This procedure can be achieved under the conditions of the staggered grid finite difference forward modeling)
- 2015-10-10 14:57:16下载
- 积分:1
-
basic PSO for function
应用基本粒子群算法求解复杂连续函数优化问题(Application of Basic Particle Swarm Optimization to Complex Continuous Function Optimization)
- 2019-06-01 11:15:13下载
- 积分:1
-
matlabtoolbox
matlab的时频分析工具箱,含全部工具箱程序(Matlab time-frequency analysis toolbox, including all toolbox programs)
- 2019-02-21 09:32:46下载
- 积分:1
-
sph
溃坝模型,采用无网格法模拟溃坝情况,简单快捷(Break model, the use of non-grid method to simulate dam case, simple and quick)
- 2020-09-26 17:37:46下载
- 积分:1
-
chswordV1
NewtonIterative法计算方程的解(NewtonIterative calculated the solution of the equation)
- 2007-05-10 08:23:16下载
- 积分:1
-
temperature_control
利用Abaqus子程序UAMP实现PID控制。(PID control is implemented using the Abaqus subroutine UAMP.)
- 2020-12-19 14:39:11下载
- 积分:1
-
python convex optimization
采用凸优化的理论解决优化问题,使用python语言,采用pip安装即可(The convex optimization theory is used to solve the optimization problem. Python language is used and pip is installed)
- 2018-08-01 19:46:37下载
- 积分:1