diff options
Diffstat (limited to '3630/CH4/EX4.5/Ex4_5.sce')
-rw-r--r-- | 3630/CH4/EX4.5/Ex4_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3630/CH4/EX4.5/Ex4_5.sce b/3630/CH4/EX4.5/Ex4_5.sce new file mode 100644 index 000000000..8b3a2d31a --- /dev/null +++ b/3630/CH4/EX4.5/Ex4_5.sce @@ -0,0 +1,8 @@ +clc;
+Rd=10; //Ohm
+C1=0.000001; //Farad
+RL=10000; //Ohm
+Tc=5*(Rd*C1);
+Td=5*(RL*C1);
+disp('seconds',Tc,"Tc=");//The answers vary due to round off error
+disp('seconds',Td,"Td=");//The answers vary due to round off error
|