Maple 13 Programming (ใช้ได้นิดหน่อยแล้วจะหน้าด้านแปลหนังสือขาย ก๊าก)

Quick notes:

  1. In Math Mode to type special characters like _ (underscore), you can do by typing \ before those characters.
  2. Warning: Programming with Maple 13 Workspace can make you older!
  3. To save your module as a library to use later, you can simple as the following codes after end module;
    savelibname := "Your Folder";
    savelib('Your module name');

เรื่องที่เกี่ยวข้อง

  1. Least common multiple (LCM)
  2. Procedure

Leave a Reply