Have a look at the questions

how is inf or any norm work for matrix to give scalar ?

Hi @ritvikagrawal1,
As a demo, I’ll show how the inf norm work on a matrix to give a scalar.
The Infinity Norm is calculated by:
Sum the absolute values along each row and then take the biggest answer.
Here is a solved example:


Other norms are variations of this process but still give a scalar as the answer.

Wonderful explanation
Can you share few more examples and also link for this

Here is the pdf I used for the previous example.
It contains explanation of different norms as well as solved samples.

Hope this helps!

Why for L1 norm we take maximum absolute column sum
whereas
for L∞, we take max absolute row sum ?

Also give an idea for the same on L0 norm

The L0 of a matrix is simply the number of nonzero elements in the matrix.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.