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) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Advanced Graphing vs. plotimplicit() - 123jkl123jkl - 05-01-2021, 11:31 PM
RE: Advanced Graphing vs. plotimplicit() - parisse - 05-02-2021 06:22 AM
RE: Advanced Graphing vs. plotimplicit() - jte - 08-01-2021, 10:32 PM
|
User(s) browsing this thread: 1 Guest(s)