&*()
. Il y a plein
d'autres matrices disponibles.
> M := array(1..2,1..6,[(1,3)=p],sparse); [ 0 0 p 0 0 0 ] M := [ ] [ 0 0 0 0 0 0 ] > M[1,5] := p^2; 2 M[1, 5] := p > evalm(M); [ 2 ] [ 0 0 p 0 p 0 ] [ ] [ 0 0 0 0 0 0 ]
+
,
&*
, ^(-1)
, ^(n)
, *
et &*()
pour
respectivement l'addition matricielle, la multiplication matricielle,
l'inversion matricielle, l'élévation à la puissance (en
), la multiplication par un scalaire, et la matrice
identité.
?linalg
linalg,det
,
linalg,inverse
, linalg,linsolve
).