summaryrefslogtreecommitdiff
path: root/2870/CH2/EX2.7/Ex2_7.sce
blob: 31fd1ab6e5a0235f74884390b7ef6ededb13dcee (plain)
1
2
3
4
5
6
7
8
9
10
clc;clear;
//Example 2.7

//given values
T=200;
n=4000/60;//converting rpm into rps

//calculation
Wsh=2*3.14*n*T/1000;
disp(Wsh,'Power transmitted in kW')