diff options
Diffstat (limited to '1529/CH9/EX9.4/9_04.sce')
-rwxr-xr-x | 1529/CH9/EX9.4/9_04.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1529/CH9/EX9.4/9_04.sce b/1529/CH9/EX9.4/9_04.sce new file mode 100755 index 000000000..31fed68d0 --- /dev/null +++ b/1529/CH9/EX9.4/9_04.sce @@ -0,0 +1,7 @@ +//Chapter 9, Problem 4
+clc;
+B=40*10^-6; //flux density
+l=36; //legnth of conductor
+v=(400*1000)/(60*60); //velocity of conductor
+E=B*l*v; //calculating emf
+printf("E.M.F = %f V",E);
|