Post Reply 
How to plot an integral on Prime?
03-01-2017, 01:10 AM
Post: #2
RE: How to plot an integral on Prime?
Update:

on the 50g I've found a way to plot the function I want:
y(x) = INTVX(f(x)) - INT(f(x), x, 0)

Example: on the TI-89 I plot: ( I will use $ for the integral symbol)
y(x) = $(ln(x), x, 0, x)

and on the 50g:
y(x) = INTVX(LN(x)) - INT(LN(x), x, 0)

On the 50g the function entry is quite tedious, BUT it's many times faster than the TI. While the TI has drawn the first 2 pixels, the 50g has already finished the whole graph 3 times in a row Smile

But still no luck on the Prime Sad
Honestly, I'm getting tired of this calculator... If I can't solve this issue I'll stick to my 50g for everything

Software Failure: Guru Meditation

--
Antonio
IU2KIY
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to plot an integral on Prime? - TheKaneB - 03-01-2017 01:10 AM



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