diff options
Diffstat (limited to '995/CH3/EX3.14/Ex3_14.sce')
-rwxr-xr-x | 995/CH3/EX3.14/Ex3_14.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/995/CH3/EX3.14/Ex3_14.sce b/995/CH3/EX3.14/Ex3_14.sce new file mode 100755 index 000000000..271a8912b --- /dev/null +++ b/995/CH3/EX3.14/Ex3_14.sce @@ -0,0 +1,8 @@ +//Ex:3.14
+clc;
+clear;
+close;
+r=10*10^3;//in ohms
+t=1*10^-3;
+c=(10*t/r)*10^6;
+printf("Capacitor = %d uF",c);
\ No newline at end of file |