diff options
Diffstat (limited to '620/CH14/EX14.1')
-rw-r--r-- | 620/CH14/EX14.1/example14_1.sce | 11 | ||||
-rw-r--r-- | 620/CH14/EX14.1/example14_1.txt | bin | 0 -> 320 bytes |
2 files changed, 11 insertions, 0 deletions
diff --git a/620/CH14/EX14.1/example14_1.sce b/620/CH14/EX14.1/example14_1.sce new file mode 100644 index 000000000..78094a3fb --- /dev/null +++ b/620/CH14/EX14.1/example14_1.sce @@ -0,0 +1,11 @@ +b=0.6;
+l=0.02;
+disp("Part a");
+t1=0.1;
+phi=b*l^2;
+v1=phi/t1;
+disp("the voltage induced (in V) in the wire is"); disp(v1);
+disp("Part b");
+t2=0.01;
+v2=phi/t2;
+disp("the voltage induced (n V) in the wire is"); disp(v2);
\ No newline at end of file diff --git a/620/CH14/EX14.1/example14_1.txt b/620/CH14/EX14.1/example14_1.txt Binary files differnew file mode 100644 index 000000000..3277a2d6f --- /dev/null +++ b/620/CH14/EX14.1/example14_1.txt |