summaryrefslogtreecommitdiff
path: root/1760/CH7/EX7.21
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH7/EX7.21')
-rwxr-xr-x1760/CH7/EX7.21/EX7_21.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1760/CH7/EX7.21/EX7_21.sce b/1760/CH7/EX7.21/EX7_21.sce
new file mode 100755
index 000000000..74f197069
--- /dev/null
+++ b/1760/CH7/EX7.21/EX7_21.sce
@@ -0,0 +1,8 @@
+ //EXAMPLE 7-21 PG NO-481
+Rb=0.05;
+C=0.09;
+Ra=1/[C-(Rb)];
+disp('i) RESISTANCE = '+string (Ra)+' ohm');
+C1=0.07;
+Rc=1/(C1-Rb);
+disp('ii) RESISTANCE = '+string (Rc)+' ohm');