LQdecompose: LQ Decomposition

Description Usage Arguments Value Examples

Description

Decompose a matrix into a Lower triangular matrix L and an orthogonal matrix Q

Usage

1

Arguments

mat

a matrix of real numbers

Value

list containing L and Q matrices

Examples

1
QRdecompose(rbind(c(2,-2,18),c(2,1,0),c(1,2,0)))

adu3110/Solve-Rational-Matrix-Equation--R-Package documentation built on May 25, 2019, 1:37 p.m.