class="resources"
Computes the square root of Input Matrix. You can use this polymorphic VI to compute the square root of a real matrix or a complex matrix. The data type you wire to the Input Matrix input determines the polymorphic instance to use.

![]() |
Input Matrix is the real matrix for which you want to compute the square root. |
![]() |
Matrix Square Root returns the square root of Input Matrix. |
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |

![]() |
Input Matrix is the complex matrix for which you want to compute the square root. |
![]() |
Matrix Square Root returns the square root of Input Matrix. |
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |