Cite This Page
Bibliographic details for Sum of elements below main diagonal of matrix
- Page name: Sum of elements below main diagonal of matrix
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 April 2025 01:03 UTC
- Date retrieved: 19 May 2025 18:34 UTC
- Permanent URL: https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627
- Page Version ID: 379627
Citation styles for Sum of elements below main diagonal of matrix
APA style
Sum of elements below main diagonal of matrix. (2025, April 20). Rosetta Code. Retrieved 18:34, May 19, 2025 from https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627.
MLA style
"Sum of elements below main diagonal of matrix." Rosetta Code. 20 Apr 2025, 01:03 UTC. 19 May 2025, 18:34 <https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627>.
MHRA style
Rosetta Code contributors, 'Sum of elements below main diagonal of matrix', Rosetta Code, 20 April 2025, 01:03 UTC, <https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627> [accessed 19 May 2025]
Chicago style
Rosetta Code contributors, "Sum of elements below main diagonal of matrix," Rosetta Code, https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627 (accessed May 19, 2025).
CBE/CSE style
Rosetta Code contributors. Sum of elements below main diagonal of matrix [Internet]. Rosetta Code; 2025 Apr 20, 01:03 UTC [cited 2025 May 19]. Available from: https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627.
Bluebook style
Sum of elements below main diagonal of matrix, https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627 (last visited May 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sum of elements below main diagonal of matrix --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627", note = "[Online; accessed 19-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 = "Sum of elements below main diagonal of matrix --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Sum_of_elements_below_main_diagonal_of_matrix?oldid=379627}", note = "[Online; accessed 19-May-2025]" }