mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-02 02:01:39 -05:00
Fix(curriculum): external RMS link in CIP (#46389)
* removed wiki link * removed wiki text * added abbr tag * Clearer description Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com> * Better RMS description Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> * Nice catch Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
This commit is contained in:
@@ -8,11 +8,9 @@ dashedName: averagesroot-mean-square
|
||||
|
||||
# --description--
|
||||
|
||||
Compute the [Root mean square](<https://en.wikipedia.org/wiki/Root mean square> "wp: Root mean square") of the numbers 1 through 10 inclusive.
|
||||
Compute the Root Mean Square (RMS) of the numbers 1 through 10 inclusive.
|
||||
|
||||
The *root mean square* is also known by its initials RMS (or rms), and as the **quadratic mean**.
|
||||
|
||||
The RMS is calculated as the mean of the squares of the numbers, square-rooted:
|
||||
The <abbr title="Root mean square">RMS</abbr> is calculated by taking the square root of the mean of the squares of the numbers, given by the equation:
|
||||
|
||||
$$x\_{\\mathrm{rms}} = \\sqrt {{{x_1}^2 + {x_2}^2 + \\cdots + {x_n}^2} \\over n}. $$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user