map not homogeneous
Open
@rz10x is already working on this.
Since Oct 17, 2019.
Core
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
Macaulay2, version 1.14
with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems, LLLBases, PrimaryDecomposition, ReesAlgebra, TangentCone, Truncations
i1 : S=QQ[x_1..x_3]
o1 = S
o1 : PolynomialRing
i2 : F=S^{2,0}
2
o2 = S
o2 : S-module, free, degrees {-2, 0}
i3 : f_1=(x_1^3+x_1*x_2^2)*F_0
o3 = | x_1^3+x_1x_2^2 |
| 0 |
2
o3 : S
i4 : f_2=(x_1^2*x_3)*F_0+x_1*F_1
o4 = | x_1^2x_3 |
| x_1 |
2
o4 : S
i5 : f_3=(x_2*x_3^2)*F_1
o5 = | 0 |
| x_2x_3^2 |
2
o5 : S
i6 : isHomogeneous f_1
o6 = true
i7 : isHomogeneous f_2
o7 = true
i8 : isHomogeneous f_3
o8 = true
i9 : genM=matrix{f_1,f_2,f_3}
o9 = {-2} | x_1^3+x_1x_2^2 x_1^2x_3 0 |
{0} | 0 x_1 x_2x_3^2 |
2 3
o9 : Matrix S <--- S
i10 : isHomogeneous oo
o10 = false <<<<==========
i11 : source o9
3
o11 = S
o11 : S-module, free
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.