Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 16:07:22 norm_rms_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 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. 13-May-2025 16:07:22