summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.1/Ex3_1.sce
blob: 4ad0268acbfa909f992b9b813376029497d87f9a (plain)
1
2
3
4
5
6
//Determine the moment
//Refer fig. 3.5 
//Take clockwise moment as positive
//Apply Varignon's Theorem
MA=100*300*cosd(60)-100*500*sind(60)  //N-mm
printf("MA=%f N-mm,Anticlockwise",-MA)