summaryrefslogtreecommitdiff
path: root/3137/CH2/EX2.8/Ex2_8.sce
blob: ccaa82db8178818200fb2079674d094a0a6b8203 (plain)
1
2
3
4
5
6
7
8
//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)