Capital letters indicate constants and lowercase letters indicate variables. I am interested in solving for $\{a,b,c,d,e,f\}.$ How would I go about doing this by hand / what is the solution?
$$ \begin{align*} A &= aB^{b} \\ C &= aD^{b} \\ C &= cD^{d} \\ E &= cF^{d} \\ E &= eF^{f} \\ G &= eH^{f} \end{align*} $$
If you take logarithms on both sides of all of the equations, you get equations of the form $\ln(X)=\ln(x)+y\ln(Y)$ ($X,Y$ are constant and $x,y$ are variables). Also, a variable never appears in your system as both a coefficient and an exponent. This means that you get a system of six linear equations in six unknowns to solve for $\ln(a),\ln(c),\ln(e),b,d,f$, and then you can exponentiate the former three to get $a,b,c$.