Cite This Page
Bibliographic details for Solve equations with substitution method
- Page name: Solve equations with substitution method
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 22 July 2024 21:12 UTC
- Date retrieved: 14 November 2024 02:29 UTC
- Permanent URL: https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159
- Page Version ID: 367159
Citation styles for Solve equations with substitution method
APA style
Solve equations with substitution method. (2024, July 22). Rosetta Code. Retrieved 02:29, November 14, 2024 from https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159.
MLA style
"Solve equations with substitution method." Rosetta Code. 22 Jul 2024, 21:12 UTC. 14 Nov 2024, 02:29 <https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159>.
MHRA style
Rosetta Code contributors, 'Solve equations with substitution method', Rosetta Code, 22 July 2024, 21:12 UTC, <https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159> [accessed 14 November 2024]
Chicago style
Rosetta Code contributors, "Solve equations with substitution method," Rosetta Code, https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159 (accessed November 14, 2024).
CBE/CSE style
Rosetta Code contributors. Solve equations with substitution method [Internet]. Rosetta Code; 2024 Jul 22, 21:12 UTC [cited 2024 Nov 14]. Available from: https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159.
Bluebook style
Solve equations with substitution method, https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159 (last visited November 14, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Solve equations with substitution method --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159", note = "[Online; accessed 14-November-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 = "Solve equations with substitution method --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Solve_equations_with_substitution_method?oldid=367159}", note = "[Online; accessed 14-November-2024]" }