User Tools

Site Tools


2d_graphics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
2d_graphics [2012/08/03 22:23] javapimp2d_graphics [2023/08/18 18:15] (current) – external edit 127.0.0.1
Line 31: Line 31:
 Intersection: `(2, 3)` Intersection: `(2, 3)`
  
-|<html> +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 
-<embed class="ASCIIsvg" src="http://www.fourthwoods.com/js/d.svgd.svg" wmode="transparent" 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> 
-</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); '/> 
 +</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:
Line 50: Line 51:
 `y = -2x + 7` `y = -2x + 7`
  
-|<html> + 
-<embed class="ASCIIsvg" src="http://www.fourthwoods.com/js/d.svgd.svg" wmode="transparent" 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); plot(-2x + 7);'/> +<embed class="ASCIIsvg" src="http://www.fourthwoods.com/js/d.svg" wmode="transparent" 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); plot(-2x + 7);'/> 
-</html>|+
  
 ===== Intersection of two lines ===== ===== Intersection of two lines =====
2d_graphics.1344032617.txt.gz · Last modified: 2023/08/18 18:15 (external edit)