Christopher2222

MaplePrimes Activity


These are replies submitted by Christopher2222

I believe he was my first year University Calculus Professor way back in '91 (edit add or at least someone that was very closely a resemblance) in any case ...  Congratulations on your retirement and may your knowledge and contributions to maple continue with us here on mapleprimes.

Maple 12 is my all time favorite version of Maple, and I still use it today.  Maple 12 was probably the most popular version.  For interest purposes Maple 12 contains the most applications submitted to the application center, it may not be a true measure of popularity but does give some quantifiable measure outside of sales per version which only maplesoft knows.  Regarding age, M12 is still very capable software, in one case M2016 had a bug that didn't affect M12, .. I'm babbling but I believe an article was pointed out by Markiyan Hirnyk that discussed relying on software for research and taking the results at face value might not be such a wise idea .. but I digress.

Since elementwise operators was introduced in M13 my go to command in M12 is map and zip.

@Carl love  which is more efficient map or zip

@tsunamiBTP try searching Element-wise operators instead

It seems most always, new Maple users have trouble realizing e^x is not what is normal.  It is probably a confusion of see math the way it is - ironically I thought Maple was exactly that?  So based on that, one would think e^x would be exactly what you would expect. It's one of the caveats of the Maple language.  One could produce a small proc for that where e is actually exp() so if one did e^ some value.

Just have to define e:=exp(1):

or the proc but have to use brackets

e:=proc(x::numeric)
  evalf(exp(x)):
end proc:

Actually defining e:=exp(1) you'll have to use evalf so instead define it as e:=exp(1.)

@brian bovril I do recall vaguely seeing a shoelace formula but I do not remember when.  Are you still looking for the original post/question of the shoelace formula?  The most unfotunate part is that if shoelace wasn't used in the Title of the post/ Question it will not be found.  Most times I see Titles as quite vague about it's content such as "solution", "Another way" or "possible way" it doesn't help if search algorithms only search titles and not content. 

Regardless I found the content for " ThU. You are right. Shoelace's formula is a wonderful formula! It ... ThU. You
are right. Shoelace's formula is a wonderful formula! It" 
Located here in this post http://www.mapleprimes.com/questions/151379-Geometry-area-Bounded-By-Lines#comment151394

But not the original shoelace formula

Is that what you were trying to locate?

I'm previewing the book now. 

From the intro chapter .. "This book is intended for students, teachers and researchers who will ultimately wish to use Maple for advanced applications.  Here, 'advanced' means something more complex than evaluating a single integral, but not necessarily designing and running a simulation of the latest jet engine."

The "not necessarily" really gets your mind buzzing.  I'll have to check it out in the new year.

I wonder if Maplesoft can use the info and make a better interrupt button? 

For some additional information to help with a better interrupt.  If the output of a calculation is extremely large, or if the output is just simply large to begin with, the interrupt will not work.  Maple appears to have stopped while the information is being passed to the display.  I don't know if the interrupt button, or improved interrupt button, can help in this case but using the output suppression colon at the end works most times.  However in case one forgets the colon, it would indeed be helpful for the interrupt button to work.

Interesting, that would be MapleV version 5 shown.  For historical interest here is my copy of MapleV version 3 and what was included in the box.

Interestingly when I look back, the Maple versions which stand out for me are of course MapleVr3 then Maple 9.5, Maple 10, Maple 12 and Maple 18.

Actually regarding Maplesoft manuals I don't even know if they even offer hard copy manuals to buy.

I want to add a new field or additional attribute to a particular record.  So in my example the green honda doesn't have a model associated with it, so I'd want to add (append) 'model'=accord to that field.  I guess the trouble with that is that if it hasn't been initially entered or it doesn't have a unique name in the field it would be a little more difficult to add. 

Regarding the full list of the Record - disregard - I was sleepy.  However getting a nice layout list would be better, with some coding it could be layed out in a table.

 

@Carl Love How would I call the full list of the Record and how would I add an attribute to a particular field?

@Carl Love thanks that's what I was looking for.

I suppose if it were a question it would be, what is the minimum number of folds possible for values from 1 to 10?

@Carl Love It was a post, I don't know who turned into a question?  There is no question, you are correct.

@tomleslie thanks for that.  I didn't realize a fraction would have cleared that up so easily. 

First 43 44 45 46 47 48 49 Last Page 45 of 155