matlab
%%syms n xf=x^(2n-1)/(2n-1);symsum(f,n,1,inf)
piecewise(abs(x) < 1, atanh(x))
matlab求级数和得到的结果好奇怪
那个不是报错,返回的意思是,收敛域为|x|<1,结果为反双曲正切函数:arctanhx