diff options
Diffstat (limited to '269/CH7/EX7.14/example14.sce')
-rw-r--r-- | 269/CH7/EX7.14/example14.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/269/CH7/EX7.14/example14.sce b/269/CH7/EX7.14/example14.sce new file mode 100644 index 000000000..7f498c1b6 --- /dev/null +++ b/269/CH7/EX7.14/example14.sce @@ -0,0 +1,10 @@ +Syms t,s
+disp('by network equations kvl and kcl ')
+disp('i2(s)=1000/s*(s^2+40s+300)')
+[A]=pfss((1000*s^0+0)/((s*(s+10)*(s+30))))
+x=ilt(A(1),s,t)
+y=ilt(A(2),s,t)
+z=ilt(A(3),s,t)
+f=x+y+z
+disp('the timedomain expression is')
+disp(f)
|