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

sqrt (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: basic

Requires: MathScript RT Module

Syntax

c = sqrt(a)

Description

Computes the square root of the input elements.

Examples

Inputs

Name Description
a Specifies a scalar, vector, or matrix of complex double-precision, floating-point numbers.

Outputs

Name Description
c Returns the square root of each element in a. c is a scalar, vector, or matrix of the same size as a.

Examples

A = [1, 4; 0, -81];
C = sqrt(A)

Related Topics

sqrtmx


 

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