Post Reply 
Advanced Graphing ?
12-19-2014, 05:38 PM (This post was last modified: 12-19-2014 06:25 PM by Han.)
Post: #3
RE: Advanced Graphing ?
Did you mean to shade in the area between the x-axis and the function max(cos(x),sin(x))? If so, then define F1 as MAX(SIN(X),COS(X)) and then in the advanced graphing app use:

V1: Y \( \ge \) F1(X) AND Y\(\le \) 0
V2: Y \(\le \) F1(X) AND Y \( \ge \) 0

Edit: If you want them to be of the same color (say using V1's color), then do:

V2(COLOR):=V1(COLOR);

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Advanced Graphing ? - lrdheat - 12-19-2014, 04:55 PM
RE: Advanced Graphing ? - Snorre - 12-19-2014, 05:28 PM
RE: Advanced Graphing ? - Han - 12-19-2014 05:38 PM
RE: Advanced Graphing ? - lrdheat - 12-19-2014, 09:08 PM
RE: Advanced Graphing ? - Snorre - 12-19-2014, 10:51 PM



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