Post Reply 
Interval and Parameter
01-08-2022, 08:21 AM
Post: #5
RE: Interval and Parameter
(01-06-2022 06:52 PM)Eulehund99 Wrote:  1. Interval:
If I only want to draw a function to, let's say... only x < 2, how do I do that?
On the TI 84+, I wrote the function and put a (x<2) at the end of the function (for example 2X → 2X(x<2)

Just to clarify, what you are actually doing when you use 2X(X<2) is implied multiplication of 2*X*(X<2), that is you are multiplying 2X times the boolean result of X<2 which is either 1 or 0. In your example, for values of X>2, the graph is simply Y=0 which you can't see on the 84+ because the graph is the same color as the x-axis. If you turn off the axes (2nd-Format) you can see the full graph.

You could do the same thing on the Prime by entering 2X*(X<2), but now you will see the X>2 portion since the graph and x-axis are different colors (just as you would on the TI-84+CE).

A much better way of doing this is to use
{2X if X<2
which you can access in the Math Templates.


(01-06-2022 06:52 PM)Eulehund99 Wrote:  2. Parameter:
How do I draw a function with many values for parameters?
Unfortunately, this feature is not implemented on the Prime (yet?).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Interval and Parameter - Eulehund99 - 01-06-2022, 06:52 PM
RE: Interval and Parameter - roadrunner - 01-07-2022, 05:25 PM
RE: Interval and Parameter - Eulehund99 - 01-08-2022, 12:22 AM
RE: Interval and Parameter - pinkman - 01-08-2022, 07:26 AM
RE: Interval and Parameter - Wes Loewer - 01-08-2022 08:21 AM
RE: Interval and Parameter - C.Ret - 01-08-2022, 03:11 PM
RE: Interval and Parameter - parisse - 01-08-2022, 04:33 PM
RE: Interval and Parameter - Eulehund99 - 01-09-2022, 01:24 PM
RE: Interval and Parameter - IHarwell - 01-08-2022, 09:58 PM
RE: Interval and Parameter - Eulehund99 - 01-09-2022, 12:49 PM



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