Learn R Programming

PEIP (version 2.2-5)

Mnorm: Matrix Norm

Description

Matrix Norm

Usage

Mnorm(X, k = 2)

Value

Scalar Norm

Arguments

X

matrix

k

norm number

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

returns the largest singular value of the matrix or vector

Examples

Run this code
x = runif(10)

Mnorm(x, k = 2)


Run the code above in your browser using DataLab