Sunday, December 12, 2010

3D Graph




For this project, I’m supposed to build a 3D project to represent a linear equation. My original equation is x+y+z=3. And I have the corner that contains –x, -y, and z. In order to graph my equation, I have to find where the point would hit each axis. Now my new equation would be –x-y+z=3. Then to solve for each axis, I just plug in 0 for the two other variables. So I’m left with (-3,0,0), (0,-3,0), and (0,0,3). Lastly, I just have to connect the points with a yarn.

No comments: