Content deleted Content added
Add Julia examples to the table of mathematical matrix operations. |
SilkPyjamas (talk | contribs) m Adding local short description: "List of programming language comparisons", overriding Wikidata description "Wikimedia list article" |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Short description|List of programming language comparisons}}
{{one source|date=June 2013}}
{{ProgLangCompare}}
Line 824 ⟶ 825:
| style="background:grey80;" | ?
|-
| [[Visual Basic (classic)]]
| style="background:honeydew;" | 0, 1, or index type<ref name="msbasicarrays"/>
| style="background:seashell;" | no
Line 944 ⟶ 945:
</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]}}
|