Matrix Norm Calculator

Matrix Norm Calculator

Calculate different matrix norms and compare how each norm measures matrix size.

Last updated: June 2026 | By Patchworkr Team

Matrix Norm Solver
Norm Result
0
Frobenius of a 3x3 matrix

What Is a Matrix Norm?

A matrix norm assigns a non-negative size to a matrix. Different norms emphasize different properties, such as total energy, maximum column sum, maximum row sum, or the dominant singular value.

How to Calculate a Matrix Norm

  1. Choose the matrix size.
  2. Enter the matrix entries.
  3. Select the norm type.
  4. Read the norm value in the result panel.
||A||

Worked Example

For [[1, 2], [3, 4]], the Frobenius norm is sqrt(30).

sqrt(1^2 + 2^2 + 3^2 + 4^2)

Frequently Asked Questions

Can a matrix norm be negative?

No. By definition, matrix norms are always non-negative.

What is the infinity norm?

It is the largest absolute row sum of the matrix.

Can I use decimals?

Yes. Any finite real matrix entries are accepted.

What if a cell is blank?

Blank cells are rejected instead of being silently converted to zero.

Related Tools