diff --git a/rocketpy/mathutils/vector_matrix.py b/rocketpy/mathutils/vector_matrix.py index 7900f30cc..7a658de04 100644 --- a/rocketpy/mathutils/vector_matrix.py +++ b/rocketpy/mathutils/vector_matrix.py @@ -243,7 +243,8 @@ def __xor__(self, other): ) def __and__(self, other): - """Element wise multiplication between two R3 vectors. + """Element wise multiplication between two R3 vectors. Also known as + Hadamard product. Parameters ----------