This component computes the principle square root of the input.
Every positive number has two square roots, one positive and one negative. The principle square root is defined as the positive value.
Square roots are not defined for negative numbers within the domain of real numbers. Care must be taken to ensure the input will always be positive. This component gives zero as the output for a negative input.
Name for Identification |
Text |
Optional text parameter for identification of the component. |
||
Dimension |
|
INTEGER |
Literal |
Enter the dimension of the input signal. The default dimension is 1 (i.e. a scalar).
The output signal will automatically be given the same dimension as the input, where each output array element is a function of the corresponding input array element. |