diff options
Diffstat (limited to '1529/CH9/EX9.18/9_18.sce')
-rwxr-xr-x | 1529/CH9/EX9.18/9_18.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1529/CH9/EX9.18/9_18.sce b/1529/CH9/EX9.18/9_18.sce new file mode 100755 index 000000000..6f9609140 --- /dev/null +++ b/1529/CH9/EX9.18/9_18.sce @@ -0,0 +1,6 @@ +//Chapter 9, Problem 18
+clc;
+D=200; //rate of change of current w.r.t time
+E=1.5; //induced emf
+M=E/D; //mutual inductance
+printf("Mutual inductance M = %f H",M);
|