program_09 PROGRAM_09 - Quadrature rule estimates of Integral x^p y^q over an arbitrary triangle. Define a triangle T: Enter [ T.v1.x, T.v1.y]: [4,0] Enter [ T.v2.x, T.v2.y]: [3,4] Enter [ T.v3.x, T.v3.y]: [0,1] Enter the power P for X^P: 4 Enter the power Q for Y^Q: 1 Rule #1 Estimated integral = 370.523061 Rule #2 Estimated integral = 593.111515 Rule #3 Estimated integral = 601.213992 PROGRAM_09 Normal end of execution.