Eigenvalue of product of a matrix with a non negative matrix.

75 Views Asked by At

Acording to thisenter image description here

Now in my case, I have A=-LB, where L is a Laplacian matrix of an undirected graph. Hence L is a nonnegative matrix.

Since the maximum singular value of (-L) is 0, can I conclude based on the above result, that maximum singular value of A is also 0?