To any maplet expert: The following maple code works and want to upgrade it using Maplet[Element](action(function=)) p1:=plot([[0,0],[15,0],[24.50,9.69],[0,0]],filled=true); t1:=textplot([0,0,"Angle A"],align=BELOW); t2:=textplot([15,0,"Angle C"],align=BELOW); t3:=textplot([24.50,9.69,"Angle B"],align=ABOVE); display({p1,t1,t2,t3}); However, I am having difficulty translating the above maple code into maplet using maplet[element](function=__). Or is this even possible? Thank you for what ever assistance you may provide. pv

Please Wait...