Cite This Page
Bibliographic details for Multidimensional Newton-Raphson method
- Page name: Multidimensional Newton-Raphson method
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 4 January 2024 14:10 UTC
- Date retrieved: 21 March 2025 23:41 UTC
- Permanent URL: https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378
- Page Version ID: 353378
Citation styles for Multidimensional Newton-Raphson method
APA style
Multidimensional Newton-Raphson method. (2024, January 4). Rosetta Code. Retrieved 23:41, March 21, 2025 from https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378.
MLA style
"Multidimensional Newton-Raphson method." Rosetta Code. 4 Jan 2024, 14:10 UTC. 21 Mar 2025, 23:41 <https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378>.
MHRA style
Rosetta Code contributors, 'Multidimensional Newton-Raphson method', Rosetta Code, 4 January 2024, 14:10 UTC, <https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378> [accessed 21 March 2025]
Chicago style
Rosetta Code contributors, "Multidimensional Newton-Raphson method," Rosetta Code, https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378 (accessed March 21, 2025).
CBE/CSE style
Rosetta Code contributors. Multidimensional Newton-Raphson method [Internet]. Rosetta Code; 2024 Jan 4, 14:10 UTC [cited 2025 Mar 21]. Available from: https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378.
Bluebook style
Multidimensional Newton-Raphson method, https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378 (last visited March 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Multidimensional Newton-Raphson method --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378", note = "[Online; accessed 21-March-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 = "Multidimensional Newton-Raphson method --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=353378}", note = "[Online; accessed 21-March-2025]" }