From a356f9ebc1f2feb1d50d8ea3b5d6fa0e434a1b02 Mon Sep 17 00:00:00 2001 From: Mona Benkert Date: Sun, 2 Nov 2025 12:27:03 +0100 Subject: [PATCH] not important --- compute.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compute.py b/compute.py index 698e55e..6026021 100644 --- a/compute.py +++ b/compute.py @@ -55,6 +55,9 @@ def rot_2D(angle: float) -> List[List[float]]: if __name__ == "__main__": + + # created by ChatGPT + matrix_a = [ [3, 4, -1, 4], [-2, 2, 5, 1] ]