what if i wanted to calculate m,n where C= 5 , for example
$$ a = 2np; b= m2 -n2; c = m2 + n2; $$
let's say i want to start with c=5 instead of a m > n > 0 , how can i calculate m and n which created the values for a = 2mn , b= m2 -c2 , c = m2 + n2 = 5?