summaryrefslogtreecommitdiff
path: root/620/CH19/EX19.2
diff options
context:
space:
mode:
Diffstat (limited to '620/CH19/EX19.2')
-rw-r--r--620/CH19/EX19.2/example19_2.sce4
-rw-r--r--620/CH19/EX19.2/example19_2.txt3
2 files changed, 7 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);
diff --git a/620/CH19/EX19.2/example19_2.txt b/620/CH19/EX19.2/example19_2.txt
new file mode 100644
index 000000000..aa50cf4aa
--- /dev/null
+++ b/620/CH19/EX19.2/example19_2.txt
@@ -0,0 +1,3 @@
+the time constant (in ms) of the circuit is
+
+ 4. \ No newline at end of file