Learn R Programming

SolveRationalMatrixEquation (version 0.1.0)

LQdecompose: LQ Decomposition

Description

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

Usage

LQdecompose(mat)

Arguments

mat

a matrix of real numbers

Value

list containing L and Q matrices

Examples

Run this code
# NOT RUN {
LQdecompose(rbind(c(2,-2,18),c(2,1,0),c(1,2,0)))
# }

Run the code above in your browser using DataLab