Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

USV

Singular Value Decomposition


Description

Singular Value Decomposition

Usage

USV(G)

Arguments

G

Matrix

Details

returns matrices U, S, V according to matlab convention.

Value

list:

U

Matrix

S

Matrix, singular values

V

Matrix

Author(s)

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

See Also

svd

Examples

hilbert <- function(n) { i <- 1:n; 1 / outer(i - 1, i, "+") }
     X <- hilbert(9)[,1:6]
     
h = USV(X)

print( h$U )

PEIP

Geophysical Inverse Theory and Optimization

v2.2-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre]
Initial release
2020-08-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.