sinint - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

sinint

  

sine integral

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

sinint(x)

Parameters

x

-

expression

Description

• 

The sine integral is defined for all complex x as follows:

Six=0xsinttⅆt

• 

When x is a container object such an Array or list, the sinint(x) function computes the element-wise sine integral of x.  For example when x is a Matrix the result R is formed as R[i,j] = Si(x[i,j]).

• 

When x is numeric, sinint(x) is equivalent to Si(x).

Examples

withMTM:

MMatrix2,3,fill=3+I:

sinintM

Si3ISi3ISi3ISi3ISi3ISi3I

(1)

See Also

MTM[cosint]

Si