summaryrefslogtreecommitdiff
path: root/257/CH6/EX6.14/example6_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH6/EX6.14/example6_14.sce')
-rw-r--r--257/CH6/EX6.14/example6_14.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/257/CH6/EX6.14/example6_14.sce b/257/CH6/EX6.14/example6_14.sce
new file mode 100644
index 000000000..2e09c17ae
--- /dev/null
+++ b/257/CH6/EX6.14/example6_14.sce
@@ -0,0 +1,8 @@
+syms R1 s C1 R2 C2 Vi Vo I;
+
+Z= (R1/(s*C1))/(R1+(1/(s*C1)))
+
+Ei= Z*I + R2*I + I/(s*C2)
+Eo= I*(R2 + 1/(s*C2))
+
+disp(Eo/Ei, " Eo/Ei = ") \ No newline at end of file