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