summaryrefslogtreecommitdiff
path: root/3648/CH20/EX20.1/Ex20_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH20/EX20.1/Ex20_1.sce')
-rw-r--r--3648/CH20/EX20.1/Ex20_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3648/CH20/EX20.1/Ex20_1.sce b/3648/CH20/EX20.1/Ex20_1.sce
new file mode 100644
index 000000000..7051abf23
--- /dev/null
+++ b/3648/CH20/EX20.1/Ex20_1.sce
@@ -0,0 +1,8 @@
+//Example 20_1
+clc();
+clear;
+//To findout the time that it has to wait after turning off the set before it is safe to touch capacitor
+r=10^6 //Units in Ohms
+c=10^-5 //Units in F
+ti=r*c //Units in Sec
+printf("We have to wait for a time of t=%d sec",ti)