From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 29/CH3/EX3.2.6/exa3_2_6.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 29/CH3/EX3.2.6/exa3_2_6.sce (limited to '29/CH3/EX3.2.6') diff --git a/29/CH3/EX3.2.6/exa3_2_6.sce b/29/CH3/EX3.2.6/exa3_2_6.sce new file mode 100755 index 000000000..67e3eecaf --- /dev/null +++ b/29/CH3/EX3.2.6/exa3_2_6.sce @@ -0,0 +1,12 @@ +//Caption:transfer_function +// example 3.2.6 +//page 38 +// we have defined parallel and series function which we are going to use here +//exec parallel.sce; +//exec series.sce; +syms G1 G2 G3 H1; +a=parallel(G1,G3); +b=G2/.H1; +y=series(a,b); +y=simple (y); +disp(y,"C(s)/R(s)="); \ No newline at end of file -- cgit