-
Notifications
You must be signed in to change notification settings - Fork 133
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
Added function to compute defining ideal of flag variety #3324
Conversation
I think it would make sense to accept the field as an argument instead of always taking QQ. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some general Julia hints
Please don't re-format the whole file as that may lead to many conflicts with other pull requests. (and it makes it way harder to find the "real" changes) |
You can actually hide whitespace changes in the
It is really quite annoying that we want devs to format their code properly, but refuse to format our code and thereby blocking them from using tools like |
I totally agree with you. But I think it should be managed by a central instance and applied at a defined time so that everyone with open changes can prepare for that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the formatting. some more comments for consistency with other parts of oscar
@danteluber Could you click on the "Resolve conversation" button of everything you already took care of? This makes it a bit easier for everyone to follow what's going on in this thread. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have nothing to complain about, except that we might want to change this function so that it computes the minimal set of generators.
This function computes the defining ideal of the flag variety$Fl(w,n)$ , where $w = (d_1,...d_k)$ , $d_j\leq n-1$ , denotes the rank, and $n$ is the dimension of the ambient vector space.