[Discrete Mathematics] Algorithm and Pseudocode - Write an algorithm to find the roots of a quadratic equation ax2 + bx + c = 0. Write Pseudocode of algorithm.
Answer
Answers can only be viewed under the following conditions:
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.
1 Attachment
4.8K
-
This question is two parts -- part one is "Write an algorithm to find the roots of a quadratic equation ax2 + bx + c = 0." And part two is "Write Pseudocode of algorithm." What is the answer to the first part? It seems like it is all the answer to the second part. I just want to confirm. Thank you
-
The algorithm and Psedocode are the same things in this context. Pseudocode is an artificial and informal language that helps programmers develop algorithms, and we have everything needed.
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 1175 views
- $10.00
Related Questions
- Discrete math- Range and preimage of the floor function
- Combinatorics/counting: How many configurations are possible for m differenct objects in n boxes of unlimited occupany (m<n)
- Discrete Math/ Set theory Question
- Finding a unique structure of the domain of a function that gives a unique intuitive average?
- Singular Value Decomposition Example
- [Discrete Mathematics] For {1,3,6,10,15,…}. Find a recursive formula.
- Logic quesiton A v ¬A
- Find the chromatic number of Kn, Kn,m, Cn.