Averages/Root mean square: Difference between revisions

m
(→‎{{header|BASIC}}: added qbasic)
Line 561:
=={{header|Mathematica}}==
<lang Mathematica>RootMeanSquare@Range[10]</lang>
The above will give the precise solution <math>\sqrt{\frac{77}{2}}</math>, to downgrade to 6.20484, append '<code>//N</code>' after.
 
=={{header|MATLAB}}==
Anonymous user