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: 19 October 2024 17:19 UTC
- Date retrieved: 6 December 2024 01:48 UTC
- Permanent URL: https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=371762
- Page Version ID: 371762
Citation styles for Gauss-Jordan matrix inversion
APA style
Gauss-Jordan matrix inversion. (2024, October 19). Rosetta Code. Retrieved 01:48, December 6, 2024 from https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=371762.
MLA style
"Gauss-Jordan matrix inversion." Rosetta Code. 19 Oct 2024, 17:19 UTC. 6 Dec 2024, 01:48 <https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=371762>.
MHRA style
Rosetta Code contributors, 'Gauss-Jordan matrix inversion', Rosetta Code, 19 October 2024, 17:19 UTC, <https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=371762> [accessed 6 December 2024]
Chicago style
Rosetta Code contributors, "Gauss-Jordan matrix inversion," Rosetta Code, https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=371762 (accessed December 6, 2024).
CBE/CSE style
Rosetta Code contributors. Gauss-Jordan matrix inversion [Internet]. Rosetta Code; 2024 Oct 19, 17:19 UTC [cited 2024 Dec 6]. Available from: https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=371762.
Bluebook style
Gauss-Jordan matrix inversion, https://rosettacode.org/wiki/Gauss-Jordan_matrix_inversion?oldid=371762 (last visited December 6, 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=371762", note = "[Online; accessed 6-December-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=371762}", note = "[Online; accessed 6-December-2024]" }