%Sample solutions for problem 33 at page 134 of your textbook %initialize the three vectors F = [10, -5, 4] r = [-3, 7, 2] n = [6, 8, 7] %make sure you use the transpose operator on the vector F M = r*F'*n