diff options
Diffstat (limited to '257/CH3/EX3.14/example_3_14.sce')
-rw-r--r-- | 257/CH3/EX3.14/example_3_14.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/257/CH3/EX3.14/example_3_14.sce b/257/CH3/EX3.14/example_3_14.sce new file mode 100644 index 000000000..377ac2a47 --- /dev/null +++ b/257/CH3/EX3.14/example_3_14.sce @@ -0,0 +1,8 @@ +s=%s
+syms Vi C1 R1 L C2 R2
+V1=Vi/(1+s*C1*R1)
+V2=I*(R2+s*L+(1/(s*C2)))
+V2=k*V1
+k*Vi/(1+s*C1*R1) == I*(R2 + s*L + (1/(s*C2)))
+
+disp((k*s*C2)/((1+s*C1*R1)*(1+s*C2*R2+(s^2)*L*C2)),'I/Vi=')
\ No newline at end of file |