Xah Talk Show 2024-08-24 Ep577, Artificial Intelligence, Grok, Hot Chinese Girl, Wolfram Language
- Timestamp
- 08:24 stephen wolfram on ai
xah-wolfram-eval-current-line
modify to take univ arg and insert result at next line
Table[ x , {x, 1, 9}]
Nest[ Function[{x}, Power[ 2, x ]] , 1, 3 ]
Nest[ Function[{x}, Power[ 2, x ]] , n, 3 ]
3 +
2 +
1
6