summaryrefslogtreecommitdiff
path: root/3802/CH5/EX5.17/Ex5_17.sce
blob: 39bff4ccbe469714d477c25c31151048c3991bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014

//Ex5_17.sce.

clc;
clear;
l=7.5e-2;
b=5e-2;
N=100;
B=1.1;
i=5;
T=N*B*l*b*i;
printf("\n Torque exerted on the coil=%1.4f Nm",T)