Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Math software comparison
07-12-2010, 11:48 AM
Post: #7
RE: Math software comparison
Double integrals

Since Mathematica and Maple do not have numerical integration and symbolic integration of double integrals is very limited, I compared Matlab 2009 and Double Integral Calculator Level 2(further DICL2) for double integrals.
Command double(int(int(exp(x^2-y^2),y,1-x,1-x^2),x,0,1)) in Matlab produced warning message and answer 0.1675 . DICL2 gave 0.1674916789706. The speed was comparable. For double(int(int(sin(x)^cos(y),y,-cos(x),cos(x)),x,0,1) Matlab gave 0.7781, DICL2 gave 0.778061206981061 .
I had tried to increase number of digits in Matlab by command digits(15) and repeating double integrals. Time of calculations increased but the result was the same. From that I concluded that Matlab does not allow to increase precision of calculations in double integrals.
Conclusion: Double Integral Calculator Level 2 is the winner.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Math software comparison - admin - 07-10-2010, 05:25 AM
RE: Math software comparison - admin - 07-11-2010, 03:03 AM
RE: Math software comparison - admin - 07-11-2010, 05:12 AM
RE: Math software comparison - admin - 07-11-2010, 05:42 AM
RE: Math software comparison - admin - 07-11-2010, 07:34 AM
RE: Math software comparison - admin - 07-12-2010, 09:35 AM
RE: Math software comparison - admin - 07-12-2010 11:48 AM
RE: Math software comparison - admin - 07-13-2010, 04:55 AM
RE: Math software comparison - admin - 10-15-2012, 06:43 AM
RE: Math software comparison - admin - 10-26-2012, 04:43 AM
RE: Math software comparison - admin - 10-28-2012, 02:10 AM

Forum Jump:


Contact Us | Tvlax home | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication