User Portlet User Portlet

Discussions
The result is only conditionally correct, and, per documentation, `Solve` by default does not return nongeneric solutions. To get it you could do: [code]Solve[{a == b/c, a == d*e}, a, MaxExtraConditions -> 1] (* Out[62]= {{a ->...