norm on a vector space of matrices
In the field of mathematics, norms are defined for elements within a vector space. Specifically, when the vector space comprises matrices, such norms are referred to as matrix norms. Matrix norms differ … Wikipedia
🌐
Wikipedia
en.wikipedia.org › wiki › Matrix_norm
Matrix norm - Wikipedia
March 10, 2026 - for all positive integers r, where ρ(A) is the spectral radius of A. For symmetric or hermitian A, we have equality in (1) for the 2-norm, since in this case the 2-norm is precisely the spectral radius of A. For an arbitrary matrix, we may not have equality for any norm; a counterexample would be
🌐
University of Texas
cs.utexas.edu › ~flame › laff › alaff › chapter01-matrix-norms-2-norm.html
ALAFF The matrix 2-norm
The problem with the matrix 2-norm is that it is hard to compute. At some point later in this course, you will find out that if \(A \) is a Hermitian matrix (\(A = A^H \)), then \(\| A \|_2 = \vert \lambda_0 \vert \text{,}\) where \(\lambda_0 \) equals the eigenvalue of \(A \) that is largest in magnitude.
🌐
MathWorks
mathworks.com › matlab › mathematics › linear algebra
norm - Vector and matrix norms - MATLAB
If p = 2, then the resulting 2-norm gives the vector magnitude or Euclidean length of the vector. ... This definition also extends naturally to arrays with more than two dimensions. For example, if X is an N-D array of size m-by-n-by-p-by-...-by-q, then the Frobenius norm is ...
🌐
MIT OpenCourseWare
ocw.mit.edu › courses › 6-241j-dynamic-systems-and-control-spring-2011 › 04fddfbcb1eb933ecca85dab8bfbb171_MIT6_241JS11_chap04.pdf pdf
Lectures on Dynamic Systems and Con trol Mohammed Dahleh Mun ther A. Dahleh
Matrix · Norms · The · singular · v · alue · decomp · osition · can · b · e · used · to · compute · the · induced · 2-norm · of · a · matrix · A. Theorem · 4.2 · 4 · kAxk · 2 · kAk · 2 · = sup · x6 · kxk · 2 · =0 · =  · 1 · (4.21) =  ·
🌐
Wolfram MathWorld
mathworld.wolfram.com › L2-Norm.html
L^2-Norm -- from Wolfram MathWorld
July 26, 2003 - For real vectors, the absolute ... (2) may be dropped. So, for example, the -norm of the vector is given by · The -norm is also known as the Euclidean norm. However, this terminology is not recommended since it may cause confusion with the Frobenius norm (a matrix norm) is also ...
Top answer
1 of 2
1

The first point is proven as follows.

From the SVD of we can see that eigenvalues of are just squared ones from . At the same time the columns of are the eigenvectors of . So, exploiting orthogonality of eigenvectors

The proof is based on the property of the second matrix norm

.

The same reasoning from the first point says that the eigenvalues of are just the ones of being squared. So

Edit

The inequality becomes after the notion that , because eigenvalues of could be negative.

2 of 2
1

For the problem , we have the following:

By definition of 2-norm of a matrix, , where , is a matrix and .

Also, by SVD, , where are and unitary (orthonormal) matrices, respectively, and , a diagonal matrix with , with being the singular values of the matrix .

Now, , where are unitary with .

Also, unitary matrices preserves norms, i.e., for a unitary matrix .

Hence, By definition of 2-norm,

$\begin{array} \\ \|A^TA\|_2&=&\underset{\|x\|_2=1} {max}\|A^TAx\|_2 \\ &=&\underset{\|x\|_2=1} {max}\|V\Sigma^2U^Tx\|_2 \\ &=&\underset{\|x\|_2=1} {max}\|\Sigma^2U^Tx\|_2 \text{ (since V is unitary, hence norm-preserving)} \\ &=&\underset{\|x\|_2=1} {max}\|\Sigma^2x\|_2 \text{ (since U is unitary)} \\ &=& \sum_{i=0}^{n-1}\sigma_i^2x_i^2 \\ &\leq& \sum_{i=0}^{n-1}\sigma_0^2x_i^2 \text{ (since , )}\\ &=& \sigma_0^2\sum_{i=0}^{n-1}x_i^2 \\ &=& \sigma_0^2 \text{ (since )} \end{array}$

Also, for a specific $x=e_0=\begin{bmatrix}1\\0\\.\\.\\.\\0\\0\end{bmatrix} \in \mathbb{R}^n$,

Hence, combining the above two,

Also, from here, we have, , the largest singular value.

