Jump to content

Reduced row echelon form: Difference between revisions

correct highlighting
No edit summary
(correct highlighting)
Line 2,533:
=={{header|R}}==
{{trans|Fortran}}
<lang Rrsplus>rref <- function(m) {
pivot <- 1
norow <- nrow(m)
Line 2,566:
print(m)
print(rref(m))</lang>
 
 
=={{header|Racket}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.