Problem 44839. Homogeneous lines and points in 2D: problem 1
In high school we learn the line equation y = mx + c where m is the gradient and c is the intercept. However this form is problematic for vertical lines where m is infinite. A more powerful representation is the homogeneous form ax + by + c = 0 which can be represented by a 3-vector L = [a b c].
Given a pair of Cartesian points represented by 2-element column vectors P1 and P2 determine the equation of a homogeneous line of the form expressed as a 3-element row vector.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
- 
         Back to basics 20 - singleton dimensions 272 Solvers 
- 
         Back to basics 21 - Matrix replicating 1751 Solvers 
- 
         Who has power to do everything in this world? 471 Solvers 
- 
         
         489 Solvers 
- 
         
         502 Solvers 
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!