Description Usage Arguments Details Value Author(s) Examples
Calculates the Frobenius norm of an array.
1 | fnorm(X)
|
X |
An array, a matrix, or a vector. |
The Frobenius norm of an array is the square root of the sum of its squared elements. This function works for vector and matrix arguments as well.
The square root of the sum of the squared elements of
X
.
David Gerard.
1 2 3 4 5 6 |
[1] 14.28286
[1] 14.28286
[1] 14.28286
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.