cod for linear equation

11 views (last 30 days)
Abdelrahman Ibrahim Hussein
Answered: Image Analyst on 26 Nov 2020
In a Cartesian Coordinate system the equation of a a circle with its center at point (a,b) a radius r is:
(x-a)^2+(y-b)^2=r^2
Given three points, (-1, 3.2), (-8,4), and (-6.5, -9.3), determine the equation of the circle that passes through the points. Solve the problem by deriving a system of three linear equations (substitute the points into the equation and solve the system using MATLAB

Answers (1)

Image Analyst
Image Analyst on 26 Nov 2020

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!