Question

Use c++ language to solve the following question In the following transfer function, find the value...

Use c++ language to solve the following question

In the following transfer function, find the value of s that makes the function goes to infinity
G(s)= (S+3)/(s^4+9s^3+24s^2+20s)
Using modified Newton Raphson Method (developed by Ralston-Rabinowitz).

0 0
Add a comment Improve this question Transcribed image text
Answer #1

the function ques to infinity when the denominator tends to O. Hence We need to find the roots of the denominator function ficout << The value of the root is 1LLX; Il Driver porogram to test above int main() { double no = -8:// initial value of root

Screenshot of code

#include<bits/stdc++.h> #define EPSILON 0.001 using namespace std; //The function is x^4 + 9x^3 + 24x^2 + 20x double func(dou

Output:

The value of the root is : -2Program ended with exit code: 0

note: plzzz don't give dislike.....plzzz comment if you have any problem i will try to solve your problem.....plzzz give thumbs up i am in need....

Add a comment
Know the answer?
Add Answer to:
Use c++ language to solve the following question In the following transfer function, find the value...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT