Cite This Page
Bibliographic details for Gauss-Jordan matrix inversion
- Page name: Gauss-Jordan matrix inversion
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 8 August 2024 12:01 UTC
- Date retrieved: 5 October 2024 13:11 UTC
- Permanent URL: https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243
- Page Version ID: 368243
Citation styles for Gauss-Jordan matrix inversion
APA style
Gauss-Jordan matrix inversion. (2024, August 8). Rosetta Code. Retrieved 13:11, October 5, 2024 from https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243.
MLA style
"Gauss-Jordan matrix inversion." Rosetta Code. 8 Aug 2024, 12:01 UTC. 5 Oct 2024, 13:11 <https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243>.
MHRA style
Rosetta Code contributors, 'Gauss-Jordan matrix inversion', Rosetta Code, 8 August 2024, 12:01 UTC, <https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243> [accessed 5 October 2024]
Chicago style
Rosetta Code contributors, "Gauss-Jordan matrix inversion," Rosetta Code, https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243 (accessed October 5, 2024).
CBE/CSE style
Rosetta Code contributors. Gauss-Jordan matrix inversion [Internet]. Rosetta Code; 2024 Aug 8, 12:01 UTC [cited 2024 Oct 5]. Available from: https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243.
Bluebook style
Gauss-Jordan matrix inversion, https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243 (last visited October 5, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Gauss-Jordan matrix inversion --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243", note = "[Online; accessed 5-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 = "Gauss-Jordan matrix inversion --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=368243}", note = "[Online; accessed 5-October-2024]" }