1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
This commit is contained in:
Rohan Kumar 2023-07-31 15:14:24 -07:00
parent efd7fcaaed
commit 418f984883
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -100,7 +100,7 @@ A good value for T would be the average temperature of the entire observable uni
Every guess, the MOAC expends kT energy. Let E = the total amount of energy the MOAC can use; let B = the maximum number of guesses the MOAC can execute before running out of energy.
````
```
B = E/(kT)
```