Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the root mean square of a function
ResourceFunction["FunctionRootMeanSquare"][expr,{var,a,b}] finds the root mean square of expr in terms of var over the interval from a to b. | |
ResourceFunction["FunctionRootMeanSquare"][f,var] finds the root mean square of a periodic function f in terms of var. |
Compute the root mean square of cos(x) from 0 to 2π:
In[1]:= |
Out[1]= |
Compute the root mean square for sin(x) over the function period:
In[2]:= |
Out[2]= |
Compute the root mean square for 3sin(t)-2cos(2t):
In[3]:= |
Out[3]= |
This work is licensed under a Creative Commons Attribution 4.0 International License