math.answers.com/geometry/A_program_to_compute_the_real_roots_of_the_quadratic_equation

Preview meta tags from the math.answers.com website.

Linked Hostnames

8

Thumbnail

Search Engine Appearance

Google

https://math.answers.com/geometry/A_program_to_compute_the_real_roots_of_the_quadratic_equation

A program to compute the real roots of the quadratic equation? - Answers

Where the equation is ax2 + bx + c the roots are given by the solutions to : (-b +/- sqrt(b2 - 4ac))/2a So you would first input the values of a, b , and c, then calculate [d = b*b - 4*a*c], and then determine whether it is positive or negative. If it is positive [d>0, or d=0], then you can continue: so the two roots of x are: (-b + sqrt(d))/2/a, and (-b - sqrt(d))/2/a. If d < 0, then you need to calculate sqrt(-d) and then display -b/2/a as the real part, and +/- sqrt(-d)/2/a as the imaginary parts.



Bing

A program to compute the real roots of the quadratic equation? - Answers

https://math.answers.com/geometry/A_program_to_compute_the_real_roots_of_the_quadratic_equation

Where the equation is ax2 + bx + c the roots are given by the solutions to : (-b +/- sqrt(b2 - 4ac))/2a So you would first input the values of a, b , and c, then calculate [d = b*b - 4*a*c], and then determine whether it is positive or negative. If it is positive [d>0, or d=0], then you can continue: so the two roots of x are: (-b + sqrt(d))/2/a, and (-b - sqrt(d))/2/a. If d < 0, then you need to calculate sqrt(-d) and then display -b/2/a as the real part, and +/- sqrt(-d)/2/a as the imaginary parts.



DuckDuckGo

https://math.answers.com/geometry/A_program_to_compute_the_real_roots_of_the_quadratic_equation

A program to compute the real roots of the quadratic equation? - Answers

Where the equation is ax2 + bx + c the roots are given by the solutions to : (-b +/- sqrt(b2 - 4ac))/2a So you would first input the values of a, b , and c, then calculate [d = b*b - 4*a*c], and then determine whether it is positive or negative. If it is positive [d>0, or d=0], then you can continue: so the two roots of x are: (-b + sqrt(d))/2/a, and (-b - sqrt(d))/2/a. If d < 0, then you need to calculate sqrt(-d) and then display -b/2/a as the real part, and +/- sqrt(-d)/2/a as the imaginary parts.

  • General Meta Tags

    22
    • title
      A program to compute the real roots of the quadratic equation? - Answers
    • charset
      utf-8
    • Content-Type
      text/html; charset=utf-8
    • viewport
      minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no
    • X-UA-Compatible
      IE=edge,chrome=1
  • Open Graph Meta Tags

    7
    • og:image
      https://st.answers.com/html_test_assets/Answers_Blue.jpeg
    • og:image:width
      900
    • og:image:height
      900
    • og:site_name
      Answers
    • og:description
      Where the equation is ax2 + bx + c the roots are given by the solutions to : (-b +/- sqrt(b2 - 4ac))/2a So you would first input the values of a, b , and c, then calculate [d = b*b - 4*a*c], and then determine whether it is positive or negative. If it is positive [d>0, or d=0], then you can continue: so the two roots of x are: (-b + sqrt(d))/2/a, and (-b - sqrt(d))/2/a. If d < 0, then you need to calculate sqrt(-d) and then display -b/2/a as the real part, and +/- sqrt(-d)/2/a as the imaginary parts.
  • Twitter Meta Tags

    1
    • twitter:card
      summary_large_image
  • Link Tags

    16
    • alternate
      https://www.answers.com/feed.rss
    • apple-touch-icon
      /icons/180x180.png
    • canonical
      https://math.answers.com/geometry/A_program_to_compute_the_real_roots_of_the_quadratic_equation
    • icon
      /favicon.svg
    • icon
      /icons/16x16.png

Links

58