質問編集履歴
1
不要な記述の削除
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Pythonで行列式と逆行列を求めるコードの意味が理解できず困っております
|
1
|
+
Pythonで行列式と逆行列を求めるコードの意味の全体像が理解できず困っております
|
test
CHANGED
@@ -18,13 +18,9 @@
|
|
18
18
|
|
19
19
|
from fractions import Fraction
|
20
20
|
|
21
|
-
# Not the world's most fancy thing, but a simple "pretty printer", a function that prints a data structure so that it's easy to read
|
22
|
-
|
23
21
|
from pprint import pprint
|
24
22
|
|
25
23
|
|
26
|
-
|
27
|
-
# part of your homework: add comments to this code as we learn what it does!
|
28
24
|
|
29
25
|
# first, what are the inputs to this? Matrix a&b
|
30
26
|
|