diff options
Diffstat (limited to '620/CH17/EX17.1/example17_1.sce')
-rw-r--r-- | 620/CH17/EX17.1/example17_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/620/CH17/EX17.1/example17_1.sce b/620/CH17/EX17.1/example17_1.sce new file mode 100644 index 000000000..ece1dd7ff --- /dev/null +++ b/620/CH17/EX17.1/example17_1.sce @@ -0,0 +1,10 @@ +l=200*10^(-3);
+i1=2;
+i2=5;
+t=0.1;
+disp("Part a");
+r=(i2-i1)/t;
+disp("the rate of change of current (in A/s) is"); disp(r);
+disp("Part b");
+v=l*r;
+disp("the self-induced e.m.f. is"); disp(v);
\ No newline at end of file |