How to Plot a Graph Using Coordinates in WolframAlpha
Wolfram|Alpha is a computational knowledge engine. It is similar to a search engine but does not search the web. It is capable of computing answers to problems, and it retrieves facts. You can use it for questions about mathematics, astronomy, chemistry, weather, food, nutrition and music. Coordinates are used to indicate the position of a point on a graph. An example of a generic coordinate is (x, y). Wolfram|Alpha can graph coordinates through its web interface.
Instructions
-
-
1
Open a web browser and go to Wolframalpha.com.
-
2
Type "ListPlot[{{x1,y1},{x2,y2},...}]" to plot points (x1,y1),(x2,y2) and so on. Substitute the coordinates you want to plot in the search field. For example, to plot (1,2), (5,3) and (6,5) type "ListPlot[{{1,2},{5,3},{6,5}}]".
-
-
3
Press "Enter" on the keyboard or click the "=" button on the website to view the graph.
-
1