Cite This Page
Bibliographic details for Matrix with two diagonals
- Page name: Matrix with two diagonals
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 9 January 2023 02:53 UTC
- Date retrieved: 29 March 2023 06:54 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281
- Page Version ID: 335281
Citation styles for Matrix with two diagonals
APA style
Matrix with two diagonals. (2023, January 9). Rosetta Code, . Retrieved 06:54, March 29, 2023 from https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281.
MLA style
"Matrix with two diagonals." Rosetta Code, . 9 Jan 2023, 02:53 UTC. 29 Mar 2023, 06:54 <https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281>.
MHRA style
Rosetta Code contributors, 'Matrix with two diagonals', Rosetta Code, , 9 January 2023, 02:53 UTC, <https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281> [accessed 29 March 2023]
Chicago style
Rosetta Code contributors, "Matrix with two diagonals," Rosetta Code, , https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281 (accessed March 29, 2023).
CBE/CSE style
Rosetta Code contributors. Matrix with two diagonals [Internet]. Rosetta Code, ; 2023 Jan 9, 02:53 UTC [cited 2023 Mar 29]. Available from: https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281.
Bluebook style
Matrix with two diagonals, https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281 (last visited March 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Matrix with two diagonals --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281", note = "[Online; accessed 29-March-2023]" }
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 = "Matrix with two diagonals --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/w/index.php?title=Matrix_with_two_diagonals&oldid=335281}", note = "[Online; accessed 29-March-2023]" }