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 --- 257/CH5/EX5.22/example_5_22.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 257/CH5/EX5.22/example_5_22.sce (limited to '257/CH5/EX5.22') diff --git a/257/CH5/EX5.22/example_5_22.sce b/257/CH5/EX5.22/example_5_22.sce new file mode 100644 index 000000000..65046d483 --- /dev/null +++ b/257/CH5/EX5.22/example_5_22.sce @@ -0,0 +1,14 @@ +s=%s; +syms t s; + +F=(1- (3*%e^(-2*t)) + (2*%e^(-3*t)) ); +y=laplace(F,t,s); + +G=1 +x=laplace(G,t,s); + +disp((y/x),"closed loop transfer function is") + +T=y/x; + +disp((T/(1-T)) , "openloop transfer function is") \ No newline at end of file -- cgit