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 --- 1151/CH8/EX8.22/example22.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1151/CH8/EX8.22/example22.sce (limited to '1151/CH8/EX8.22/example22.sce') diff --git a/1151/CH8/EX8.22/example22.sce b/1151/CH8/EX8.22/example22.sce new file mode 100755 index 000000000..bbe97f347 --- /dev/null +++ b/1151/CH8/EX8.22/example22.sce @@ -0,0 +1,9 @@ +s=%s' +A =[0 1 0;0 0 1;0 -2 -3] +B =[0;0;1] +x=[1 2 0] +[r c]= size (A) +h=s*eye(r,c)-A // s*I-A +q=inv(h) +c=x*q*B; +disp(c,"required transfer function =") -- cgit