Post Reply 
[VA] SRC #009 - Pi Day 2021 Special
03-16-2021, 06:50 PM
Post: #13
RE: [VA] SRC #009 - Pi Day 2021 Special
For (a), (b), it is simpler to setup as iterative formula, X=F(X), instead of searching in range [3, pi]

>X=3 @ P=1E-10 @ W1=.56714329041
>INTEG(0,X,P,(SIN(IX)/IX*EXP(IX/TAN(IX)))^X) * GAMMA(X)/X^(X-1)
3.1415926536
>INTEG(0,X,P,LOGP1(SIN(IX)/IX*EXP(IX/TAN(IX)))) / W1
3.14159265358

Both (a),(b) already converged to X=PI (confirmed by X=PI, and run integral again)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [VA] SRC #009 - Pi Day 2021 Special - Albert Chan - 03-16-2021 06:50 PM



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