Kentaro Mikami

5 Reputation

One Badge

2 years, 134 days

MaplePrimes Activity


These are questions asked by Kentaro Mikami

g := proc() use a=a+b in use b= a-b in a*b end use end use end proc:

Maple shows g := proc() (a+b)*(a+b) end proc. 

My guess is (a+b)*a. What is wrong with me?

Page 1 of 1