Announcements

Announcements about MaplePrimes and Maplesoft

 

 

MAPLESOFT’S LATEST TESTING SOLUTIONS PRODUCT OFFERS MAJOR ADVANCEMENTS IN ASSESSMENT TECHNOLOGY

Maple T.A. 3.0 is the only system designed specifically for courses using mathematics

 

Waterloo, Canada, January 8, 2007: Maplesoft™, the leading provider of high-performance software tools for engineering, science and mathematics, today announced significant enhancements to Maple T.A.™, its Web-based testing and assessment system. The new version, Maple T.A. 3.0, features increased flexibility in content creation, an enhanced user interface, and improved grading and assessment capabilities. The product supports complex, free-form entry of mathematical equations and intelligent evaluation of responses, making it the only system designed for mathematics, science, or any course requiring mathematics.

“Maplesoft’s decades of experience in the academic market, expertise in creating dynamic technology solutions, and our collaboration with leading institutions in math education have resulted in a product that instructors can place their full trust in,” said Jim Cooper, Maplesoft CEO. “The latest release of Maple T.A. is a more intelligent and integrated product, and is the system of choice for creating content, testing, and assessment in the math education world.”

Built on the power of Maple™, Maplesoft’s software product for solving complex mathematical problems, Maple T.A. 3.0 provides new benefits that make the product more adaptable and easier to use.

Happy Holidays and Merry Christmas to all MaplePrimes members. I hope you all have a great time with whatever you are doing for the rest of 2006. In honor of the season, here is a nice holiday image, courtesy of the Calculus II Powertool.

So, is there any information about Maple 11, or do we have to wait until the Joint Meeting to find out? Just curious if anyone has found anything out or knows anything about the next version!
We want to know what Waterloo has done about using full 64 bit performance in VISTA and multicore and parallel computing. Pros, please tell us; we want our supercomputer abilities now!
Lambda the Ultimate is a community site for programming languages. The name comes from The Original 'Lambda Papers' by Guy Steele and Gerald Sussman. Yep, that Guy Steele, co-creator of Scheme, then Java, now working on Fortress. Fortress is intended to be a disruptive technology (like Java was), and is squarely aiming at markets that are currently served by Fortran and Matlab.
My daily routine involves a look at what's new in academic Math via the ArXiv (through the convenient Front interface at UC-Davis), and in academic CS via the lesser-known Computing Research Repository. Actually, I use the nice feature both have to have an email (with links) sent to me every weekday with new posts in my areas of interest.

Maplesoft.com recently posted a new user story that describes how Maple was used by a German company that develops, produces, and distributes towing kite wind propulsion systems for modern means of sea travel and transportation.

Here is a quote from the company:

“SkySails is grateful to Maplesoft, because Maple saved us a lot of time. Using Maple was very easy and quick. The computations we used are probably very basic for Maple, but they were extremely effective for SkySails. When testing the simulator, the correctness of the mathematical model is crucial. With Maple, there was nothing to worry about!”

Click here to read the whole story.

Unforunately, I have had to remove the ability for users to upload HTML files to MaplePrimes. We recently had a user upload 630 HTML files that all had links to their Viagra and Cialis ads. In the 8 months that the File Manager has been available, only one user has uploaded an HTML file, so I doubt that this functionality will be missed. If you need to post HTML to MaplePrimes, you can always just copy and paste its source code into a posting. If you have any comments on this, please add them below.
First, my profile got erased and replaced with some outdated information - like I am working at Tennessee Tech etc. I don't work there anymore (or anywhere else) since June. All my favorite mathematicians/scientists got erased and I have to think again about that and try to recall who was included there. Fortunately, I didn't have this problem with my favorite performance artists etc. - the entry got erased, but I easily restored it. Next, clicking on Dr. produces an empty page titled People who have the title <em>Dr. </em> instead of a list including me and other Drs.
According to the help page ?RandomTools,integer ,
  • By default, the flavor integer describes a random integer in the range -499999999994 .. 499999999994, inclusive.
In reality, Maple produces only positive integers, in the range between 1 and 999999999989,
t:=RandomTools:-Generate(list(integer,20));

  t := [395718860534, 193139816415, 22424170465, 800187484459,

        427552056869, 842622684442, 412286285840, 996417214180,

        386408307450, 694607189265, 773012980023, 730616292946,

        106507053657, 396412723003, 944913350029, 210936428922,

f:=proc() args end proc:
convert(f,CompSeq);

Error, (in convert/CompSeq) invalid subscript selector

g:=proc(n) if n=3 then true else false fi end:
convert(g,CompSeq);

Error, (in convert/CompSeq) invalid procedure. Can't convert to CompSeq

maplemint(`convert/CompSeq`);

I just uploaded a small change to the theme of MaplePrimes. Now when you click on any of the tabs on the top right of the page, the red color will stay when you are still visiting a page from that section of the site.

Also, when you click on a link into a section the appropriate tab will become active: Click on a forum post, the forum tab is active, check out a blog entry, the blog tab will be active.

A small change, but it makes the site a bit more attractive.

Maplesoft has just created a new promotion Tell Us Your Story. If you submit a story about how Maple and other products have helped you out, you can win an iPod. Free iPods will be given to three randomly selected people who submit their story here. http://www.maplesoft.com/community/user_experience/ Here is the text from the page: Has any Maplesoft product helped you? Tell us about it! You could win an iPod! Maplesoft is always looking for great ideas and techniques from our user base. If Maple or any of our other products has helped you work more efficiently, creatively, or just simply better with your mathematics, we want to hear from you.

 

Update: The contest has ended. Thank you for your submissions.

http://maplesoft.com/applications/app_center_view.aspx?AID=2017
Answering to Definite Integral post, I tried to do the first example in ?inttrans[fourier],
assume(a>0):
inttrans[fourier](3/(a^2 + t^2),t,w);

         Pi (exp(a~ w) Heaviside(-w) + exp(-a~ w) Heaviside(w))
       3 ------------------------------------------------------
                                   a~
using int,
int(3/(a^2+t^2)*exp(-I*w*t),t=-infinity..infinity);

                                  0
No comment. Well, I tried another example from the same help page,
inttrans[fourier](1/(4 - I*t)^(1/3),t,2+w);
First 16 17 18 19 20 21 Page 18 of 21