1Function: msomseval
2Section: modular_symbols
3C-Name: msomseval
4Prototype: GGG
5Help: msomseval(Mp, PHI, path):
6 return the vectors of moments of the p-adic distribution attached
7 to the path 'path' via the overconvergent modular symbol 'PHI'.
8Doc:return the vectors of moments of the $p$-adic distribution attached
9 to the path \kbd{path} by the overconvergent modular symbol \kbd{PHI}.
10 \bprog
11 ? M = msinit(3,6,1);
12 ? Mp= mspadicinit(M,5,10);
13 ? phi = [5,-3,-1]~;
14 ? msissymbol(M,phi)
15 %4 = 1
16 ? PHI = mstooms(Mp,phi);
17 ? ME = msomseval(Mp,PHI,[oo, 0]);
18 @eprog
19
20