Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to plot y=-5x?

2 views
Skip to first unread message

Brian Feeny

unread,
Sep 11, 2004, 12:08:25 PM9/11/04
to
I am trying to get started in graphing on my HP49g+, I have Dr.
Urroz's books on order and hopefully that will help me alot. Can
someone tell me the steps necessary to plot y=-5x? How about y=-5x
(x<=0)?

Brian

Virgil

unread,
Sep 11, 2004, 6:54:21 PM9/11/04
to
In article <7bb5a5d1.04091...@posting.google.com>,
bfe...@mac.com (Brian Feeny) wrote:

For starters, consider the equation 'Y=-5*X'

Using lower case 'x' without changing the independent graphing variable
will leave you with a blank graph.

'-5x' without a multiplication sign will also cause problems.

Speed

unread,
Sep 13, 2004, 4:22:28 PM9/13/04
to
> > I am trying to get started in graphing on my HP49g+, I have Dr.
> > Urroz's books on order and hopefully that will help me alot. Can
> > someone tell me the steps necessary to plot y=-5x? How about y=-5x
> > (x<=0)?

The manual shows the basics of graphing. For the inequality, I'd just
tell it to graph Y(X)=-5*X*(X<=0). Since the HP thinks of true and
false as 1 and zero respectively, the equation evaluates to zero as
long as X is less than zero.

It's not very rigorous, or really even right, but it helps visualize
piecewise functions. Because it's technically wrong, it doesn't help
with things like Laplace transforms involving Unit step functions.

Glen

unread,
Sep 15, 2004, 7:57:15 PM9/15/04
to
You suggested multiplying by a bool evaluation when graphing in a
restricted domain. On my TI83, i often instead devided by the same
bool value. It will yield a similar result, however there will be no
value for the function in this case where x>0, possibly giving a more
desireable result. But additionally, an extention on this method for
graphing piecewise functions in a single equation deffinition may be
very useful. Thanks for your thoughts, and i hope that this helps

Veky (hp49G)

unread,
Sep 16, 2004, 3:51:43 AM9/16/04
to
Of course, hp49G can plot also the full UsrRPL programs... with
IF...THEN...ELSE , and even WHILE branching (if you want to make it
:real: slow;).

Veli-Pekka Nousiainen

unread,
Sep 16, 2004, 6:40:26 AM9/16/04
to
"Veky (hp49G)" <ved...@gmail.com> wrote in message
news:cibgmf$t...@odbk17.prod.google.com...

> Of course, hp49G can plot also the full UsrRPL programs... with
> IF...THEN...ELSE , and even WHILE branching (if you want to make it
> :real: slow;).
and
if you need to program a function, IFTE is there:
<< -> x'IFTE(x>5,SQ(x),COS(x))' >>
[VPN]


0 new messages