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

The mouse wheel works in Maple's standard interface. It doesn't work in any of the Classic interfaces. So if you use Maple 9, 9.5, or 10 standard, you will get the mouse wheel. But not in their respective classic version.

____
William Spaetzel
Marketing Engineer, Maplesoft

The mouse wheel works in Maple's standard interface. It doesn't work in any of the Classic interfaces. So if you use Maple 9, 9.5, or 10 standard, you will get the mouse wheel. But not in their respective classic version.

____
William Spaetzel
Marketing Engineer, Maplesoft

Thanks, You probably would have gotten the new version just by pressing F5. Most web browsers don't grab a site's CSS file more than once per browser session, so you wouldn't see the change.

____
William Spaetzel
Marketing Engineer, Maplesoft

Well you can download Cute PDF from cutepdf.com it is free and works quite well. Can you try printing using cute PDF to see the results?

____
William Spaetzel
Marketing Engineer, Maplesoft

Well you can download Cute PDF from cutepdf.com it is free and works quite well. Can you try printing using cute PDF to see the results?

____
William Spaetzel
Marketing Engineer, Maplesoft

I didn't even notice the lowercase "m", I just copied and pasted the code. If you ware working with LinearAlgebra or VectorCalculus, you should create your matrices using the captital M version.

____
William Spaetzel
Marketing Engineer, Maplesoft

I didn't even notice the lowercase "m", I just copied and pasted the code. If you ware working with LinearAlgebra or VectorCalculus, you should create your matrices using the captital M version.

____
William Spaetzel
Marketing Engineer, Maplesoft

If you use Square brackets to index into the Matrxi instead of _(i,j) that you are using, the sum works fine, as you can see below

Maple Equation

> restart; with(LinearAlgebra):

> A := matrix(3, 3, 3);

Maple Equation

> sum(sum(A[i,j],i=1..3),j=1..3);

Maple Equation

>

Maple Equation

This post was generated using the MaplePrimes File Manager

View 1_squareBrackets.mw on MapleNet or Download 1_squareBrackets.mw
View file details

____
William Spaetzel
Marketing Engineer, Maplesoft

If you use Square brackets to index into the Matrxi instead of _(i,j) that you are using, the sum works fine, as you can see below

Maple Equation

> restart; with(LinearAlgebra):

> A := matrix(3, 3, 3);

Maple Equation

> sum(sum(A[i,j],i=1..3),j=1..3);

Maple Equation

>

Maple Equation

This post was generated using the MaplePrimes File Manager

View 1_squareBrackets.mw on MapleNet or Download 1_squareBrackets.mw
View file details

____
William Spaetzel
Marketing Engineer, Maplesoft

I'm guessing what you want to do is work with one of the integrals that are given in your output. While I don't know an easy way to solve the copy and paste problem. Something that you could do is use code to grab the result that you want. In the attached worksheet, I use indets to get the interesting values in your output, I can then select the exact integral from that much smaller list to work with: View 1_indets.mw on MapleNet or Download 1_indets.mw
View file details

____
William Spaetzel
Marketing Engineer, Maplesoft

Can you please upload a worksheet that demonstrates this problem that you are having?

____
William Spaetzel
Marketing Engineer, Maplesoft

I printed your Garbage.mw worksheet to PDF using Cute PDF and I was able to get the Page numbers to appear: Download 1_garbage.pdf
View file details I also printed out to Paper using our Xerox printer and it came out just fine with the page numbers intact. What operating system are you using?

____
William Spaetzel
Marketing Engineer, Maplesoft

I printed your Garbage.mw worksheet to PDF using Cute PDF and I was able to get the Page numbers to appear: Download 1_garbage.pdf
View file details I also printed out to Paper using our Xerox printer and it came out just fine with the page numbers intact. What operating system are you using?

____
William Spaetzel
Marketing Engineer, Maplesoft

You also have the option to switching to a plain text input format. This will allow you to include any Unicode characters you wish without needing to use special HTML characters. To do this, click on Input Format below the entry field and choose the "Plain Text" radio butotn.

____
William Spaetzel
Marketing Engineer, Maplesoft

If you uploaded your worksheet as MW instead of MWS you would get an HTML version of your worksheet generated. You would be able to copy and paste that output into your posting to make it easy for people to read without downloading it.

____
William Spaetzel
Marketing Engineer, Maplesoft

First 30 31 32 33 34 35 36 Last Page 32 of 48