01-Jan-2023 12:48:16 legendre_fast_rule_test(): MATLAB/Octave version 4.2.2 Test legendre_fast_rule(). 01-Jan-2023 12:48:16 legendre_fast_rule(): MATLAB/Octave version 4.2.2 Compute a Gauss-Legendre rule for approximating Integral ( a <= x <= b ) f(x) dx of order N. The computed rule is written to 3 files: * leg_oN_w.txt - the weight file * leg_oN_x.txt - the abscissa file. * leg_oN_r.txt - the region file. The requested order N = 15 The left endpoint A = 0.000000 The right endpoint B = 2.000000 Computation required 0.005309 seconds. Weight file will be "leg_o15_w.txt". Abscissa file will be "leg_o15_x.txt". Region file will be "leg_o15_r.txt". legendre_fast_rule(): Normal end of execution. 01-Jan-2023 12:48:16 legendre_fast_rule_test(): Normal end of execution. 01-Jan-2023 12:48:16