MTM
lambertw
Lambert W function
Calling Sequence
Parameters
Description
Examples
lambertw(M)
lambertw(k, M)
M
-
array
k
integer
The lambertw function satisfies
lambertw⁡x⁢ⅇlambertw⁡x=x
The lambertw(k, M) function computes the element-wise Lambert W function of M. The result, R, is formed as R[i,j] = lambertw(k, M[i,j]).
with⁡MTM:
M≔Matrix⁡2,3,fill=3.5:
lambertw⁡M
1.1302893271.1302893271.1302893271.1302893271.1302893271.130289327
lambertw⁡3,M
−1.595634197+17.18618097⁢I−1.595634197+17.18618097⁢I−1.595634197+17.18618097⁢I−1.595634197+17.18618097⁢I−1.595634197+17.18618097⁢I−1.595634197+17.18618097⁢I
See Also
LambertW
Download Help Document