Reduced row echelon form: Difference between revisions

m
BASIC256 and BBC BASIC moved to the BASIC section.
m (→‎{{header|J}}: source control for J scripts is now github)
m (BASIC256 and BBC BASIC moved to the BASIC section.)
Line 760:
[-0,-0,1,-2]</pre>
 
=={{header|BASIC256BASIC}}==
==={{header|BBC BASICBASIC256}}===
<syntaxhighlight lang="basic256">arraybase 1
global matrix
Line 817 ⟶ 818:
end subroutine</syntaxhighlight>
 
==={{header|BBC BASIC}}===
 
=={{header|BBC BASIC}}==
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> DIM matrix(2,3)
512

edits