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

balance (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the linalgebra class.

Syntax

[t, b] = balance(a)

Description

Balances a matrix to improve the accuracy of eigenvalues and eigenvectors that you compute.

Details

Examples

Inputs

Name Description
a Specifies a matrix.

Outputs

Name Description
t Returns a permutation of the diagonal matrix.
b Returns the balanced matrix a such that the column and row norms are approximately the same.

Details

LabVIEW computes balance(a) using the following equation: b = t\a*t.

Examples

A = [1000, 1000; 0.001, 1]
[T, B] = balance(A)

Related Topics

eig


Resources


 

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