There is no symbolic simplification necessary!
Simply define your function with the derivatives and evaluate it numerically.
You should never have to resort to copy and paste results of a symbolic evaluation to a function definition.

If you really want to see a symbolic result you always can evaluate the defined function symbolically.

But you have to keep in mind that the symbolic unfortunately does not know anything about units, especially temperature units which actually are functions! This seems the reason why copying the symbolic result to a function definition threw that error. The symbolics treated °C just like an unknown variable (which cancelled when using a symbolic evaluation as ttokoro had suggested) instead of the function it actually is, The numeric which knows about units chokes on an expression like °C^2.
I won't suggest using the symbolics when you are just after a numeric result.
Alternatively you may calculate the symbolic derivatives, etc. and define and symbolically evaluate your function BEFORE you define any variables. Also use a variable instead of the constant 25° when you do so.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

