i1 : random newForm(2,2,1,"a")
o1 = - x dx dx + (- 4x + 3x + x )dx dx + (- 4x + x + 5x )dx dx
1 0 1 0 1 2 0 2 0 1 2 1 2
o1 : DiffAlgForm
|
i2 : random(newField(2,2,"a"),QQ)
22 2 1 5 2 18 28 23 2 43 2 23 1 2 5 9 2 11 2
o2 = (--x + -x x - --x - --x x + --x x + --x )ax + (- --x - --x x + -x + x x - --x x - --x )ax + (- --x + 4x x -
63 0 5 0 1 24 1 7 0 2 5 1 2 5 2 0 10 0 3 0 1 6 1 0 2 12 1 2 10 2 1 18 0 0 1
----------------------------------------------------------------------------------------------------------------------------
2 10 59 1 2
3x - --x x - --x x - -x )ax
1 21 0 2 18 1 2 4 2 2
o2 : DiffAlgField
|
Options Density and Height are implemented
i3 : random(newForm(2,2,1,"a"),Density => .2)
o3 = (- 4x - 8x )dx dx + (- 6x + 4x )dx dx
1 2 0 1 0 2 0 2
o3 : DiffAlgForm
|
i4 : random(newForm(2,2,1,"a"),Height => 100)
o4 = (58x + 73x - 54x )dx dx + (- 56x + 31x + 48x )dx dx + (32x + 38x - 4x )dx dx
0 1 2 0 1 0 1 2 0 2 0 1 2 1 2
o4 : DiffAlgForm
|