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:
Muhammed Mustafa
2022-06-11 17:19:11 +02:00
committed by GitHub
parent 19e0fe09e4
commit 55f6ed8e54

View File

@@ -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}. $$