Recent content by ooga59
-
O
Graduate How Does Using Dirac in a Double Integral Simplify the Integration Process?
The limits would be from -inf to inf. Thanks. -
O
Graduate How Does Using Dirac in a Double Integral Simplify the Integration Process?
Hi, I have a question about using the dirac function in a double integral. Lets say you have the double integral over the two values x1 and x2: int( int( sin(x1) * dirac(x1-x2) * sin(x2) )) Does this just simplify to a single integral: int( (sin(x1))^2 ) thanks!