Find the co-ordinates of the centroid of the triangle whose vertices are (x1,y1,z1) ,(x2,y2,z2) and (x3,y3,z3).

x=(x1+x2+x3)/3

y=(y1+y2+y3)/3,

z=(z1+z2+z3)/3

  • 6
What are you looking for?