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

Better page support #8

Open
2 tasks
dalcde opened this issue Sep 11, 2019 · 2 comments
Open
2 tasks

Better page support #8

dalcde opened this issue Sep 11, 2019 · 2 comments

Comments

@dalcde
Copy link
Contributor

dalcde commented Sep 11, 2019

  • Display page we are currently on
  • Figure out how to implement a "all differentials" page
@hoodmane
Copy link

I think we should make it so that the lines drawn for differentials indicate the rank of the differential. Basically, we should row reduce the matrix of the differential and then draw a line from source index i to target index j if the matrix has a pivot at (i,j).

@hoodmane
Copy link

I guess what you should do is concatenate all of the differentials from stem n to stem n-1 into one matrix where the columns are ordered descending in filtration. Then row reduce this matrix. Then draw a line for each pivot.

@dalcde dalcde transferred this issue from SpectralSequences/ext Mar 23, 2020
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

No branches or pull requests

2 participants