summaryrefslogtreecommitdiff
path: root/1754/CH11/EX11.1
diff options
context:
space:
mode:
Diffstat (limited to '1754/CH11/EX11.1')
-rwxr-xr-x1754/CH11/EX11.1/Exa11_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1754/CH11/EX11.1/Exa11_1.sce b/1754/CH11/EX11.1/Exa11_1.sce
new file mode 100755
index 000000000..726987884
--- /dev/null
+++ b/1754/CH11/EX11.1/Exa11_1.sce
@@ -0,0 +1,14 @@
+//Exa 11.1
+clc;
+clear;
+close;
+//Given data
+R1=15;//in kohm
+R2=15;//in kohm
+C1=0.005;//in uF
+C2=0.005;//in uF
+R=R1;//in Kohm
+C=C1;//in uF
+T=0.69*(R*10^3*C*10^-6+R*10^3*C*10^-6);//in second
+f=1/T;//in Hz
+disp(f*10^-3,"Frequency of oscillators in KHz : "); \ No newline at end of file