Carl Love

Carl Love

28050 Reputation

25 Badges

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

MaplePrimes Activity


These are replies submitted by Carl Love

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.

@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.

@Markiyan Hirnyk The solution set over the complex numbers has one free parameter (to be expected since there are three unknowns and only two equations) whereas the solution set over the real numbers has zero free parameters.

First 608 609 610 611 612 613 614 Last Page 610 of 709