Question: How to patch locally

How to patch library maple functions locally if there any method?

Found that in

IntegralTransforms:-Tools:-SimplifyPower

in 195-196

instead of

j := evalf(j[-1][2]-1);
k := evalf(j[1][1]+1)

 

should be

j := evalf(t1[-1][2]-1);
k := evalf(t1[1][1]+1)

How to update maple?

Please Wait...