Announcements

Announcements about MaplePrimes and Maplesoft

But note the mouse-over caption! See www.xkcd.com for todays (June 11, 2008) strip. This will be printed and posted at the door that seperates the Physics Dept. from the Math Dept. at most institutions.

Tim

We are pleased to announce that the winner of the monthly Maple Mentors Award for May is Dr. Aleksandrs Mihailovs (aka alec).  Dr. Mihailovs will receive a prize of his choice to thank him for his involvement with the MaplePrimes community.

Congratulations...and keep on posting!

It's been a while since I've updated my blog, but the recent Maple 12 release gives me a good opportunity to talk about some of the features I'd been working on for the past months. A few people on MaplePrimes had asked for more details about Maple 12, so I'll start by saying a bit about the new polar axes. A lot of this work was done by my colleagues in the GUI Group and they may have additional interesting things to say about the feature.

In previous versions of Maple, you could draw polar plots using the plots[polarplot] command or with the coords=polar option, but these were always displayed with Cartesian axes. In Maple 12, polar axes are displayed by default, as seen here.

plots[polarplot](1+cos(theta), theta=0..2*Pi, axis[radial]=[tickmarks=5])

plots[polarplot](1+cos(theta), theta=0..2*Pi, axis[radial]=[tickmarks=5])

 A number of new options were added to the polarplot command so that you can customize the axes.  The most useful ones are the axis[radial] and axis[angular] options. These work like the axis[1], axis[2] and axis[3] options available for general plots, and you can use them to control color, tickmarks and other properties of the radial and angular axes.

Typeset math on plots had been introduced in Maple 11, and now we can take advantage of this with nice axis labels, in multiples of Pi, on the angular axis. These labels appear by default, but of course, they can be customized with the axis options. The plot/typesetting help page provides information on how to add typeset math to plots through the command line. There are also interactive ways to do this, using the context menu.

You can add polar axes to plots created by commands other than plots[polarplot], by using the axiscoordinates=polar option. However, not all the options offered by plots[polarplot] are available generally. Here is an example using plots[implicitplot].

plots[implicitplot]([x^2+2*y^2 = 1, x^2+1.5*y^2 = 1], color = ["Blue", "Green"], x = -1 .. 1, y = -1 .. 1, axiscoordinates = polar);

plots[implicitplot]([x^2+2*y^2 = 1, x^2+1.5*y^2 = 1], color = ["Blue", "Green"], x = -1 .. 1, y = -1 .. 1, axiscoordinates = polar)

It is also possible to get the pre-Maple 12 Cartesian axes back with polar plots, by adding the axiscoordinates=cartesian option.

The following is extracted from Jakob Nielsen's weekly newsletter on usability.

----------------------------------------------------------

While in London for last week's conference, I stopped by the British Museum. Among other exhibits, I saw King George III's collection of antique coins. Because this was part of an exhibition about the growth of knowledge during the Enlightenment period, the collection was shown in the way the King had organized it.

His Roman coins were sorted chronologically, which is the same system the Museum uses to this day. But the Greek coins were sorted alphabetically according to the name of the ruler depicted on the coin. This meant that coins issued at the same time would be in widely varying parts of the collection. It also meant that coins minted in the same city state would be dispersed across the collection. Not surprisingly, the British Museum no longer uses George III's system for its collection (except for this special exhibit).

Information architecture lessons:

  1. Alphabetical order is usually a bad way to structure items.
  2. For a better structure, you need to understand the underlying dimensions of interest (the King didn't know enough about ancient Greece to correctly place the coins in time and space).
  3. New info may cause you to restructure things for better access.
  4. Two or more structuring principles may be better than a single one.

Would you Try it...

http://www.mechofmat.com/examples/ex01/msetup.zip

Current Trial Serial Number
32FSXUT-BCTLFQ4-QEU3Z95-FE7ZM

 

 

 

We are pleased to announce that Maple 12 is now available.  It has some very cool new features - my personal favorites include the addition of polar plots, nifty new dials and gauges, a start-up code region, and the ability to use colour in table cells.  Check out our website to find out what’s new, to watch Maple 12 movies in the new , for full details on upgrade specials and more.

 

We are pleased to announce that the winner of the monthly Maple Mentors Award for April is Axel Vogt. Axel will receive a prize of his choice to thank him for his involvement with the MaplePrimes community.

Gratuliere!!

We are pleased to announce that the winner of the quarterly Maple Mentor Award for Jan.-Mar. 2008 is Jacques Carette, and the recipient of March's monthly award is Prof. Alejandro Jakubi. Jacques and Alejandro will receive prizes of their choice to thank them for their involvement with the MaplePrimes community. Congratulations to our winners!

The e-mail notification feature that was previously available before the last update to the site has been re-enabled.

Please post any issues with this feature as comments on this blog entry. If you have comments about any other features, please add them to the MaplePrimes Suggestions forum

This workshop is focused on the intersection of programming languages (PL) and mechanized mathematics systems (MMS). The latter category subsumes present-day computer algebra systems (CAS), interactive proof assistants (PA), and automated theorem provers (ATP), all heading towards fully integrated mechanized mathematical assistants that are expected to emerge eventually (cf. the objective of Calculemus).

This is the second PLMMS workshop, with the first workshop held with Calculemus 2007 in Hagenberg, Austria.

We are pleased to announce that the winner of the monthly Maple Mentors Award for February is Joe Riel. Joe will receive a prize of his choice to thank him for his involvement with the MaplePrimes community.

Congratulations!!

I have just completed a new update to the site that allows me to disable the new WYSYWIG editor for specific users. Users cannot make this change themselves at the moment, an administrator must make the change for them.

If you would like the editor disabled, please use the contact form to send me a message.

We are pleased to announce that the winner of the first quarterly Maple Mentor Award is Robert Israel.  The recipient of the monthly award for January is John Fredsted. Robert and John will receive a prize of their choice to thank them for their involvement with the MaplePrimes community.

Congratulations and keep up the good work!!

I just posted a new poll. Do you have a DVD drive on your primary computer? Maplesoft is considering changing the media we use to distribute our products, and we would like to know what media most of our customers will be able to use.

A long-time member of mapleprimes, Gerald A. Edgar has recently posted a wonderful paper, "Transseries for beginners" up on the arXiv.  It is elementary[1], but not easy, and written in a very engaging style.  For those interested in the mathematics used in some of the darker corners of Maple, this is a great introduction.

First 11 12 13 14 15 16 17 Page 13 of 20