请教对于这个表达式该如何求其逆函数,用matlab运行程序如下:
syms tau t theta
tau=1-4*(1-int('t/(exp(t)-1)',t,0,theta)/theta)/theta;
tau=finverse(tau,theta)
有个警告,但没有结果,不知该怎么办,请好心人指教。
Warning: finverse(1-(4-4*(-1/2*theta^2+theta*log(1-exp(theta))+polylog(2,exp(theta))-1/6*pi^2)/theta)/theta) is not unique.