重要觀念重申   &   指定練習
(在下一個 link 還沒出現以前,最後一個 link 仍會增修!)
課本附的 CD 裡有各個例題的 maple 程式範例,僅能當做學習上的參考。你們一定要練習寫自己的。 (maple 5 removed on Oct. 6)
2003/09/24/   In C, "%s" is the character string argument type in I/O formats and maple 5 abided by this convension still. I just had maple 8 installed and read thru its [> ?scanf and have found that "%a" and "%s" are formats assigned for algebraic expressions and character strings respectively, different from older version. So I guess if you're using one newer than maple 5(no problem 6 either) you may need something like str := scanf("%s")[1]; in a subroutine requiring keyboard input, and, type in a string without quotation marks when asked to. Try it anyway.
Starting "Maple" ...
About Plot
Every program contains some typos on purpose so that it cannot be run (to avoid those who only key in without thinking and understanding).