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

Calculate the number of faces of braid arrangement. #27051

Closed
Kalyalev mannequin opened this issue Jan 14, 2019 · 8 comments
Closed

Calculate the number of faces of braid arrangement. #27051

Kalyalev mannequin opened this issue Jan 14, 2019 · 8 comments

Comments

@Kalyalev
Copy link
Mannequin

Kalyalev mannequin commented Jan 14, 2019

Adds a function for calculating the number of k-dimensional faces of the braid arrangement A_n.

def number_of_braid_faces(n,k): 
    return sum([((-1)**(k-i))*binomial(k,i)*(i**n) for i in range(0,k+1)]) 	

CC: @sagetrac-etzanaki

Component: combinatorics

Author: gh-Kalyalev

Issue created by migration from https://trac.sagemath.org/ticket/27051

@Kalyalev Kalyalev mannequin added this to the sage-8.6 milestone Jan 14, 2019
@Kalyalev
Copy link
Mannequin Author

Kalyalev mannequin commented Jan 14, 2019

Author: gh-Kalyalev

@Kalyalev Kalyalev mannequin added the s: needs review label Jan 14, 2019
@embray
Copy link
Contributor

embray commented Jan 15, 2019

comment:2

Retarging tickets optimistically to the next milestone. If you are responsible for this ticket (either its reporter or owner) and don't believe you are likely to complete this ticket before the next release (8.7) please retarget this ticket's milestone to sage-pending or sage-wishlist.

@embray embray modified the milestones: sage-8.6, sage-8.7 Jan 15, 2019
@Kalyalev

This comment has been minimized.

@embray
Copy link
Contributor

embray commented Jan 18, 2019

comment:4

This ticket has no description now and there's nothing to review. Should it be closed?

@kevindilks kevindilks mannequin added s: needs info and removed s: needs review labels Jan 22, 2019
@Kalyalev

This comment has been minimized.

@Kalyalev
Copy link
Mannequin Author

Kalyalev mannequin commented Jan 23, 2019

comment:6

Please close this ticket.
We will open a new ticket and upload a patch.

@Kalyalev Kalyalev mannequin removed this from the sage-8.7 milestone Jan 23, 2019
@Kalyalev Kalyalev mannequin added s: needs review and removed s: needs info labels Jan 23, 2019
@embray
Copy link
Contributor

embray commented Jan 23, 2019

comment:7

Opening a new ticket isn't really necessary since you can just repurpose this one, but okay...

@embray

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant