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


f_res.mvol

f_res.mvol(Polytopes)
:: polytope たちの mixed volume を求める
return
整数
Polytopes
リストのリストのリスト
[0] Q1 = [[0,0],[1,0],[0,1]]$
[1] Q2 = [[0,0],[1,0],[0,1],[1,1]]$
[2] f_res.mvol( [Q1,Q1] );
1
[3] f_res.mvol( [Q1,Q2] );
2
[4] f_res.mvol( [Q2,Q2] );
2


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