09-Aug-2024 10:34:53 norm_rms_test(): MATLAB/Octave version 6.4.0 norm_rms() estimates the root mean square (RMS) norm of a function f(x) over the interval [a,b]. f(x) = "humps_fun(x)" 0 <= x <= 2 norm_rms = 27.7202 f(x) = "p3(x)" -1 <= x <= 1 norm_rms = 0.377964 f(x) = "sin(x)" -1 <= x <= 1 norm_rms = 0.522184 f(x) = "sin(x)-x+x.^3/6" -1 <= x <= 1 norm_rms = 0.00246259 f(x) = "sin(x)-x+x.^3/6-x.^5/120" -1 <= x <= 1 norm_rms = 5.06073e-05 norm_rms_test(): Normal end of execution. 09-Aug-2024 10:34:53