diff options
Diffstat (limited to '3841/CH7/EX7.1/Ex7_1.sce')
-rw-r--r-- | 3841/CH7/EX7.1/Ex7_1.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3841/CH7/EX7.1/Ex7_1.sce b/3841/CH7/EX7.1/Ex7_1.sce new file mode 100644 index 000000000..82896f0d7 --- /dev/null +++ b/3841/CH7/EX7.1/Ex7_1.sce @@ -0,0 +1,16 @@ +clear +//given +// +//find the brake horse power +N=1150. +Wt=151. +l=4. +Wo=22. +//finding netforce +//f=Wt-Wo +F=Wt-Wo +//then as +R=4. +//calculating Brake horse power +Bhp=F*R*N/(5250.) +printf("\n \n braking horse power %.2f bhp",Bhp) |