
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
symmetricPower(ZZ,Matrix) -- symmetric power
Synopsis:
Note: in the current implementation, f should have just one row.
Code:
-- ../m2/multilin.m2:7-9
symmetricPower(ZZ, Matrix) := Matrix => (i,m) -> (
sendgg(ggPush m, ggINT, gg i, ggsymm);
getMatrix ring m)

![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)