Macaulay2 » Documentation
Packages » DiffAlg :: logarithmicForm(...,Projective=>...)
next | previous | forward | backward | up | index | toc

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

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

Functions with optional argument named Projective:

Further information


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/DiffAlg.m2:714:0.