The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
HP49-50G plotting of sum(x=0 to 0, 1, 2,...10, of x!/(2x)!)
11-05-2023, 01:33 PM (This post was last modified: 11-05-2023 01:34 PM by Gil.)
Post: #1
HP49-50G plotting of sum(x=0 to 0, 1, 2,...10, of x!/(2x)!)
I want to plot the function, for x=integer,

Y= sum (from x=0 to 0, of x! / (2x)!) [1st point]
Y= sum (from x=0 to 1, of x! / (2x)!) [2nd point]
Y= sum (from x=0 to 2, of x! / (2x)!) [3rd point]
...
Y= sum (from x=10 to 0, of x! / (2x)!) [11th point]

in order to see how this series converges
to about 1.7364.

Basically, the program is
« 0 0 X
FOR i i ! SQ 2 i * ! / +
NEXT
»
and Range X goes from 0 to 11.

For each intermediary step (before NEXT command), I want the corresponding value yi to be drawn (point xi, yi).

How should I procede to enter Y1=...?

Thanks in advance for your kind help.

Regards,
Gil
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP49-50G plotting of sum(x=0 to 0, 1, 2,...10, of x!/(2x)!) - Gil - 11-05-2023 01:33 PM



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