Will

1781 Reputation

16 Badges

20 years, 299 days
Maplesoft
Developer
Waterloo, Ontario, Canada

Social Networks and Content at Maplesoft.com

Maple Application Center

Will Spaetzel is a Software Architect in the Maple T.A. Team at Maplesoft.

He started at Maplesoft in May of 2004 for a 16 month internship while completing his Bachelor of Computer Science from the University of Western Ontario. During his final year at UWO, he continued on as moderator for MaplePrimes. He joined Maplesoft full-time in May 2006 and moved to the web team in Jan 2007. In December of 2010, Will moved to the Maple T.A. team. 

Will was born and grew up in Ontario, Canada. He maintains a personal blog, dabbles in photography builds web applications in his spare time.

MaplePrimes Activity


These are replies submitted by Will

Please read this post. There are specific instructions required in order to install Maple on SuSE 10 ____ William Spaetzel Marketing Engineer, Maplesoft
In Maple 10, if you want to get help on a command, type it in and press F2 F1 Will bring up the Quick help ____ William Spaetzel Marketing Engineer, Maplesoft
In Maple 10, if you want to get help on a command, type it in and press F2 F1 Will bring up the Quick help ____ William Spaetzel Marketing Engineer, Maplesoft
Hello, I have received several comments from other users reporting the same problem. Can I ask, where in the world are you located? It seems like European users are finding the site particularly slow. ____ William Spaetzel Marketing Engineer, Maplesoft
The user commented on having trouble uploading the file so I uploaded it myself. Here are the links: View 1_poole-5_5-exercises-35-38.mw on MapleNET or Download 1_poole-5_5-exercises-35-38.mw ____ William Spaetzel Marketing Engineer, Maplesoft
Hello, I checked and I see that the name of the file that you uploaded is "poole-5.5-exercises-35-38.mw" I'm pretty sure that the problem is that the filename has a dot in it. I renamed your file and uploaded it again. This gives me the links, here they are: View 1_poole-5_5-exercises-35-38.mw on MapleNET or Download 1_poole-5_5-exercises-35-38.mw I will look into fixing the file manager so that it handles a dot in the filename. ____ William Spaetzel Marketing Engineer, Maplesoft
If you search MaplePrimes you see that a number of people have had problems with Maple on SuSE linux. For Maple 9.5 there is an update which you can download here which should solve the problem. ____ William Spaetzel Marketing Engineer, Maplesoft
Hello, You may be interested in This blog post that was just posted by Joe Riel that describes the syntax of the mws format. As for the .mw format, try opening it up in a text editor. You will see that it is a simple XML based format that you should be able to figure out without any difficuly. ____ William Spaetzel Marketing Engineer, Maplesoft

If you put everything on the same prompt, you don't get the problem, as you can see below:

Expanded Document Block

> with(VectorCalculus): with(plots): printf("Initialization complete");Initialization complete

Collapsed Document Block

Initialization complete

____

William Spaetzel

Marketing Engineer, Maplesoft

Maple Equation

This post generated using the online HTML conversion tool
Download the original worksheet View worksheet on MapleNET

If you put everything on the same prompt, you don't get the problem, as you can see below:

Expanded Document Block

> with(VectorCalculus): with(plots): printf("Initialization complete");Initialization complete

Collapsed Document Block

Initialization complete

____

William Spaetzel

Marketing Engineer, Maplesoft

Maple Equation

This post generated using the online HTML conversion tool
Download the original worksheet View worksheet on MapleNET

It looks even better as an image

Maple Equation

> # Build a periodic quadratic over 0..1.2 with a period of 1.2> forcefun := proc(x) local usex; if not type(x,'numeric') then 'procname'(x); else usex := 1.2*frac(x/1.2); 0.36-(usex-0.6)^2; end if; end proc: > plot(forcefun,0..2.4);

Maple Plot

Maple Equation

This post generated using the online HTML conversion tool
Download the original worksheet View worksheet on MapleNET

It looks even better as an image

Maple Equation

> # Build a periodic quadratic over 0..1.2 with a period of 1.2> forcefun := proc(x) local usex; if not type(x,'numeric') then 'procname'(x); else usex := 1.2*frac(x/1.2); 0.36-(usex-0.6)^2; end if; end proc: > plot(forcefun,0..2.4);

Maple Plot

Maple Equation

This post generated using the online HTML conversion tool
Download the original worksheet View worksheet on MapleNET

Try using plottools[disk] this gives you a filled in circle where you can define the radius, below I give an example

> radius:=0.05: points:=[[0,0],[1,1],[3,2],[-1,2] ]: plots[display]([seq(plottools[disk](points[i],radius), i=1..nops(points) )] , scaling=constrained);

Maple Plot

Maple Equation

This post generated using the online HTML conversion tool
Download the original worksheet View worksheet on MapleNET

Thanks for pointing out the problem. ____ William Spaetzel Applications Developer, Maplesoft
A new version of Maple 10 has just been announced for Intel Macs, as I posted here ____ William Spaetzel Applications Developer, Maplesoft
First 35 36 37 38 39 40 41 Last Page 37 of 48