matrix erstellt
This commit is contained in:
parent
c5d6609eb2
commit
eb0f1e8707
@ -41,4 +41,9 @@ def rot_2D(angle_degrees: float) -> Matrix:
|
|||||||
[cos_theta, -sin_theta],
|
[cos_theta, -sin_theta],
|
||||||
[sin_theta, cos_theta]
|
[sin_theta, cos_theta]
|
||||||
]
|
]
|
||||||
return rotation_matrix
|
return rotation_matrix
|
||||||
|
|
||||||
|
matrix = [[1,2,3], [2,3,4]]
|
||||||
|
|
||||||
|
print("Matrix A:")
|
||||||
|
print(tabulate(matrix))
|
||||||
Loading…
x
Reference in New Issue
Block a user