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: 20 October 2024 18:42 UTC
- Date retrieved: 26 April 2025 15:22 UTC
- Permanent URL: https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=371834
- Page Version ID: 371834
Citation styles for Multidimensional Newton-Raphson method
APA style
Multidimensional Newton-Raphson method. (2024, October 20). Rosetta Code. Retrieved 15:22, April 26, 2025 from https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=371834.
MLA style
"Multidimensional Newton-Raphson method." Rosetta Code. 20 Oct 2024, 18:42 UTC. 26 Apr 2025, 15:22 <https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=371834>.
MHRA style
Rosetta Code contributors, 'Multidimensional Newton-Raphson method', Rosetta Code, 20 October 2024, 18:42 UTC, <https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=371834> [accessed 26 April 2025]
Chicago style
Rosetta Code contributors, "Multidimensional Newton-Raphson method," Rosetta Code, https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=371834 (accessed April 26, 2025).
CBE/CSE style
Rosetta Code contributors. Multidimensional Newton-Raphson method [Internet]. Rosetta Code; 2024 Oct 20, 18:42 UTC [cited 2025 Apr 26]. Available from: https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=371834.
Bluebook style
Multidimensional Newton-Raphson method, https://rosettacode.org/wiki/Multidimensional_Newton-Raphson_method?oldid=371834 (last visited April 26, 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=371834", note = "[Online; accessed 26-April-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=371834}", note = "[Online; accessed 26-April-2025]" }