Carl Love

Carl Love

28035 Reputation

25 Badges

12 years, 320 days
Himself
Wayland, Massachusetts, United States
My name was formerly Carl Devore.

MaplePrimes Activity


These are replies submitted by Carl Love

@Carl Love The Wolfram (essentially, Mathematica) reference page for BesselI gives three (presumably equivalent) formulations of diff(BesselI(nu, z), z). One of those is the same as what Maple gives.

@Mohamed19 Let's suppose that your derivative were correct. That would imply that the function is not differentiable for alpha = -1. But the plot

plot(BesselI(-1, x), x= -2..2);

shows that it is differentiable.

@Mohamed19 Consider the case alpha = -1. If your expression for the derivative were correct, it would imply that BesselI(-1, x) was a constant or piecewise-constant function. Simple plotting shows that that's not true.

Maple gives the derivative (wrt x) as

diff(BesselI(alpha+1, x), x);
BesselI(alpha+1,x)+alpha/x*BesselI(alpha,x)
 

@Mohamed19 

The derivative of order n can be computed like this:

diff(BesselI(alpha, x), [x$n]);

This works for any nonnegative integer n or for unspecfied n.

An infinite series representation of the form x^alpha*P(x) with P(x) a power series can be obtained by 

convert(BesselI(alpha, x), Sum);

@Adam Ledger I don't see your point. The goal is to get a square wave, not a staircase.

@acer Shouldn't your `mod/ceil` procedure have ceil(a) where it now has ceil(x)?

@Rouben Rostamian  There are a few more problems:

  1. The last two initial/boundary conditions aren't orthogonal to the boundary, i.e., they should each specify the other independent variable.
  2. With these conditions, you need to specify the range of the space variable. One of the two endpoints of the range must be 0.
  3. You may need to specify which of the independent variables is the time variable; not sure. It certainly wouldn't hurt to do so.

The diagram in the link says nothing about A and B other than that they are on that circle of intersection. More-specific information is needed.

You specify that H(t) is a column vector and A is a row vector. Under those conditions, H(t).H(t)^%T.A doesn't make sense. Please clarify.

This Reply is not meant to accuse you of anything, but the error that you show has commonly been reported here for the past few months, and it's been associated with invalid license issues. So, you'll need to contact customer service to resolve it.

The failure is a more-complex issue (which I don't understand) than just the name of the constant. Even if the constant is replaced with an explicit constant, such as 1, the odetest will still fail.

Basic set theory tells us that A=B implies f(A)=f(B) for any f, and simplify should recognize this triviality. So, I'd call it a bug.

I see that I've been removed from your "special request" list.

Do you need to know the numbers of the duplicates? Or is it sufficient that the duplicates simply be removed?

@mmcdara It seems to me that Acer's Answer still applies perfectly to your modified Question. Is there still anything to clear up?

@Kasp262e Then what's the point of your 10^(n-i)? They make the equation 100*k_1 + 10*k_2 + k_3 = 123not k_1 + k_2 + k_3 = 123 (assuming that you've corrected your indexing syntax from k_i to k_||i as instructed by Mmcdara; it's impossible to index k_i by i).

First 253 254 255 256 257 258 259 Last Page 255 of 708