Consider the following equation:
[ 4*x + 21 = 5 ]
Compute the set of all solutions ( x ) under the following assumptions:
1. The equation is defined over the set of natural numbers ((mathbb{N})).
2. The equation is defined over the set of integers ((mathbb{Z})).
3. The equation is defined over the set of rational numbers ((mathbb{Q})).
i tried find_root(4*x + 21 == 5, x, 1, oo)
New contributor
g4titan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.