diff options
Diffstat (limited to '620/CH19/EX19.1/example19_1.sce')
-rw-r--r-- | 620/CH19/EX19.1/example19_1.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/620/CH19/EX19.1/example19_1.sce b/620/CH19/EX19.1/example19_1.sce new file mode 100644 index 000000000..05c1a5235 --- /dev/null +++ b/620/CH19/EX19.1/example19_1.sce @@ -0,0 +1,4 @@ +r=1000;
+l=1;
+t=l/r;
+disp("the time constant (in ms) of the circuit is"); disp(t*10^3);
\ No newline at end of file |