rms

Root mean square of a vector.

Syntax

rms(expr)

Argument

expr
A vector expression.

Example

Templex Expression Results
{rms({5, 7, 9})} 7.18795
{rms({110, 44, -8, -29})} 61.1167

Comments

rms calculates the square root of the mean of the sum of the squares of a vector using the following equation:(1)