Plot 3D Shape in Maple -


i'm trying plot 3d shape in maple using following 4 points: [3, -5,-4], [4, -1, 3], [-4,-5, 4], [2, -5, 4] have no idea code use or begin. appreciated thank you

not entirely sure want, here how draw tetrahedron:

with(plots); # display with(plottools); # polygon v := [[3, -5,-4], [4, -1, 3], [-4,-5, 4], [2, -5, 4]]; combos:= combinat:-choose(v,3); display(map(polygon,combos)); 

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -