From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 269/CH8/EX8.2/ex2.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 269/CH8/EX8.2/ex2.sce (limited to '269/CH8/EX8.2') diff --git a/269/CH8/EX8.2/ex2.sce b/269/CH8/EX8.2/ex2.sce new file mode 100644 index 000000000..556e3a864 --- /dev/null +++ b/269/CH8/EX8.2/ex2.sce @@ -0,0 +1,12 @@ +Syms t,s +disp('i(s)=1/s*(s+1)') +b=ilt((1*s^0+0)/s,s,t) +e=ilt((-1*s^0+0)/(s+1),s,t) +f=b+e +printf("current in time domain by partial fraction is") +disp(f,"i(t)=") +disp('by scaling theorem i1(t)=') +d=ilt((2*s^0+0)/(2*s),s,t) +g=ilt((-2*s^0+0)/(2*s+1)) +l=d+g +disp(l) -- cgit