Prove the lines are concurrent (using vectors)
claim: all ten lines go through the point $\frac{1}{3}(a+b+c+d+e).$
proof: i will use complex numbers instead of vectors. chooses a coordinate system so that the circle has unit radius and the point $D$ is at $1.$ let the complex numbers $a, b, c=e^{2i\gamma}, d = 1, e = e^{2i\epsilon}.$ the line through the center of the triangle $ABC$ and orthogonal to line $DE$ has the parametric form $$\mbox{ line1:} \frac{1}{3}(a+b+c) +\frac{s}{3}e^{i\epsilon} , s \mbox{ real}$$ in the same way the line through the center of the triangle $ABE$ orthogonal to $DC$ has the parametric form $$\mbox{ line2:} \frac{1}{3}(a+b+e) + \frac{t}{3}e^{i\gamma}, t \mbox{ real}$$
solving the two equation and their complex conjugates, we find that $$ s =e^{i\epsilon} + e^{-i\epsilon} \mbox{ and } t = e^{i\gamma} + e^{-i\gamma}$$ and the common points of intersection as claimed.