diff options
Diffstat (limited to '2582/CH5/EX5.3/Ex5_3.sce')
-rwxr-xr-x | 2582/CH5/EX5.3/Ex5_3.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2582/CH5/EX5.3/Ex5_3.sce b/2582/CH5/EX5.3/Ex5_3.sce new file mode 100755 index 000000000..aafbc21a7 --- /dev/null +++ b/2582/CH5/EX5.3/Ex5_3.sce @@ -0,0 +1,6 @@ +//Ex 5.3
+clc;clear;close;
+R=100;//kohm
+C=0.01;//micro F
+f=1/(2*R*10^3*C*10^-6);//Hz
+disp(f,"Frequency(Hz) : ");
|