[Maple應用示例] .B3.1-5 三角函數的圖形 .指令: plot({sin(x),cos(x),tan(x)},x=0..2*Pi,y=-2..2); (注意大小寫及結尾分號) .請留意0到90度之間的函數值變化: sin(x),tan(x)遞增,cos(x)遞減 . 由於MapleSoft並未提供類似 Wolfram Alpha的 網路版 Mathematica ,使用者請購買Maple自行操作。 [Maple Application] .Maple commands that plot the graph of any function(trigonometry here). .command: plot({sin(x),cos(x),tan(x)},x=0..2*Pi,y=-2..2); (case sensitive) .Unlike Wolfram,Maplesoft doesn't offer a free web-based "Maple Player" to explore the command. That means user have to buy a Maple copy to run the commands listed here.