cond: Condition number

View source: R/functions.linalg.R

condR Documentation

Condition number

Description

Computes the condition number of the given matrix.

Usage

cond(A)

Arguments

A

A non-singular matrix. No default value.

Examples

A = diag(c(1,2,3))
k = cond(A)

abylayzhumekenov/lanczos documentation built on April 27, 2022, 9:54 a.m.