Find elsewhere
🌐
San José State University
sjsu.edu › faculty › guangliang.chen › Math253S20 › lec7matrixnorm.pdf pdf
San José State University Math 253: Mathematical Methods for Data Visualization
When unspecified, it is understood as the Euclidean 2-norm. Dr. Guangliang Chen | Mathematics & Statistics, San José State University ... Remark. More generally, for any fixed p > 0, the ℓp norm on Rd is defined as ... Remark. Any norm on Rd can be used as a metric to measure the distance ... Dr. Guangliang Chen | Mathematics & Statistics, San José State University ... Dr. Guangliang Chen | Mathematics & Statistics, San José State University ... Def 0.1. The Frobenius norm of a matrix A ∈Rn×d is defined as
🌐
Omni Calculator
omnicalculator.com › math › matrix-norm
Matrix Norm Calculator
June 25, 2025 - ‖A‖ is the notation for a matrix norm. The exact norm is usually specified as a subscript to the norm, such as ‖A‖2. This means that we used the vector 2-norm to find the maximum amount of stretching in.
🌐
ScienceDirect
sciencedirect.com › topics › mathematics › matrix-norm
Matrix Norm - an overview | ScienceDirect Topics
All vectors can be converted to vectors of length 1 by multiplying them by the reciprocals of their norms. The results are called normal vectors. ... Norm[normalv] /. {a → − 3, b → 2, c → 1} ... A matrix norm is a measure of the size of the matrix.
🌐
MIT Mathematics
math.mit.edu › ~gs › linearalgebra › ila6 › ila5conditionnumbers.pdf pdf
11.2. Norms and Condition Numbers 517 11.2 Norms and Condition Numbers
I prefer to start with a vector norm. The triangle inequality says that ∥x + y∥is not · greater than ∥x∥+ ∥y∥. The length of 2x or −2x is doubled to 2∥x∥. The same rules ... The second requirements for a matrix norm are new, because matrices multiply.
🌐
Tobydriscoll
tobydriscoll.net › fnc-julia › linsys › norms.html
2.7. Vector and matrix norms — Fundamentals of Numerical Computation
Most of the time we want to use opnorm, which is an induced matrix norm. The default is the 2-norm.
🌐
University of Pennsylvania
cis.upenn.edu › ~cis5150 › cis515-11-sl4.pdf pdf
Chapter 4 Vector Norms and Matrix Norms 4.1 Normed Vector Spaces
Definition 4.2. Given any (real or complex) vector space · E, two norms ￿￿a and ￿￿b are equivalent iffthere exists ... Theorem 4.3. If E is any real or complex vector · space of finite dimension, then any two norms on E ... Next, we will consider norms on matrices. ... CHAPTER 4. VECTOR NORMS AND MATRIX NORMS
🌐
Fncbook
fncbook.github.io › v1.0 › linsys › demos › norms-matrix.html
Matrix norms — Fundamentals of Numerical Computation
Here we illustrate the geometric interpretation of the 2-norm. First, we will sample a lot of vectors on the unit circle in \(\mathbb{R}^2\). theta = 2pi*(0:1/600:1) x = [ fun(t) for fun in [cos,sin], t in theta ] # 601 unit columns plot(aspect_ratio=1, layout=(1,2), leg=:none, xlabel="\$x_1\$", ylabel="\$x_2\$") plot!(x[1,:],x[2,:],subplot=1,title="Unit circle") We can apply A to every column of x simply by using a matrix multiplication.
🌐
Uark
arnold.hosted.uark.edu › NLA › Pages › MNorms.pdf pdf
Norms of Matrices
Transformations from one inner-product space to another have a natural norm, being the norm induced by the vector norms induced by the respective inner · products. The matrix 2-norm is of this flavor, and it has many nice properties, but
Top answer
1 of 4
72

There are three important types of matrix norms. For some matrix $A$

  • Induced norm, which measures what is the maximum of $\frac{\|Ax\|}{\|x\|}$ for any $x \neq 0$ (or, equivalently, the maximum of $\|Ax\|$ for $\|x\|=1$).

  • Element-wise norm, which is like unwrapping $A$ into a long vector, then calculating its vector norm.

  • Schatten norm, which measures the vector norm of the singular values of $A$.

So, to answer your question:

  • Frobenius norm = Element-wise 2-norm = Schatten 2-norm

  • Induced 2-norm = Schatten $\infty$-norm. This is also called Spectral norm.

So if by "2-norm" you mean element-wise or Schatten norm, then they are identical to Frobenius norm. If you mean induced 2-norm, you get spectral 2-norm, which is $\le$ Frobenius norm. (It should be less than or equal to)

As far as I can tell, if you don't clarify which type you're talking about, induced norm is usually implied. For example, in matlab, norm(A,2) gives you induced 2-norm, which they simply call the 2-norm. So in that sense, the answer to your question is that the (induced) matrix 2-norm is $\le$ than Frobenius norm, and the two are only equal when all of the matrix's eigenvalues have equal magnitude.

2 of 4
53

The 2-norm (spectral norm) of a matrix is the greatest distortion of the unit circle/sphere/hyper-sphere. It corresponds to the largest singular value (or |eigenvalue| if the matrix is symmetric/hermitian).

The Forbenius norm is the "diagonal" between all the singular values.

i.e. $$||A||_2 = s_1 \;\;,\;\;||A||_F = \sqrt{s_1^2 +s_2^2 + ... + s_r^2}$$

(r being the rank of A).

Here's a 2D version of it: $x$ is any vector on the unit circle. $Ax$ is the deformation of all those vectors. The length of the red line is the 2-norm (biggest singular value). And the length of the green line is the Forbenius norm (diagonal).

🌐
MathWorks
mathworks.com › symbolic math toolbox › mathematics › linear algebra
norm - Norm of symbolic vector or matrix - MATLAB
The infinity norm of an m-by-n matrix A is defined as follows: ... Here n must be an integer greater than 1. The Frobenius norm of a 1-by-n or n-by-1 vector V is defined as follows: ... The Frobenius norm of a vector coincides with its 2-norm.