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

![]() |
Input Matrix can be a square or rectangular, real matrix. | ||||||||
![]() |
norm type indicates what type of norm is used to compute the norm.
|
||||||||
![]() |
norm is a scalar that gives some measure of the magnitude of the elements in the matrix. Let A represent the Input Matrix, the norm of A is represented by ||A||p, where p can be 1, 2, F, or infinity, indicating different types of norms that are computed. | ||||||||
![]() |
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 can be a square or rectangular, complex matrix. | ||||||||
![]() |
norm type indicates what type of norm is used to compute the norm.
|
||||||||
![]() |
norm is a scalar that gives some measure of the magnitude of the elements in the matrix. Let A represent the Input Matrix, the norm of A is represented by ||A||p, where p can be 1, 2, F, or infinity, indicating different types of norms that are computed. | ||||||||
![]() |
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. |
Refer to the Linear Algebra Calculator VI in the labview\examples\analysis\linaxmpl.llb directory for an example of using the Matrix Norm VI.