summaryrefslogtreecommitdiff
path: root/165/CH11/EX11.11/ex11_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '165/CH11/EX11.11/ex11_11.sce')
-rw-r--r--165/CH11/EX11.11/ex11_11.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/165/CH11/EX11.11/ex11_11.sce b/165/CH11/EX11.11/ex11_11.sce
new file mode 100644
index 000000000..5aebd2d84
--- /dev/null
+++ b/165/CH11/EX11.11/ex11_11.sce
@@ -0,0 +1,12 @@
+//Example 11.11
+clc;
+//Wein's Bridge
+//Given values of bridge elements
+R1=4700;
+C1=5*10^-9;
+C3=10*10^-9;
+R3=10000;
+//Frequency of the circuit
+x=sqrt(C1*C3*R1*R3);
+f=invr(2*%pi*x);
+printf('\nFrequency of the circuit is %.2f Hz',f) \ No newline at end of file