comparison scripts/linear-algebra/norm.m @ 3408:ae7adbb591e8

[project @ 2000-01-06 08:29:11 by jwe]
author jwe
date Thu, 06 Jan 2000 08:29:26 +0000
parents 5e0a0b1cba43
children f8dde1807dee
comparison
equal deleted inserted replaced
3407:5e0a0b1cba43 3408:ae7adbb591e8
51 ## 51 ##
52 ## @item other 52 ## @item other
53 ## p-norm of @var{a}, @code{(sum (abs (@var{a}) .^ @var{p})) ^ (1/@var{p})}. 53 ## p-norm of @var{a}, @code{(sum (abs (@var{a}) .^ @var{p})) ^ (1/@var{p})}.
54 ## @end table 54 ## @end table
55 ## @end deftypefn 55 ## @end deftypefn
56 ## @seealso{cond, svd} 56 ## @seealso{cond and svd}
57 57
58 ## Author: jwe 58 ## Author: jwe
59 59
60 function retval = norm (x, p) 60 function retval = norm (x, p)
61 61