suivant: Matrix row norm :
monter: Different matrix norm
précédent: l2 matrix norm :
Table des matières
Index
l matrix norm : maxnorm
maxnorm takes as argument a matrix A = aj, k (see also 1.38.1).
maxnorm returns
max(| aj, k|).
Input :
maxnorm([[1,2],[3,-4]])
Output :
4
giac documentation written by Renée De Graeve and Bernard Parisse