mathematic 积分

2025-04-03 06:25:55

1、N[Integrate[expr,{x,xmin,xmax}]觥终柯计] 先求积分精确解没有精确解在转化到数值积分。xmin和xmax代表积分的上限和下限。

mathematic 积分

2、实例:N[Integrate[Exp[-x],{x,0,1}]]

mathematic 积分

3、NIntegrate[expr,{x,xmin,xmax}] 计算的是数值积分的积分值。

mathematic 积分

4、实例:NIntegrate[Exp[-x^2], {x, -Infinity, Infinity}]

mathematic 积分

5、NIntegrate[expr,{x,xmin,xmax},{鲻戟缒男y,ymin,ymax},…] 表示的多重积分的积分值。

mathematic 积分

6、实例:NIntegrate[Exp[-x^2*y^2],{x,0,1},{y,0,1}]

mathematic 积分
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