summaryrefslogtreecommitdiff
path: root/257/CH4/EX4.6/example_4_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH4/EX4.6/example_4_6.sce')
-rw-r--r--257/CH4/EX4.6/example_4_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/257/CH4/EX4.6/example_4_6.sce b/257/CH4/EX4.6/example_4_6.sce
new file mode 100644
index 000000000..79a65b3d3
--- /dev/null
+++ b/257/CH4/EX4.6/example_4_6.sce
@@ -0,0 +1,7 @@
+syms I R C s
+
+V1=I*(R+1/(s*C))
+V2=I*(1/(s*C))
+
+disp(V2/V1,"V2/V1 = ")
+