Main Content
norm
Norm of symbolic vector or matrix
Description
returns the
n
= norm(v
)2
-norm or the magnitude of symbolic vector
v
.
returns the
n
= norm(A
)2
-norm of symbolic matrix A
.
Because symbolic variables are assumed to be complex by default, the norm
can contain unresolved calls to conj
and
abs
.
returns the Frobenius norm of symbolic multidimensional array
n
= norm(X
,"fro")X
.
Examples
Input Arguments
More About
Tips
Calling
norm
for a numeric matrix that is not a symbolic object invokes the MATLAB®norm
function.
Version History
Introduced in R2012bSee Also
cond
| equationsToMatrix
| inv
| linsolve
| rank