搜索结果
找到约 2 项符合
QUADL 的查询结果
matlab例程 分别给出利用自适应Simpson积分的数值积分方法(QUAD.m)和自适应Lobatto的数值积分算法(QUADL.m)。
分别给出利用自适应Simpson积分的数值积分方法(QUAD.m)和自适应Lobatto的数值积分算法(QUADL.m)。
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, recursive quadrature ...