I have two numbers a
and b
such that a*a*b=constant
. How can I find all a
s and b
s which satisfies this equation?
Can I have a graph for example for a
versus b
?
Actually, I am looking for a relationship between a
and b
, as an example an equation for their graph mentioned before.