C# Trivia question: Calculate radius of circle
can anyone provide the steps or Source code using C#.net for the below problem?
We have 3 points defined by their coordinates: P1[x,y], P2[x,y], P3[x,y]. Calculate radius of circle passing through these points.