ínit
This commit is contained in:
parent
c6a92436ef
commit
b5f434ac6b
@ -43,7 +43,8 @@ def rot_2D(angle_degrees: float) -> Matrix:
|
|||||||
]
|
]
|
||||||
return rotation_matrix
|
return rotation_matrix
|
||||||
|
|
||||||
matrix = [[1,2,3], [2,3,4]]
|
if __name__ == "__main__":
|
||||||
|
matrix = [[1,2,3], [2,3,4]]
|
||||||
|
|
||||||
print("Matrix A:")
|
print("Matrix A:")
|
||||||
print(tabulate(matrix))
|
print(tabulate(matrix))
|
||||||
Loading…
x
Reference in New Issue
Block a user