This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
2d_graphics [2016/05/15 22:19] javapimp [Perpendicular Lines] |
2d_graphics [2016/05/15 22:27] (current) javapimp [Perpendicular Lines] |
||
---|---|---|---|
Line 31: | Line 31: | ||
Intersection: `(2, 3)` | Intersection: `(2, 3)` | ||
- | agraph width=320; height=220; xmin=-8.3; xmax=8.3; ymin=-3.3; ymax=8.3; xscl=1; yscl=1; plot(1/2*x + 2); endagraph | + | a``graph width=320; height=220; xmin=-8.3; xmax=8.3; ymin=-3.3; ymax=8.3; xscl=1; yscl=1; plot(1/2*x + 2); enda``graph |
+ | <html> | ||
<embed class="ASCIIsvg" script=' width=320; height=220; xmin=-8.3; xmax=8.3; ymin=-3.3; ymax=8.3; xscl=1; yscl=1; plot(1/2*x + 2); '/> | <embed class="ASCIIsvg" script=' width=320; height=220; xmin=-8.3; xmax=8.3; ymin=-3.3; ymax=8.3; xscl=1; yscl=1; plot(1/2*x + 2); '/> | ||
+ | </html> | ||
We can find the slope of the second line by taking the negative reciprocal of the slop of the first: | We can find the slope of the second line by taking the negative reciprocal of the slop of the first: |