Scot Gould

Scot Gould

747 Reputation

14 Badges

11 years, 174 days
Claremont McKenna, Pitzer, Scripps College
Professor of Physics
Upland, California, United States
Dr. Scot Gould is a professor of physics in the W.M. Keck Science Department of Claremont McKenna, Pitzer, and Scripps Colleges - members of The Claremont Colleges in California. He was involved in the early development of the atomic force microscope. His research has included numerous studies and experiments using scanning probe microscopes, particularly those involving natural fibers such as spider silk. More recently, he was involved in developing and sustaining AISS. This full-year multi-unit, non-traditional, interdisciplinary undergraduate science education course integrated topics from biology, chemistry, physics, mathematics, and computer science. His current interest is integrating computational topics into the physics curriculum. He teaches the use of Maple's computer algebraic and numerical systems to assist students in modeling and visualizing physical and biological systems. His Dirac-notation-based quantum mechanics course is taught solely through Maple.

MaplePrimes Activity


These are replies submitted by Scot Gould

Note, there is an error in the worksheet. Amplitude is the 1 / sqrt(Normalization_integral), i.e., A:=evalf(Normalization_integral)^(-1/2).

@chomchom 

The following simple example works for one example. It is something I have written for my course, so it is more "verbose" that what you need. Normalizing_wavefunction.pdf

 

While I applaud Maplesoft's desire to try a new format and presentation, this one leads to making Maple Primes less functional. A user is forced to scroll continuously even to read one submission. Way too much space between lines of text and way too much space without information. 

On a separate issue, I usually follow Primes through an RSS feed. Sadly, it is still inundated with spam. However, I can understand that blocking spam from an open forum is challenging.

@dpaddy I am aware of the currentdir() function, but it does not address the issue I have where I want to export (or save as) files to the directory from which I open the file. For example, under Windows 10, I open the file in the \user\gould\maple directory by clicking on the file name. Now if I want to create a PDF, the default should be is to put the PDF back into the same directory. But on one of my computer, the menu opens up with a listing of my desktop folder, hence I have to move around to get back to \user\gould\maple. I hope that is clear.

 

 

What is odd is that it work

Thank you for the extensive contributions to my question. First, an apology, I should have waited a day before posting, since there were a number of “less than useful” statements, the first being the posting was incorrectly titled.  It should have been “Pedagogical choices using Maple”

But I feel that you folks have addressed the big question, which is: which selections should we make that will provide the the most benefit for the students. Of course what choices we make depends upon the audience: those who may use Maple only for a course or two, vs. those who may see it for many courses.

I agree with Edgardo, we are talking Standard GUI, not classic.

For installations, I have noted that the default in mode is Document mode. I have had the students set the default to Worksheet mode for many of the reasons cited by acer. But I’m open to changing if there are benefits. Personally, I find the output of Document mode potentially more attractive, but more error inducing. Hence, I write out all sample Maple worksheets using worksheet mode so that the students have something to mimic.  Unless the document is particularly complex, I upload PDF versions of the worksheets as opposed to native .mw files. This choice forces the students to practice reproducing the commands.  

My choice of words, “call and respond”, refers to the worksheets version of writing a command, seeing the response by Maple, and having everything grouped together. While I agree the vertical bars may appear distracting, I believe they help the student to organize commands and the outcomes. Otherwise, I could simply switch to Document mode. However, if others had a different experience, I am willing to change.

Some of my colleagues do use Document mode because they treat Maple mostly as a Wolfram Alpha calculator, a “one command, one outcome” type system.  I prefer to include more depth when working with Maple, using the outcome of one command as the basis for the next.  For many of my students, they are first-year/freshman who have had limited exposure to programing. I feel Maple is a gentle, but highly productive way to introduce some basic ideas of programming. Fortunately for me, in upper-division courses, such as Townsend/Griffiths level quantum mechanics, students have been exposed to a great deal of programming and worksheets with loops, procedures and functions are easily readable to them.

As for 1D Maple notation vs. 2D notation, I agree with acer that there are clear advantages of the 1D typesetting for the reasons acer states. Missing multiplication signs (e.g. k(x-b) when one means k*(x-b)), extra spaces (e.g. the extra space between with and (plots) ) , and sometimes the WYS is not the WYG effect. For such errors, I ask the students to simply retype the command line. But on the other hand, the 2D is very easy to read while inputting it AND easier to read when I hand them a worksheet for the first time. Students in upper division courses still prefer the 2D notation even though they have been used to Python and MATLAB from other courses. Some have wondered why there isn’t a color coding editing system in Maple like there is for other systems. My sense is that until Maple uses some sort of color coding system for the 1D input, I’m going to stick with 2D, but I may experiment this coming year since I will have a new class coming in who have not been exposed to Maple yet.

Finally, I agree with acer – command-completion is the preferred method over palettes. But for students who may use Maple only as a form of a Wolfram Alpha system, the palettes and context-menu are useful. Beyond my first year course, such choices are discouraged.

I too have used Maple for about 20 years for both research and education, both with success and failures. Some of the less mature students hate it, but most of the students recognize the value of it. (Occasionally I catch them using it for other courses. Shocking! But you would be surprised how common it is for students to compartmentalize disciplines and courses. ) And for many students Maple ends up becoming a type of drug. They can’t add two numbers without it. J

Now that classes have ended, I have some spare time from I look forward to reading more from Maple Primes and Maplesoft regarding educational issues. I certainly enjoy the contributions of Robert Lopez, but I would also be interested in hearing about the experiences of other educators.  

@acer None - I misread your post.

@acer Try from n=-1..1. Result is 2, Pi, 2

If no one is able to recommend a solution, though given the number of "thumbs up" it appears others may have experienced the same issue, can someone recommend another location where I can post this question? I'm sure the solution has to be somewhere in an initialization or option data files. Yes, it is not a huge problem, but it is a pain.

Has anyone used the 3rd party Maple IDE by Digiarea? 

http://www.maplesoft.com/products/toolboxes/IDE/index.aspx

Since my set of clients are undergraduates the standard Maple docs should be best for them... but I have issues (See : http://www.mapleprimes.com/questions/200511-Erratic-Changing-Of-Input-Mode )

To Peter137

I agree with your suggestion of using the standardized notation for units in working with publications, but I appreciate more the fact that you recognize the value in using the brackets. As someone who teaches physics to both physical science and life science majors, I can attest to the pedagogical value in using brackets to distinguish between algebraic expression and units. Brackets help in labelling axes of graphs, in writing out instructions, in reporting results that vary with an unknown quantity, etc. In my opinion, the NIST suggestion for such statements is difficult to interpret.  


By having units bracketed, students are less likely to make errors by using non-standard units and it reminds students to report the data in units, e.g., [m], not m. It is my experience that life science majors are notorious for reporting values without units.  So, this is a thank you to Maple for adopting the bracket notation and hopefully it will become accepted by publications in the near future.

(And thanks to those who responded to the problem with easily implimentable solutions.) 

First 21 22 23 Page 23 of 23