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