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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the linalgebra class.

Syntax

k = normest(a)

k = normest(a, tol)

[k, ite] = normest(a)

[k, ite] = normest(a, tol)

Description

Returns the Euclidean norm estimation for a matrix.

Examples

Inputs

Name Description
a Specifies a matrix.
tol Specifies the tolerance. tol is a positive real number.

Outputs

Name Description
k Returns the Euclidean norm of a. k is a positive real number.
ite Specifies the number of iterations. ite is a positive integer.

Examples

A = [1, 2, 3; 4, 5, 6; 7, 8, 9]
K1 = norm(A, 2)
K2 = normest(A)

Related Topics

norm


Resources


 

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