Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please let me know using matlab!! 1.10. Write a program to solve the quadratic equation ax + box + c = 0 using the standard

image text in transcribed

please let me know using matlab!!

1.10. Write a program to solve the quadratic equation ax + box + c = 0 using the standard quadratic formula -662 - 4ac 2a or the alternative formula 2c -DF 762 - 4ac Your program should accept values for the coef- ficients a, b, and c as input and produce the two roots of the equation as output. Your program should detect when the roots are not real, but need not use complex arithmetic explicitly (for exam- ple, you could return the real and imaginary parts of the complex conjugate roots in this case). You should guard against unnecessary overflow, under- flow, and cancellation. When should you use each of the two formulas? Try to make your program robust when given unusual input values, such as a = 0) or c = 0, which otherwise would make one of the formulas fail. Any root that is within the range of the floating-point system should be com- puted accurately, even if the other is out of range. Test your program using the following values for the coefficients: b 6 5 6 x 10154 5 x 10154 - 4 x 10154 1 1 3.999999 10-1 a 0 -105 1 1 1 - 155 -10155 10155

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

More Books

Students also viewed these Databases questions

Question

describe in detail Audit Appointment Letter with the references

Answered: 1 week ago

Question

Explain the importance of Human Resource Management

Answered: 1 week ago

Question

Discuss the scope of Human Resource Management

Answered: 1 week ago

Question

Discuss the different types of leadership

Answered: 1 week ago

Question

Write a note on Organisation manuals

Answered: 1 week ago

Question

Define Scientific Management

Answered: 1 week ago