Cite This Page
Bibliographic details for Runge-Kutta method
- Page name: Runge-Kutta method
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 July 2024 05:15 UTC
- Date retrieved: 3 October 2024 17:01 UTC
- Permanent URL: https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373
- Page Version ID: 367373
Citation styles for Runge-Kutta method
APA style
Runge-Kutta method. (2024, July 23). Rosetta Code. Retrieved 17:01, October 3, 2024 from https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373.
MLA style
"Runge-Kutta method." Rosetta Code. 23 Jul 2024, 05:15 UTC. 3 Oct 2024, 17:01 <https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373>.
MHRA style
Rosetta Code contributors, 'Runge-Kutta method', Rosetta Code, 23 July 2024, 05:15 UTC, <https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373> [accessed 3 October 2024]
Chicago style
Rosetta Code contributors, "Runge-Kutta method," Rosetta Code, https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373 (accessed October 3, 2024).
CBE/CSE style
Rosetta Code contributors. Runge-Kutta method [Internet]. Rosetta Code; 2024 Jul 23, 05:15 UTC [cited 2024 Oct 3]. Available from: https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373.
Bluebook style
Runge-Kutta method, https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373 (last visited October 3, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Runge-Kutta method --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373", note = "[Online; accessed 3-October-2024]" }
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 = "Runge-Kutta method --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Runge-Kutta_method?oldid=367373}", note = "[Online; accessed 3-October-2024]" }