Thu May 18 20:59:11 2023 chebyshev2_rule_test(): Python version: 3.8.10 Test chebyshev2_rule(). chebyshev2_rule(): Compute a Gauss-Chebyshev type 2 rule for approximating Integral ( A <= x <= B ) f(x) * sqrt ( ( x - A ) * ( B - x ) ) dx of order ORDER. The user specifies ORDER, A, B, and FILENAME. ORDER is the number of points A is the left endpoint B is the right endpoint FILENAME is used to generate 3 files: filename_w.txt - the weight file filename_x.txt - the abscissa file. filename_r.txt - the region file. ORDER = 5 A = -1.0 B = 1.0 FILENAME = "cheby2_o5". chebyshev2_rule_test(): Normal end of execution. Thu May 18 20:59:11 2023