So, after many years in the making, version 1.0 of wine is released.
Can anyone say, whether it'll run Maple 12?
acer
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
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.
, theta=0..2*Pi, axis[radial]=[tickmarks=5])](http://mapleoracles.maplesoft.com:8080/maplenet/primes/3c394523c216f7446c9c43a0c1d0f0ee.gif)

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);

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:
A few weeks ago I mentioned the ncrunch comparison of "mathematical programs for data analysis" in a comment in another thread. There is now a new, 5th release of that review. The systems reviewed are:
The review is skewed towards statistical computation and data manipulation, but it includes several interesting comparisons of the major computer algebra systems (CAS).
There is a comparative performance section, and the worksheets used for that benchmarking are available for download. Here is the Maple worksheet, which was used with Maple 11.
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.
I just uploaded a brand new version of MaplePrimes that brings with it a huge number of improvements that should make the site easier and more powerful to use.
The most obvious change is a new WYSYWIG editor that appears on all posting forms. This will allow you to enter posts in the same way that you would in most word processors. You do not need to worry about proper use of HTML tags. The editor has a number of toolbar buttons that make it easy to perform common tasks.
This editor has two buttons specific to MaplePrimes:
The Maple tag button makes it easy to insert 2-D Maple Math, the same way you would have used the <maple> tag before
The Upload button uploads a file using the File Manager and automatically inserts a link to the uploaded file into your post.If you wish to go back to the old HTML style of posting, just click the "Source" button that appears in the toolbar.
We have made several updates to the MaplePrimes Student Forum. First, the theme for the forum and all topics within the forum has been updated. This change will make it easy to distinguish when you are in a different section of the site.
Also, new blocks have been created, seperating the active main forum topics from the student forum topics.
Next, there is a new type of post that you can create, a Maple Software Change Request use this form to send suggestions to Maplesoft about changes that you would like made to our software products. All submissions from this form go directly into our internal Bug tracking database, so they will be seen by developers.
Many users have requested the ability to let the administrators know when they see Spam or other inapproprate content on the site. There is now a new feature that makes this easy. There is a new "Flag Content" link that appears on all Posts and Comments. If you want the administrators to take note of any posts, please click this link.
There have also been many smaller updates throughout the site. I hope that you are happy with the updates. Please comment on this post if you find any problems or would like any more changes.
Update - Comments have been closed on this post since it has become difficult to follow the many threads of discusson. Please post to the MaplePrimes suggestions forum with any comments that you have on the new site.
We are pleased to announce the winner of the monthly Maple Mentors Awards for December. The winner for December is Acer. Acer will receive a prize of his choice to thank him for his involvement with the MaplePrimes community.
Congratulations and keep up the good work!!
We are pleased to announce the winners of the monthly Maple Mentors Awards for October and November. The winner for October is Douglas Meade and Georgios Kokovidis has won for November. Douglas Meade and Georgios Kokovidis will receive a prize of their choice to thank them for their involvement with the MaplePrimes community.
We have received many emails nominating these individuals. One member had this comment concerning the help given by Douglas Meade:
How do I get anything to work with the differential algebra package with(diffalg)?
Maple does not recognize its own commands
and then makes things worse by crashing my computer.
I've had to pull the plug on my computer at least twice.
For instance, whenever I try to type
"differential_ring"
as soon as I type the underscore, Maple puts me into a subscript
mode.
Also, there seem to be TWO packages of commands for everything:
e.g. with(linalg) and with(LinearAlgebra)
with(diffalg) and with(DifferentialAlgebra)
which overlap tremendously!
Also, sometimes [[a,b],[c,d]] is recognized as a matrix and sometimes it is not. Changing it to <, does not help.
3 hours 12 min ago
3 hours 20 min ago
5 hours 52 min ago
5 hours 40 min ago
7 hours 59 min ago
8 hours 3 min ago
9 hours 14 min ago
9 hours 36 min ago
10 hours 13 min ago
11 hours 37 min ago