Let $$ m = Y_{{1,0}}{Y_{{1,2}}}^{2}Y_{{2,5}}Y_{{1,8}}. $$ Using the function op in Maple, we have $op(m) = Y[1, 0], Y[1, 2]^2, Y[2, 5], Y[1, 8]$. But $op(Y[1,0])=1,0$ and $op(Y[1,0]^2)=Y[1,0],2$. Are there some functions in Maple such that the value of $$ Y_{{1,0}}{Y_{{1,2}}}^{2}Y_{{2,5}}Y_{{1,8}} $$ is $Y[1, 0], Y[1, 2]^2, Y[2, 5], Y[1, 8]$ and the value of $Y[1,0]^n$ is $Y[1,0]^n$? Thank you very much.
2026-03-27 12:02:55.1774612975
Return factors of a monomial in Maple.
45 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The function $f$ that you need is
Note carefully the two pairs of backquotes.