-
FDTDMATLAB
1维等离子体FDTD的Matlab的两种方法(One-dimensional FDTD plasma of the two methods of Matlab)
- 2020-09-22 20:57:52下载
- 积分:1
-
opflatestedition
基于内点法的最优潮流计算,跟踪中心轨迹内点法最优潮流程序 实现了有功损耗最小的经济分配。(Optimal power flow calculation based on interior point method, the point-of-flight optimal power flow program in the tracking center trajectory achieves the economic distribution with the least active loss.)
- 2020-12-22 21:59:06下载
- 积分:1
-
GEAR
吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)
- 2021-03-08 11:29:28下载
- 积分:1
-
statecom
说明: STATCOM STATIC COMPENSATOR
- 2019-11-20 18:13:47下载
- 积分:1
-
fing_v15
包括回归分析和概率统计,有借鉴意义哦,基于chebyshev的水声信号分析。( Including regression analysis and probability and statistics, There are reference Oh, Based chebyshev underwater acoustic signal analysis.)
- 2017-04-12 15:58:26下载
- 积分:1
-
test
随机数的产生,枚举嵌套算法求解一元多次方程。按批量处理。(The generation of random Numbers, nested enumeration algorithm monadic equation according to the batch processing for many times)
- 2013-05-18 08:42:15下载
- 积分:1
-
ConQuest_Round-1
book of document including test
- 2016-03-14 23:08:40下载
- 积分:1
-
Adcalc
一个表达式计算库,支持算术,逻辑运算,位运算,支持多层级的if/then/else,功能强大。(Calculation of an expression library, support for arithmetic, logic operations, bit computing, multi-level support if/then/else, powerful.)
- 2007-10-17 17:58:08下载
- 积分:1
-
h1
说明: 关于多智能体系统一致性的程序,解微分方程(Consistency of multi-agent systems program)
- 2013-09-17 09:57:29下载
- 积分: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