Post Reply 
[Question] Graphing with a List
05-01-2017, 03:30 PM (This post was last modified: 05-01-2017 03:30 PM by Freire.)
Post: #6
RE: [Question] Graphing with a List
Example:
You have
L1:= MAKELIST (X,X,1,100,1);
L2:= MAKELIST (X^3,X,1,100,1);
L1 will act as x and L2 will act as y.
Go to App > Statistics 2Var
Go to Symbolic View
Enter the L1 in place of C1 and L2 in place of C2.
[Image: 1b554826ee50424893efd8789426eada.png]
Then go to Plot View
Go to Zoom and Autoscale. Done.
[Image: 0aa247d37adf445bb031da9ad1ea93ae.png]

PS: The lists get erased after plotting, and at some configurations they can generate strange values.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[Question] Graphing with a List - Freire - 04-30-2017, 03:46 PM
RE: [Question] Graphing with a List - Han - 04-30-2017, 03:59 PM
RE: [Question] Graphing with a List - Freire - 05-01-2017 03:30 PM



User(s) browsing this thread: 1 Guest(s)