Square Root

Square root of a variable. It returns the square root of x. If x is a vector, matrix or signal this operation is performed element-wise.

Syntax

sqrt(x)

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

Use the button to complete the operation.

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