First time here? Check out the FAQ!
answered 2017-04-19 13:53:34 +0100
Use bool() like so
bool()
,var n f1=((-1)^n-2*n-1)/4/(2*n+1) f2=(-1)^n/4/(2*n+1)-1/4 show(f1==f2) bool(f1==f2)