Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

nguyenhuy158/findEquationCircle

Repository files navigation

findEquationCircle

Give: cho tọa độ 3 điểm A(x1, y1), B(x2, y2), C(x3, y3) tìm phương trình đường tròn có thể đi qua 3 điểm trên.

alt text

idea: ta có IA = IB && IA = IC. Rút gọn ta được 2 hệ phương trình bật nhất 2 ẩn. Tiếp ta dùng công thức Cramer để giải tìm I(x, y) nếu hệ có nghiệm là ta tìm được phương trình đường tròn.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages