```python # TODO: Dot product between vector and matrix M cM_dot = np.testing.assert_allclose(cM_dot, [4, 5, 6]) print(f'<c, M> = {cM_dot}') ``` given the variable name it should probably mean dot product between vector **c** and matrix M
given the variable name it should probably mean dot product between vector c and matrix M