Reciprocal

Reciprocal of a variable. It returns the reciprocal of x. If x is a signal this operation is performed element-wise. To get the element-wise reciprocal for vectors and matrices use x^-1.

Syntax

1/x

Types
 Variable NameValue TypeVariable Type
Argument:xreal, complexscalar, signal, xy-data
Result: z real, complex scalar, signal, xy-data
Calculator Input

Use the 1/x button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL SIGNAL   signal([0, 0.5, 1],[1, 4, 9])
z Result REAL SIGNAL   1/x