Cite This Page
Bibliographic details for Pell's equation
- Page name: Pell's equation
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 28 November 2024 10:04 UTC
- Date retrieved: 16 February 2025 15:36 UTC
- Permanent URL: https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858
- Page Version ID: 373858
Citation styles for Pell's equation
APA style
Pell's equation. (2024, November 28). Rosetta Code. Retrieved 15:36, February 16, 2025 from https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858.
MLA style
"Pell's equation." Rosetta Code. 28 Nov 2024, 10:04 UTC. 16 Feb 2025, 15:36 <https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858>.
MHRA style
Rosetta Code contributors, 'Pell's equation', Rosetta Code, 28 November 2024, 10:04 UTC, <https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858> [accessed 16 February 2025]
Chicago style
Rosetta Code contributors, "Pell's equation," Rosetta Code, https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858 (accessed February 16, 2025).
CBE/CSE style
Rosetta Code contributors. Pell's equation [Internet]. Rosetta Code; 2024 Nov 28, 10:04 UTC [cited 2025 Feb 16]. Available from: https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858.
Bluebook style
Pell's equation, https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858 (last visited February 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Pell's equation --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858", note = "[Online; accessed 16-February-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Pell's equation --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Pell%27s_equation?oldid=373858}", note = "[Online; accessed 16-February-2025]" }