I'd like to solve the following equation in wxMaxima:
k*A*((T_2-T_1)/L)=ε*σ*A*(T_1^4-T_a^4)
for T_1
. The problem is that with regular Solve
and Solve_to_poly
I get extremely long outputs but not what I would expect. I need a real and positive solution since T_1
is a temperature in Kelvins. I can substitute the values but I'd prefer to get a symbolic formula as output. Is there a way to get such a solution in wxMaxima?