plotfunc() in cas
|
07-01-2019, 07:36 PM
(This post was last modified: 07-01-2019 07:53 PM by teerasak.)
Post: #1
|
|||
|
|||
plotfunc() in cas
i try using plotfunc() while working in cas mode. The calculator give a picture of the graph in stack. Some graph doesn’t look good e.g straight line as my example. So how can I control the scale of this plot command.
I guess, there must be some parameter specify in this command. What is the syntax of the command? And if I plot it without specifying the plot range, how can I control default plotting behavior? |
|||
07-02-2019, 04:29 AM
Post: #2
|
|||
|
|||
RE: plotfunc() in cas
plotfunc(expression,x=a..b) or plotfunc([expr1,expr2,...],x=a..b)
|
|||
07-02-2019, 08:13 AM
Post: #3
|
|||
|
|||
RE: plotfunc() in cas
Thank you, parisse.
How about if using this plotfunc() without specifying the plot range (e.g plotfunc(x^2-1))? Where does the plotfunc() gets the default plot range? |
|||
07-02-2019, 02:26 PM
Post: #4
|
|||
|
|||
RE: plotfunc() in cas
I don't know if there is a way to modify the C++ variables that contains the default values, in Xcas the command xyztrange does that, but it is not available on the Prime.
|
|||
07-03-2019, 06:57 AM
Post: #5
|
|||
|
|||
RE: plotfunc() in cas
Noted. Thank you, parisse.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)