Lesson WHAT do graphs NEED
Algebra
->
Graphs
-> Lesson WHAT do graphs NEED
Log On
Algebra: Graphs, graphing equations and inequalities
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'WHAT do graphs NEED'
This Lesson (WHAT do graphs NEED)
was created by by
ichudov(507)
:
View Source
,
Show
About ichudov
:
I am not a paid tutor, I am the owner of this web site!
A graph is a picture of one or more functions on some part of a coordinate plane. Our paper usually is of limited size. The coordinate plane is INFINITE. Therefore, we need to pick an area of the coordinate plane that would fit on the piece of paper. That means specifying minimum and maximum values of x and y coordinates. This website has a system for displaying graphs (including a solver here that draws graphs). For every graph, you need to specify its size in pixels (screen units), the x min, x max, y min and y max, as well as the function. Example: graph( 500, 300, -5, 10, -5, 10, x^2-2x-3 ) {{{graph( 500, 300, -5, 10, -5, 50, x^2-2x-3 ) }}}