Comparison of programming languages (array): Difference between revisions

Content deleted Content added
Fill in missing matrix operations for SymPy (would've been really strange if it didn't have them)
Line 977:
| [[SymPy]]
| {{code|1=m = Matrix(...)}}
| {{code|m.det()}}
|
| {{code|m.T}}
| {{code|m[i-1,j-1]}}
| {{code|m.col(j-1)}}
|
| {{code|m.row(i-1)}}
|
| {{code|m.eigenvals()}}
|
|-
|}