diff --git a/Schenk_Brandenberger_S7_Aufg2.py b/Schenk_Brandenberger_S7_Aufg2.py index d3ca9bc..eac996f 100644 --- a/Schenk_Brandenberger_S7_Aufg2.py +++ b/Schenk_Brandenberger_S7_Aufg2.py @@ -1,14 +1,9 @@ import numpy as np import scipy -import Schenk_Brandenberger_S7_Aufg1 - - - - if __name__ == '__main__': - # Überprüfung Aufgabe 2 + # Aufgabe 2c A = np.array([[0.8, 2.2, 3.6], [2.0, 3.0, 4.0], [1.2, 2.0, 5.8]])