summaryrefslogtreecommitdiff
path: root/257/CH3/EX3.8
diff options
context:
space:
mode:
Diffstat (limited to '257/CH3/EX3.8')
-rw-r--r--257/CH3/EX3.8/example_3_8.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/257/CH3/EX3.8/example_3_8.sce b/257/CH3/EX3.8/example_3_8.sce
new file mode 100644
index 000000000..43eb2df2e
--- /dev/null
+++ b/257/CH3/EX3.8/example_3_8.sce
@@ -0,0 +1,6 @@
+syms R2 Z
+
+Eo= I*R2
+Ei= I*Z + I*R2 //where Z= R1/(1+s*R1*C)
+
+disp(Eo/Ei,'transfer function=')