Discussion Overview
The discussion revolves around the challenge of drawing a quadrilateral in MATLAB using line equations rather than coordinates. Participants explore methods to plot the polygon defined by the equations of its sides while addressing concerns about line extensions and intersections.
Discussion Character
- Technical explanation
- Debate/contested
- Mathematical reasoning
Main Points Raised
- One participant seeks to draw a quadrilateral using line equations, expressing a preference against using coordinates.
- Another participant suggests plotting the lines and using the 'hold on' command to avoid overwriting previous plots.
- Concerns are raised about unwanted extensions of lines between intersections, prompting a discussion on solving equations to find vertices.
- One participant mentions the difficulty of finding intersections and expresses reluctance to use coordinates for plotting.
- Further inquiries are made about the axes and constants involved in the equations.
- Some participants assert that finding intersections is straightforward and can be accomplished with a linear system, suggesting the use of the 'solve' function in MATLAB.
Areas of Agreement / Disagreement
Participants express differing views on the complexity of finding intersections between lines and whether to use coordinates. There is no consensus on the best approach to draw the quadrilateral.
Contextual Notes
Participants mention the need to solve equations to find vertices, but there is no agreement on the method or ease of doing so. The discussion includes assumptions about the constants involved and the definitions of the axes.