Comparison of programming languages (array): Difference between revisions

Content deleted Content added
Paalon (talk | contribs)
Add Julia examples to the table of mathematical matrix operations.
Paalon (talk | contribs)
Line 944:
</syntaxhighlight>
| {{code|lang=julia|det(m)}}
| {{code|lang=julia|transpose(m)}} or<br/>
{{code|lang=julia|m'}} for real matrices
| {{code|lang=julia|m[i, j]}}
| {{code|lang=julia|m[:, j]}}