Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: midterm
Path: 2023-10-03-file-1.ipynb
Views: 18Image: ubuntu2204
Kernel: SageMath 10.1
In [0]:
In [0]:
The following cell was generated by GPT-3.5 using this user prompt:
x1 = √ 2, xn+1 = √ 2 + xn.
(a.) Calculate xn for n = 1, 2, 3, . . . , 10 on Sage. Calculate using an appropriate number of decimal places
In [1]:
Out[1]:
sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(2) + 2) + 2) + 2) + 2) + 2) + 2) + 2) + 2) + 2) + 2)
In [0]:
In [0]: