summaryrefslogtreecommitdiff
path: root/3802/CH5/EX5.17
diff options
context:
space:
mode:
Diffstat (limited to '3802/CH5/EX5.17')
-rw-r--r--3802/CH5/EX5.17/Ex5_17.jpgbin0 -> 13499 bytes
-rw-r--r--3802/CH5/EX5.17/Ex5_17.sce16
2 files changed, 16 insertions, 0 deletions
diff --git a/3802/CH5/EX5.17/Ex5_17.jpg b/3802/CH5/EX5.17/Ex5_17.jpg
new file mode 100644
index 000000000..111d4ed33
--- /dev/null
+++ b/3802/CH5/EX5.17/Ex5_17.jpg
Binary files differ
diff --git a/3802/CH5/EX5.17/Ex5_17.sce b/3802/CH5/EX5.17/Ex5_17.sce
new file mode 100644
index 000000000..39bff4ccb
--- /dev/null
+++ b/3802/CH5/EX5.17/Ex5_17.sce
@@ -0,0 +1,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)