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


sm1_slope

sm1_slope(ii,v,f_filtration,v_filtration|proc=p)
:: 微分方程式系 ii の slope を戻す.
return
p
ii
リスト (方程式)
v
リスト (変数)
f_filtration
リスト (weight vector)
v_filtration
リスト (weight vector)

[284] A= sm1_gkz([  [[1,2,3]],  [-3] ]);

[285] sm1_slope(A[0],A[1],[0,0,0,1,1,1],[0,0,-1,0,0,1]);

[286] A2 = sm1_gkz([ [[1,1,1,0],[2,-3,1,-3]], [1,0]]);
     (* This is an interesting example given by Laura Matusevich, 
        June 9, 2001 *)

[287] sm1_slope(A2[0],A2[1],[0,0,0,0,1,1,1,1],[0,0,0,-1,0,0,0,1]);

参照
sm_gb


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