-
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
-
imrpa
滤波求和方式实现宽带波束形成,从先验概率中采样,计算权重,最小均方误差(MMSE)的算法。( Filtering summation way broadband beamforming, Sampling a priori probability, calculate the weight, Minimum mean square error (MMSE) algorithm.)
- 2017-05-07 20:26:01下载
- 积分:1
-
用传输矩阵法计算光子晶体的能带结构的程序 the band structure of_photonic crystals
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序(prepared by using Matlab using the transfer matrix method photonic crystals with the structure of procedures)
- 2006-11-15 21:49:59下载
- 积分:1
-
u1_zhiluzhuijiaqiuzukongjuzhen
利用支路追加法求阻抗矩阵,解:输入数据如下:
请输入节点数:n=a
请输入支路数:nl=b
请输入由支路参数形成的矩阵:
B=[i j z bc t it ......]其中ij为支路端点,z为支路阻抗,bc为对地电容,t为变压器变比,it表示i端点是否与变压器直接相连。
(Seek additional method using branch impedance matrix)
- 2020-07-29 20:18:38下载
- 积分:1
-
vlmd
计算低速气动力的涡格法程序,来自NASA,可信度高(This is a vortex lattice aerodynamic program from the low speed aerodynamics group at NASA Langley)
- 2021-03-17 18:19:21下载
- 积分:1
-
Bayesian-Methods-for-Hackers
说明: 贝叶斯统计推断相关资料和贝叶斯方法,学习贝叶斯不错的资料(Bayesian statistical inference related data and bayesian methods, learning bayesian good data)
- 2020-06-24 01:20:02下载
- 积分:1
-
abaqus
清华大学研究生精品课程《钢筋混凝土有限元》教学程序
随动双线性硬化本构模型
(Tsinghua University Graduate Courses " reinforced concrete finite element" teaching program follower bilinear hardening constitutive model)
- 2016-10-21 16:26:16下载
- 积分:1
-
Boltzmann
使用格子boltzmann方法模拟气液两相流运动(Lattice Boltzmann method(LBT) to simulate two phase flow)
- 2021-01-22 16:28:39下载
- 积分:1
-
线性代数同济第六版
说明: 线性代数同济第六版,最适用的一版,有书签(Linear algebra tongji sixth edition)
- 2021-01-20 09:08:48下载
- 积分:1
-
cubic_spline
说明: 三次样条插值的MATLAB程序(三弯矩方程)(Cubic Spline Interpolation MATLAB (3 Moment equation))
- 2020-10-04 17:07:39下载
- 积分:1