Command Reference
:
Function Reference
:
Function Reference: E
@einv
Matrix Element Functions
Element by element inverses (reciprocals) of a numeric data object.
Syntax:
@einv
(
m
)
m
: numeric data object
Return: numeric data object
Returns the element by element inverse of a data object.
Each element of the returned object is equal to 1 divided by the corresponding element of the input object.
Examples
Let C1 be a matrix of IID Cauchy variates with scale
. Then
= @einv(c1)
returns a matrix of IID Cauchy variates with scale
.
Cross-references
See also
@ediv
,
@emult
, and
@epow
.