Added if_solutions
methods
Reviewed-on: #5 Co-authored-by: Mark <mark@betalupi.com> Co-committed-by: Mark <mark@betalupi.com>
This commit is contained in:
@ -10,7 +10,7 @@ Consider the polynomial $f(x) = x^3 #tp x^2 #tp 3x #tp 6$. \
|
||||
- use this graph to find the roots of $f$
|
||||
- write (and expand) a product of linear factors with the same graph as $f$.
|
||||
|
||||
#notsolution(graphgrid(none))
|
||||
#if_no_solutions(graphgrid(none))
|
||||
|
||||
#solution([
|
||||
- Roots are 1, 2, and 3.
|
||||
@ -48,7 +48,7 @@ Consider the polynomial $f(x) = x^3 #tp x^2 #tp 6x #tp 6$. \
|
||||
- use this graph to find the roots of $f$
|
||||
- write (and expand) a product of linear factors with the same graph as $f$.
|
||||
|
||||
#notsolution(graphgrid(none))
|
||||
#if_no_solutions(graphgrid(none))
|
||||
|
||||
#solution([
|
||||
- Roots are 1, 2.5, and 2.5.
|
||||
@ -82,7 +82,7 @@ Consider the polynomial $f(x) = x^3 #tp 6x^2 #tp 6x #tp 6$. \
|
||||
- use this graph to find the roots of $f$
|
||||
- write (and expand) a product of linear factors with the same graph as $f$.
|
||||
|
||||
#notsolution(graphgrid(none))
|
||||
#if_no_solutions(graphgrid(none))
|
||||
|
||||
#solution([
|
||||
- Roots are 2, 2, and 2.
|
||||
|
Reference in New Issue
Block a user