summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.a.12
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH8/EX8.a.12')
-rw-r--r--3673/CH8/EX8.a.12/Example_a_8_12.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3673/CH8/EX8.a.12/Example_a_8_12.sce b/3673/CH8/EX8.a.12/Example_a_8_12.sce
new file mode 100644
index 000000000..68f20a5d4
--- /dev/null
+++ b/3673/CH8/EX8.a.12/Example_a_8_12.sce
@@ -0,0 +1,6 @@
+//Example_a_8_12 page no:332
+clc;
+//variables cannot be used without initialization and hence the equation cannot be derived like in the text book, the capacitance value can be calculated using the derived values by substituting known values in the equation
+C=15/(2*%pi*10^6*1256*80);
+C=C*10^12;//converting to pico Farad
+disp(C,"the value of C to give resonance is (in pF)");