Earl

980 Reputation

8 Badges

18 years, 253 days

MaplePrimes Activity


These are replies submitted by Earl

@dharr Both DirectSearch.mla and DirectSearch.hdb were in the path displayed by command currentdir() when I issued the HelpTools migrate command. The .hdb file size is 2711 MB but the migrate command produced a DirectSearch.help file whose size is 56 MB. This small size led me to say that the .help file had no content.

@tomleslie Thanks, but I don't have Maple 2015 having just upgraded from Maple 15 to Maple2016. Is there any other way?

@Kitonum Greeting. It seems the overflow error occurs only in Maple 15.

When the following statement in procedure Picture above...

P[i]:=seq([subs(var=var1+i*h,e1), subs(var=var1+i*h,e2),0], i=0..N) fi; fi; od;  #`  MODIFIED FOR 3 D `[f(t), g(t), 0] 

...  is replaced by ...

if nops(L[i, 1]) = 2 then P[i] := seq(subs(var = h*i+var1, [e1, e2]), i = 0 .. N) else

e3 := L[i, 1, 3];

P[i] := seq(subs(var = h*i+var1, [e1, e2, e3]), i = 0 .. N) end if:

... then the following list displays a pretty seashell shape

L := [[[0, 0, 0]], [[cos(a), sin(a), (1/3)*cos(8*a)], a = 0 .. 2*Pi]]

@Kitonum Entering command interface(version) produced this response:

Standard Worksheet Interface, Maple 15.01, Windows NT (unknown), June 2 2011 Build ID 636299

Could there be a bug in this version of Maple 15?

My operating system is Windows 10. I intend to upgrade to Maple 2016 as soon as it is available.

@Markiyan Hirnyk I emailed WPI several days ago and have received no reply.

@Markiyan Hirnyk Are you aware of any other source describing the commands in package CalcP7, or of any other package providing the same sort of functionality?

@Markiyan Hirnyk I have the 64-bit version, Windows 10 version 1511, build 10586.71 installed about 2 months ago.

I intend to upgrade to Maple 2016 when it is released. Do you know when this will happen?

BTW I have also downloaded the package InequalityGraphics which produces some interesting displays. No help pages appear for this package but issuing either of its two commands with no parameters displays a list of that command's parameters.

@Markiyan Hirnyk I have Maple 15 running under Windows 10. I followed the installation instructions in this website

https://www.wpi.edu/academics/math/calcp7.html

@Kitonum Thank you for your explanation. I have a better understanding now.

@Kitonum I failed to notice that x had previously been assigned a value and thereafter must appear unevaluated. Interestingly, the spacecurve command did not issue an error message.

@vv Thank you for another clear explanation and for the New Year's wishes. All the best to you and your family in 2016 and I look forward to more crystal math education from you.

@vv What clever reasoning; the minimum x after any rotation and translation of the ellipse in the corner. This reasoning should apply to any other ellipse-like shape in a corner.

@vv I understand your parametric expressions for the coordinates of the sliding ellipse (Wikipedia helps) but

I must be thick as I've tried and failed to derive the coordinates of xc and yc. Please explain how their expressions arise (a diagram of the ellipse rotated at a sample angle would help).

@vv Does the expression you plot for the sliding ellipse presume that its centre moves in a circle whose centre is the origin?

First 20 21 22 23 24 Page 22 of 24