Carl Love

Carl Love

28150 Reputation

25 Badges

13 years, 351 days
Himself
Wayland, Massachusetts, United States
My name was formerly Carl Devore.

MaplePrimes Activity


These are replies submitted by Carl Love

I don't know if the multiple-independent-variable case is handled at all. (Are they called partial recurrences, akin to partial differential equations?) There are no such cases in the examples at ?rsolve. Do you have reason to believe otherwise?

@Don_Caraota Also note that it is generally better to use CDF(dist,x) rather than evalf(Int(PDF(dist,t), t= -infinity..x)).

@Don_Caraota Also note that it is generally better to use CDF(dist,x) rather than evalf(Int(PDF(dist,t), t= -infinity..x)).

@acer Okay, I agree. I had tested it earlier by mapping the simplify. But it doesn't work if I map the simplify and include the assuming, even though that works for functions other than Int. I'm branching it off to a separate Question.

@acer Okay, I agree. I had tested it earlier by mapping the simplify. But it doesn't work if I map the simplify and include the assuming, even though that works for functions other than Int. I'm branching it off to a separate Question.

Do you have any idea what the simplify does in your Cartesian-coordinates integral? I noticed that if I apply simplify to the integrand (after the inner integration is done), the integrand is changed slightly, but the integral still returns unevaluated.

 

Do you have any idea what the simplify does in your Cartesian-coordinates integral? I noticed that if I apply simplify to the integrand (after the inner integration is done), the integrand is changed slightly, but the integral still returns unevaluated.

 

@Preben Alsholm I see my mistake now! It's -2*y, not -2*x*y.

@Preben Alsholm I see my mistake now! It's -2*y, not -2*x*y.

My Maple 17 does not have the command dividend.

But along the same lines there is

evalindets(y=a*(b-c), `+`, x-> b*expand(x/b));
                                /    c\
                        y = a b |1 - -|
                                \    b/

My Maple 17 does not have the command dividend.

But along the same lines there is

evalindets(y=a*(b-c), `+`, x-> b*expand(x/b));
                                /    c\
                        y = a b |1 - -|
                                \    b/

Why do you ask? Is it because you have an system of ODEs that you think would be best solved by one of those methods? Is it because you want to study the method? Or is it some other reason?

@Markiyan Hirnyk Markiyan, do you have a specific question about my code? Perhaps it would help to say that my V is not a Vector; rather, it is a procedure which returns a Vector. In particular, it returns a numeric Vector when passed a numeric argument.

The code

V||(1..4):= 'V(k)' $ 'k'= 1..4;

does exactly the same thing as

(V1, V2, V3, V4):= seq(V(k), k= 1..4);

@Markiyan Hirnyk Markiyan, do you have a specific question about my code? Perhaps it would help to say that my V is not a Vector; rather, it is a procedure which returns a Vector. In particular, it returns a numeric Vector when passed a numeric argument.

The code

V||(1..4):= 'V(k)' $ 'k'= 1..4;

does exactly the same thing as

(V1, V2, V3, V4):= seq(V(k), k= 1..4);

@Markiyan Hirnyk Did you have in mind a 3D plot in cylindrical coordinates?

First 657 658 659 660 661 662 663 Last Page 659 of 711