Post Reply 
Advanced Graphing vs. plotimplicit()
05-02-2021, 06:22 AM
Post: #2
RE: Advanced Graphing vs. plotimplicit()
Make sure you are using x and y lowercase, and enter limits for x and y (otherwise the defaults will be used and this takes forever)
plotimplicit(tan(x)-sec(y),[x=0..pi/2,y=0..pi/2])
This should be run in the CAS history, because in the geometry app it will be recomputed several times, and this is costly.
And of course here, it's easier to express y in terms of x or x in terms of y on each subrectangle of periodicity/symmetry.
plotfunc(acos(1/tan(x)),x=0..pi/2)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Advanced Graphing vs. plotimplicit() - parisse - 05-02-2021 06:22 AM



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