summaryrefslogtreecommitdiff
path: root/2609/CH6/EX6.6/Ex6_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2609/CH6/EX6.6/Ex6_6.sce')
-rwxr-xr-x2609/CH6/EX6.6/Ex6_6.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2609/CH6/EX6.6/Ex6_6.sce b/2609/CH6/EX6.6/Ex6_6.sce
new file mode 100755
index 000000000..13009e2c7
--- /dev/null
+++ b/2609/CH6/EX6.6/Ex6_6.sce
@@ -0,0 +1,12 @@
+//Ex 6.6
+clc;
+clear;
+close;
+format('v',6);
+//Data given
+R1=1;//kohm
+R2=1;//kohm
+R=1;//kohm
+C=4.7;//micro F
+f0=1/(2*%pi*R*10^3*C*10^-6);//Hz//Oscillating Frequency
+disp(f0,"Oscillation frequency(Hz)");