Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in part(Complex) #3345

Open
mahrud opened this issue Jul 4, 2024 · 0 comments · May be fixed by #3522
Open

bug in part(Complex) #3345

mahrud opened this issue Jul 4, 2024 · 0 comments · May be fixed by #3522
Assignees

Comments

@mahrud
Copy link
Member

mahrud commented Jul 4, 2024

The code:

needsPackage "Complexes"

R = QQ[x,y]
C = complex R
part(0, C)
part(0, C[1] ++ C[-1])

Outputs:

i4 : part(0, C)

       1
o4 = QQ
      
     0

o4 : Complex

i5 : part(0, C[1] ++ C[-1])

             1
o5 = 0 <-- QQ
            
     0     1

o5 : Complex

Also, in conversation with @ggsmith today we realized this is very similar to the basis command, except it's oddly not defined for graded modules and maps between them, which I think should be defined.

@mahrud mahrud added this to the version 1.24.11 milestone Jul 21, 2024
@mahrud mahrud self-assigned this Aug 15, 2024
@mahrud mahrud linked a pull request Oct 16, 2024 that will close this issue
@mahrud mahrud linked a pull request Oct 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant