Skip to content

Commit

Permalink
HW4
Browse files Browse the repository at this point in the history
  • Loading branch information
jjv14001 committed Oct 12, 2017
1 parent 4661e1d commit a821176
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Hilbert.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from scipy.linalg import invhilbert

print("Inverse Hilbert Matrix n = 3: ")
invhilbert(3)
print("Inverse Hilbert Matrix n = 4: ")
invhilbert(4,True)
print("Inverse Hilbert Matrix n = 5: ")
invhilbert(5,True)

0 comments on commit a821176

Please sign in to comment.