Topic: Argument range
Can I define a graph for all x(t) and y(t) in the range -100 to 100, and then not include ]-3;3[, so that it will actually be defined in to parts as:
[-100;-3] and [3;100]
You are not logged in. Please login or register.
Graph Forums → Support → Argument range
Can I define a graph for all x(t) and y(t) in the range -100 to 100, and then not include ]-3;3[, so that it will actually be defined in to parts as:
[-100;-3] and [3;100]
The easiest way is to split it into two functions. Another way is to use the if function to limit the range, for example x(t)=t, y(t)=if(100>abs(t)>3, sin(t), undef)
I did start with two split functions, but I had two combine. The "if" did the trick thanks(:
Graph Forums → Support → Argument range
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.012 seconds (62% PHP - 38% DB) with 11 queries