X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=dunshire%2Fmatrices.py;h=94f841d39f888392624077afd12bcdcb7e0c3c19;hp=29c5867aabe544f768a1b1ce3862f14c0a316712;hb=cb34e104961ce1da242017a0e5ebf60c3fe18a1d;hpb=17055c563e53d29a6e72195b335e0c00f846cf78 diff --git a/dunshire/matrices.py b/dunshire/matrices.py index 29c5867..94f841d 100644 --- a/dunshire/matrices.py +++ b/dunshire/matrices.py @@ -422,10 +422,6 @@ def condition_number(mat): Examples -------- - >>> condition_number(identity(1, typecode='d')) - 1.0 - >>> condition_number(identity(2, typecode='d')) - 1.0 >>> condition_number(identity(3, typecode='d')) 1.0