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

exp_int (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: advanced

Requires: MathScript RT Module

Syntax

c = exp_int(a)

Legacy Name: expint

Description

Computes the exponential integral of the input elements. For all real x>0, exp_int(x) = integral(exp(-t)/t), t, x, inf).

Examples

Inputs

Name Description
a Specifies a real or complex matrix.

Outputs

Name Description
c Returns the exponential integral of each of the elements in a. c is a real or complex matrix of the same size as a.

Examples

A = [1+i, 1; -1, 2-3i]
C = exp_int(A)


 

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