IDL中的微分和积分程序

来自Shiyin's note
Shen讨论 | 贡献2016年9月21日 (三) 05:37的版本 (创建页面,内容为“==积分== ===内置程序=== *qromb :using Romberg integration. *qromo :using a modified Romberg's method (section 4.4 of Numerical Recipes in C) *qsimb :using Simp...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

积分

内置程序

  • qromb
using Romberg integration.
  • qromo
using a modified Romberg's method (section 4.4 of Numerical Recipes in C)
  • qsimb
using Simpson's rule
  • INT_2D,INT_3D,INT_TABULATED