Go to the first, previous, next, last section, table of contents.


mapat

mapat(fname,pos[,arg0, arg1, ...])
:: pos に対する map 関数
return
オブジェクト
pos
整数
arg0, arg1, arg2, ...
オブジェクト
[219] mapat(deg,1,x^2+y^3+x+y,[x,y]);
[2,3]
[220] mapat(subst,1,x+y+z,[x,y,z],2);
[y+z+2,x+z+2,x+y+2]
参照
@xref{map}

ChangeLog


Go to the first, previous, next, last section, table of contents.