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/CH7/EX7.4/example4.sce | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 269/CH7/EX7.4/example4.sce (limited to '269/CH7/EX7.4/example4.sce') diff --git a/269/CH7/EX7.4/example4.sce b/269/CH7/EX7.4/example4.sce new file mode 100644 index 000000000..38fed5ca4 --- /dev/null +++ b/269/CH7/EX7.4/example4.sce @@ -0,0 +1,5 @@ +Syms s t +disp('given') +disp('i(s)=V/R/s+(1/RC) for t>=0') +z=ilt('(V/R*s^0+0)/(s+(1/RC))',s,t) +disp(z,"z(t)=") -- cgit