Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Don't forget that you can use fprintf ( ' Enter Text Here ? ? ' ) and it will display that message in the command

Don't forget that you can use fprintf ('Enter Text Here ??
') and it will display that
message in the command window. Recall the quadratic formula is
-b+-b2-4ac22a
Run this program in the Command Window three times to obtain solutions to the following
three equations:
(a)2x2+8x+8
(b)-5x2+3x-4
(c)-2x2+7x+4
Example for part (a):
This program finds the roots of the quadratic equation y=ax???2+bx+c.
What are a,b, and c? Please enter in [a b c] format: [288]
The equation has one real root.
x1=
-2
Solution: Other answers: (b) two complex roots, 0.3+0.8426i and 0.3-0.8426i(c) two
real roots, 4 and -0.5
image text in transcribed

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 Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions