summaryrefslogtreecommitdiff
path: root/257/CH3/EX3.15/example_3_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH3/EX3.15/example_3_15.sce')
-rw-r--r--257/CH3/EX3.15/example_3_15.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/257/CH3/EX3.15/example_3_15.sce b/257/CH3/EX3.15/example_3_15.sce
new file mode 100644
index 000000000..70224bf28
--- /dev/null
+++ b/257/CH3/EX3.15/example_3_15.sce
@@ -0,0 +1,5 @@
+syms V2 I1 V1
+I1=V1
+V2=V1*((s+1)/(s^2+3*s+1))
+
+disp(((s+1)/(s^2+3*s+1)),'V2/V1=') \ No newline at end of file