2D Milne's rule composite integration

Click For Summary
SUMMARY

The discussion focuses on the application of Milne's rule for composite integration in two dimensions, specifically how to structure the composite version of the rule. The proposed composite format is 2 -1 4 -1 4 -1 ... -1 2, which leads to a matrix representation for double integrals. The conversation also touches on the implementation of Simpson's rule in a similar context, emphasizing the need for clarity in applying these numerical methods. The thread concludes with the acknowledgment that the original poster has been banned, resulting in the closure of the discussion.

PREREQUISITES
  • Understanding of composite integration techniques
  • Familiarity with Simpson's rule and its application in numerical methods
  • Knowledge of Milne's rule for numerical integration
  • Basic matrix operations and their relevance in double integrals
NEXT STEPS
  • Research the implementation of composite Simpson's rule in two dimensions
  • Study the derivation and application of Milne's rule in numerical analysis
  • Explore matrix representation of numerical integration techniques
  • Learn about error analysis in composite integration methods
USEFUL FOR

Mathematicians, numerical analysts, and students studying numerical integration methods, particularly those interested in advanced techniques for double integrals.

presto
Messages
23
Reaction score
0
http://en.wikipedia.org/wiki/Newton–Cotes_formulas

Simpson rule: 1 4 1, and the composite version: 1 4 2 4 2 4 2 4 ...4 1
in a double integral we just compute rows, and next columns, a this gives a matrix:
http://mathfaculty.fullerton.edu/mathews/n2003/SimpsonsRule2DMod.html

Milne's rule is: 2 -1 2, thus a composite version should be probably:
2 -1 4 -1 4 -1 ... -1 2for 2D we have 2n+1 such rows, then I must apply the same rule to the rows,
but I don't konow how do that...

in a first column there are 2 only, in a second -1, ext.

then I apply the 2 -1 2 scheme to these 2s, but how: adding or multipling by these numbers: 2 -1 2 ?
 
Physics news on Phys.org
4 -2 8 -2 8 -2 8 -2 4
-2 1 -4 1 -4 1 ...
8 -4 16 -4 16 -4
-2 1 -4 1 -4 1
8 -4 16 -4 16 -4
-2 1 -4 1 -4 1
4 -2 8 -2 8 -2

probably something like this... and a single rule in 2D:

4 -2 4
-2 1 -2
4 -2 4

4*4 - 4*2 + 1 = 9
 
Last edited:
The OP has been banned, so closing this thread.
 

Similar threads

Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K