Carl Love

Carl Love

28115 Reputation

25 Badges

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

MaplePrimes Activity


These are replies submitted by Carl Love

@yewslyewsl Do you have reason to believe that there is a solution? You have two equations

Fn(n,m) = 0, Fm(n,m) = 0.

I can't find a shred of evidence that there is any point (n,m) that makes either one equal to zero, let alone one that makes them both equal zero. The evidence suggests that Fm is strictly positive and Fn is strictly negative. Mind you, I haven't proved anything; I've just looked at it empirically.

It looks like you may have tried to upload a file, but the link in your post is not clickable.

F:= subs(b= 1-a, eval(f)):
limit((F(x)-F(1))/(x-1), x= 1, right);
                               -1
limit((F(x)-F(1))/(x-1), x= 1, left);
                              2 a
F:= subs(b= 1-a, eval(f)):
limit((F(x)-F(1))/(x-1), x= 1, right);
                               -1
limit((F(x)-F(1))/(x-1), x= 1, left);
                              2 a

@Alex Joannou What version of Maple are you using? I think that Iterator requires Maple 17.

@Alex Joannou What version of Maple are you using? I think that Iterator requires Maple 17.

You need more Digits in order to get an accurate answer to this. The inaccuracy of your answer is obscured because you checked the residuals in the evalfed form of the equation rather than in the original. See my solution.

You need more Digits in order to get an accurate answer to this. The inaccuracy of your answer is obscured because you checked the residuals in the evalfed form of the equation rather than in the original. See my solution.

@mjc Are you sure that you used a forward slash "/" instead of a backward slash "\" in the libname setting?

@mjc Are you sure that you used a forward slash "/" instead of a backward slash "\" in the libname setting?

@mjc What happens if you try to load the package with(Orbitals);

@mjc What happens if you try to load the package with(Orbitals);

I had an Answer with that rule, but I deleted it because of this weirdness, which I couldn't come up with any way to prevent:

applyrule(r, (a-d)*ee);

Note that this result does not contain d.

I had an Answer with that rule, but I deleted it because of this weirdness, which I couldn't come up with any way to prevent:

applyrule(r, (a-d)*ee);

Note that this result does not contain d.

@brian bovril I just used the Tools => Options menu, nothing from the Format => Styles menu. The 12-point Courier New bold brown is the default font for character style Maple Input.

What happens if you select Maple Input from the pull-down style selector, which is the leftmost item in the bottom row of the toolbar?

Are you creating your worksheets in Document mode or Worksheet mode? You might need to use Worksheet mode.

First 609 610 611 612 613 614 615 Last Page 611 of 710