diff options
Diffstat (limited to '620/CH19/EX19.1')
-rw-r--r-- | 620/CH19/EX19.1/example19_1.sce | 4 | ||||
-rw-r--r-- | 620/CH19/EX19.1/example19_1.txt | 4 |
2 files changed, 8 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 diff --git a/620/CH19/EX19.1/example19_1.txt b/620/CH19/EX19.1/example19_1.txt new file mode 100644 index 000000000..a49d16e86 --- /dev/null +++ b/620/CH19/EX19.1/example19_1.txt @@ -0,0 +1,4 @@ +
+ the time constant (in ms) of the circuit is
+
+ 1.
\ No newline at end of file |