Owning Class: advanced
Requires: MathScript RT Module
c = exp_int(a)
Legacy Name: expint
Computes the exponential integral of the input elements. For all real x>0, exp_int(x) = integral(exp(-t)/t), t, x, inf).
| Name | Description |
|---|---|
| a | Specifies a real or complex matrix. |
| 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. |
A = [1+i, 1; -1, 2-3i]
C = exp_int(A)