Applications, Examples and Libraries

Share your work here
MaplePrimes own Jim Herod has a wonderful set of lecture notes—accompanied by a collection of Maple worksheets—which introduce linear operators on infinite-dimensional Hilbert spaces to beginning graduate students in science and engineering. Entitled Linear Algebra, Infinite Dimensions, and Maple, these notes were developed from a one quarter course which Prof. Herod taught many times at the Georgia Institute of Technology. The notes are very concise and have been refined and improved many times over the years in response to student feedback.
FYI, there are MathML character entity errors in Maple 10. This causes problems when copying MathML output from Maple into other programs that expect valid MathML. I only checked the Greek character entities, as that's where I was running into bugs. The incorrect entities as output by the Maple MathML[ExportPresentation] command and the corresponding correct MathML entities from http://www.w3.org/TR/REC-MathML/chap6/byalpha.html are (lower and upper case Greek characters only):
dcasimir asks for an efficient way to create a list of the first n primes, without invoking nextprime, etc. An easy way to do this is to use a do loop to build up a sequence term by term. However, as Alec points out, this is not an efficient technique in Maple. It runs as O(n^2), where n is the number of items in the sequence. A way to avoid the inefficiency is to forego building a sequence and instead insert the items into a table. Then, after exiting the loop, convert the table to a list.
Dr. Sarah J. Greenwald, Appalachian State University, and Dr. Andrew Nestler, Santa Monica College have put together a site about mathematics and The Simpsons,including an exhaustive list of all math references on the show, relevant images, and the math background of the writers. They use this material to introduce concepts, motivate students and reduce math anxiety, apparently. Aside from its potential educational value, it's fun. See Simpson's Math. eithne
My thanks to Prof. Meade and Prof. Harrington for their suggestions on how to increase "maxmesh" or "abserr". Prof. Harrington's suggestion about adding 'maxmesh=500' as an option in dsolve didn't pan out, but I'll try other numbers--I understand the maximum is about 8000 plus. Prof. Meade's suugestion about adding "abserr=1e-4" also didn't pan out (on my Maple 9.5--Prof.Meade seems to be using Maple 10,though this shouldn't make a difference,methinks!) However,adding abserr=1e-3 as an option to dsolve DOES work! Very strange indeed. Anyway,I've got my graph,and thanks again to Prof. Meade et al.
The Maple V Share Library was a wonderful facility for mathematicians comprising some 140 Maple routines, packages and worksheets written by Maple users and contributed freely to the Maple community. John Maplenut has written a short program which allows the Maple V Share Library for Windows to be accessed directly from all versions of Maple up to and including version 10. You can access the Package from the Maple Application Center or from John Maplenut - Updated Maple V Share Library.
I just push the last version of my sheet "proba4maple" dedicated to discrete probabilistic computations on my SourceForge hive.
Robert Israel's homepage contains a number of useful Maple resources, including the Maple Advisor Database.
As this community seems to be developing quite nicely, I thought it might be nice to figure out where the users of Maple are. So I have created a Maple map on frappr, a new community mapping service. Add yourself!
The University of Toronto is Canada's largest university and considered one of its very best. Its downtown campus (St. George) campus is the original site with all of the older buildings (circ. mid 19th century) and most of its most prestigeous faculties. Of note for the math crowd would be the Fields Institute .

There are two ways of directly entering math into MaplePrimes. The first is the <maple> tag. Any text between <maple></maple> tags will be interpreted as Maple syntax and be replaced with a 2D GIF image of that syntax.

First 66 67 68 Page 68 of 68