搜索:QUADL
找到约 2 项符合「QUADL」的查询结果
结果 2
按分类筛选
https://www.eeworm.com/dl/665/195450.html
matlab例程
分别给出利用自适应Simpson积分的数值积分方法(QUAD.m)和自适应Lobatto的数值积分算法(QUADL.m)。
分别给出利用自适应Simpson积分的数值积分方法(QUAD.m)和自适应Lobatto的数值积分算法(QUADL.m)。
https://www.eeworm.com/dl/665/347556.html
matlab例程
迭代自适应Simpson
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, ...