Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

chol (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: linalgebra

Requires: MathScript RT Module

Syntax

c = chol(a)

Description

Computes the triangular Cholesky factor of a positive definite Hermitian matrix.

Examples

Inputs

Name Description
a Specifies a square, positive definite, Hermitian matrix.

Outputs

Name Description
c Returns the triangular Cholesky factor of a. c satisfies the equation c'*c = a. c is a square matrix of the same size as a.

Examples

A = [23, -22, -14; -22, 144, -14; -14, -14, 35]
C = chol(A)
D = C'*C


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit