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

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -