diff --git a/compute.py b/compute.py index 698e55e..84c3f80 100644 --- a/compute.py +++ b/compute.py @@ -55,6 +55,9 @@ def rot_2D(angle: float) -> List[List[float]]: if __name__ == "__main__": + + # ich habe alles selbst programmiert + matrix_a = [ [3, 4, -1, 4], [-2, 2, 5, 1] ]