MrAtheist

20 Reputation

3 Badges

17 years, 131 days

MaplePrimes Activity


These are questions asked by MrAtheist

I've stumbled across this double integral... int(int(2*x*sin(y),y),x); for which Maple can do it perfectly. However, if I specify the range for x and y, Maple will complain: int(int(2*x*sin(y),y=0..1),x0..1); Error, (in assuming) too many levels of recursion I'm just wondering if there is any other way around of evaluating this definite integral?
So today I'm trying to play around with matrix norm until I've come across this "bug" (I assume)... with(LinearAlgebra): r:=Matrix([2*x,x^2,x^3/3]); dr:=Matrix(map(diff, r, x)); MatrixNorm(r,2); MatrixNorm(dr,2); My question is that why does Maple spit out "x" and "xbar" while obviously, it should all be "x". And what's the command to make it just in terms of "x"
Page 1 of 1