MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Two Dimensional Numerical Integration Packages

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4489] Re: Two Dimensional Numerical Integration Packages
  • From: Harald Berndt <haraldb at nature.berkeley.edu>
  • Date: Mon, 29 Jul 1996 02:37:37 -0400
  • Organization: University of California Forest Products Lab
  • Sender: owner-wri-mathgroup at wolfram.com

Matthew Pettis wrote:
> 
> Question:
> 
>         Is there a two dimensional numerical integration
> package somewhere out there?  I could not find one in
> MathSource.  I would appreciate any help.

I don't quite see why you need one. Example:

In[1]:=
f[x_, y_] := Sin[x + Sin[y]]

In[5]:=
NIntegrate[ NIntegrate[ f[x, y], {x, 0, 5} ], {y, 0, 5} ]
Out[5]=
2.07016

-- 
_______________________________________________________________
Harald Berndt                          University of California
Research Specialist                  Forest Products Laboratory
Phone: 510-215-4224                            FAX:510-215-4299
_______________________________________________________________



==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Exporting and Editing MMA Graphics?
  • Next by Date: [Q:] partial differentiation of a surface
  • Previous by thread: Two Dimensional Numerical Integration Packages
  • Next by thread: Re: Solving Inequalities