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 --- 2123/CH3/EX3.12/Exa_3_12.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2123/CH3/EX3.12/Exa_3_12.sce (limited to '2123/CH3/EX3.12/Exa_3_12.sce') diff --git a/2123/CH3/EX3.12/Exa_3_12.sce b/2123/CH3/EX3.12/Exa_3_12.sce new file mode 100755 index 000000000..51b3fab1e --- /dev/null +++ b/2123/CH3/EX3.12/Exa_3_12.sce @@ -0,0 +1,14 @@ +//Example No. 3.12 +clc; +clear; +close; +format('v',6); + +//Given Data : +//T=15-0.5*omega_m +//TL=0.5*omega_m^2 + +//Solution : +P=[1 1 -30];//Polynomial for omega_m calculated by equating T=TL +omega_m=roots(P);//rad/sec +disp(omega_m(2),"Operating speed in rad/sec at which system has steady state stability : "); -- cgit