Post Reply 
Physics brushup
04-21-2024, 06:57 AM
Post: #4
RE: Physics brushup
No, not using only basic arithmetic commands like you did.

But we can use:

\(
\gamma = - \int_0^1 \log \left( \log \left( \frac{1}{x} \right) \right)\mathrm{d}x
\)

With the following program:
Code:
   001 { 42 21 11 } f LBL A
   002 {       15 } 1/x
   003 {    43 12 } g ln
   004 {    43 12 } g ln
   005 {    43 32 } g RTN

Use:

1 ENTER 0 \(\int \begin{matrix}
x\\
y
\end{matrix}\) A

However, it will take a bit longer than your program.

[Image: attachment.php?aid=13471]


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Physics brushup - Gerson W. Barbosa - 04-21-2024, 12:21 AM
RE: Physics brushup - Thomas Klemm - 04-21-2024, 02:01 AM
RE: Physics brushup - Gerson W. Barbosa - 04-21-2024, 03:32 AM
RE: Physics brushup - Thomas Klemm - 04-21-2024 06:57 AM
RE: Physics brushup - Thomas Klemm - 04-21-2024, 09:58 AM
RE: Physics brushup - Gerson W. Barbosa - 04-21-2024, 12:25 PM
RE: Physics brushup - Namir - 04-23-2024, 03:09 AM
RE: Physics brushup - Gerson W. Barbosa - 04-24-2024, 01:32 AM



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