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

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

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the advanced class.

Syntax

c = expint(a)

Description

Computes the exponential integral of the input elements. For all real x>0, expint(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 = expint(A)


Resources


 

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