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