summaryrefslogtreecommitdiff
path: root/3886/CH2/EX2.9/Ex2_9.sce
blob: 6a5b0b890f4c99a4f289f9180d15b0117a5ef4b7 (plain)
1
2
3
4
5
//Finding T and R
//applying Lami's Theorem we get
T=(100*sind(90))/sind(90+15)  //N
R=(100*sind(180-15))/sind(90+15)  //N
printf("\nThe required values are:-\nT=%.1f N \nR=%.1f N",T,R)