//Initilization of variables F=10 //N Force couple a=3 //m Moment arm //Calculations C=-F*a //N-m //Result clc printf('The resultant couple is: %fN.m \n',C)