Sekamane

10 Reputation

2 Badges

10 years, 244 days

MaplePrimes Activity


These are questions asked by Sekamane

int(int(y, 0 <= y, x^2+y^2+z^2 <= 1));

Error, (in int) integration range or variable must be specified in the second argument, got 0 <= y

int(int(y, y = 0, x^2+y^2+z^2 = 1));

Error, (in int) integration range or variable must be specified in the second argument, got y = 0

Page 1 of 1