Introductory Circuit Analysis (13th Edition)
13th Edition
ISBN: 9780133923605
Author: Robert L. Boylestad
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
thumb_up100%
I have the following transfer function:
C(s)/R(s) = 10/(s^2 +4*s+8)
The picture below shows the matrix for the state-space representation of the given transfer function.I want to obtain the same result in MATLAB, but the B and C matrices are not matching the results from the picture, and I'm not sure why.
My code is the following:
num=24;
den=[1 9 26 24];
[A,B,C,D]=tf2ss(num,den)
'Phase-variable form'
P=[0 0 1;0 1 0;1 0 0];
Ap=inv(P)*A*P
Bp=inv(P)*B
Cp=C*P
Dp=D
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 2 steps with 1 images
Knowledge Booster
Similar questions
- H4. Find the number of left, right and jw-axis poles in these following characteristic equations: I. Q(s) = s4 + s3 + 5s2 + 20s + 10 II. Q(s) = s4 + 3s3 + 27s2 + 75s + 50arrow_forwardPlease help mearrow_forwardNOTE: Solve this as soon as possible, I need this urgently. C = 0, D=3 Determine the currents i, iz and iz in the circuit shown below. (C- D)A (D– C)A DA 12 CAarrow_forward
- Draw the root locus of the system given in the figure for K > 0.arrow_forwardI can help you solve the circuit using Kuroda's identities. Please provide the circuit diagram or the description of the circuit you want to analyze.arrow_forwardRI=102 E-2IV- R2 =150 %3D BY THEVENINS THEOREM SOLVE FOR (A.)RTH (B.) VTHarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Introductory Circuit Analysis (13th Edition)Electrical EngineeringISBN:9780133923605Author:Robert L. BoylestadPublisher:PEARSONDelmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage LearningProgrammable Logic ControllersElectrical EngineeringISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
- Fundamentals of Electric CircuitsElectrical EngineeringISBN:9780078028229Author:Charles K Alexander, Matthew SadikuPublisher:McGraw-Hill EducationElectric Circuits. (11th Edition)Electrical EngineeringISBN:9780134746968Author:James W. Nilsson, Susan RiedelPublisher:PEARSONEngineering ElectromagneticsElectrical EngineeringISBN:9780078028151Author:Hayt, William H. (william Hart), Jr, BUCK, John A.Publisher:Mcgraw-hill Education,
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,