not important
This commit is contained in:
parent
6cbe0e7478
commit
a356f9ebc1
@ -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]
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user