next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
DiffAlg :: logarithmicForm(..., Projective => ...)

logarithmicForm(..., Projective => ...) -- a boolean option to produce a projective logarithmic form

Synopsis

Description

i1 : l = logarithmicForm(2,{1,1},"a",Projective => true)

o1 = ((a0 a2 a1  - a1 a0 a2 )x  + (a0 a2 a1  - a1 a0 a2 )x )dx  + ((-
         1  0  1     0  1  1  1      1  0  2     0  1  2  2   0      
     ------------------------------------------------------------------------
     a0 a2 a1  + a1 a0 a2 )x  + (a0 a1 a2  - a0 a1 a2 )x )dx  + ((- a0 a2 a1 
       1  0  1     0  1  1  0      1  2  1     1  1  2  2   1         1  0  2
     ------------------------------------------------------------------------
     + a1 a0 a2 )x  + (- a0 a1 a2  + a0 a1 a2 )x )dx
         0  1  2  0        1  2  1     1  1  2  1   2

o1 : DiffAlgForm
i2 : (radial 2)_l

o2 = 0

o2 : DiffAlgForm

Further information