Warning
This page is located in archive. Go to the latest version of this course pages.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:be5b33prg:homeworks:quadratic_equation [2015/10/02 17:49]
svobodat
courses:be5b33prg:homeworks:quadratic_equation [2016/10/27 12:42]
xposik [Quadratic equation solver]
Line 2: Line 2:
  
 Create a text file ''​quadeq.py''​. In it, define function ''​get_roots(a,​ b, c)''​ which Create a text file ''​quadeq.py''​. In it, define function ''​get_roots(a,​ b, c)''​ which
-  * accepts the coefficients of a quadratic equation $ax^2 + bx + c = 0$, and  ​+  * accepts the coefficients ​$a$, $b$, and $c$ of a quadratic equation $ax^2 + bx + c = 0$, and  ​
   * returns a list of its real roots, i.e. the function returns ​   * returns a list of its real roots, i.e. the function returns ​
     * a list with 2 numbers when the equation has 2 real roots, ​     * a list with 2 numbers when the equation has 2 real roots, ​
courses/be5b33prg/homeworks/quadratic_equation.txt · Last modified: 2016/11/04 16:03 by xposik