Cite This Page
Bibliographic details for Special identity matrix with two diagonals
- Page name: Special identity matrix with two diagonals
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 17 February 2022 11:47 UTC
- Date retrieved: 12 May 2025 15:45 UTC
- Permanent URL: https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688
- Page Version ID: 319688
Citation styles for Special identity matrix with two diagonals
APA style
Special identity matrix with two diagonals. (2022, February 17). Rosetta Code. Retrieved 15:45, May 12, 2025 from https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688.
MLA style
"Special identity matrix with two diagonals." Rosetta Code. 17 Feb 2022, 11:47 UTC. 12 May 2025, 15:45 <https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688>.
MHRA style
Rosetta Code contributors, 'Special identity matrix with two diagonals', Rosetta Code, 17 February 2022, 11:47 UTC, <https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688> [accessed 12 May 2025]
Chicago style
Rosetta Code contributors, "Special identity matrix with two diagonals," Rosetta Code, https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688 (accessed May 12, 2025).
CBE/CSE style
Rosetta Code contributors. Special identity matrix with two diagonals [Internet]. Rosetta Code; 2022 Feb 17, 11:47 UTC [cited 2025 May 12]. Available from: https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688.
Bluebook style
Special identity matrix with two diagonals, https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688 (last visited May 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Special identity matrix with two diagonals --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688", note = "[Online; accessed 12-May-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 = "Special identity matrix with two diagonals --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/wiki/Special_identity_matrix_with_two_diagonals?oldid=319688}", note = "[Online; accessed 12-May-2025]" }