Giter Site home page Giter Site logo

gitfans's Introduction

This code is obsolete, use the GITFans code in Oscar.jl instead

gitfans's People

Contributors

fingolfin avatar sebasguts avatar thomasbreuer avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

thomasbreuer

gitfans's Issues

Columns vs rows

The notebook talks about the "$i$-th column of the matrix $Q$ is the degree $\operatorname{deg}(T_i)\in \mathbb{Z}^5$" -- but the rows are in Z^5, not the columns? Is this a typo or am I misunderstanding something?

new Oscar features

A possibility would be to change the notebook/ implementation to use the recent Oscar features. On Oscar#master this should work

Qt, T = PolynomialRing(QQ, :T=>1:10)
D = free_abelian_group(5)
Q = [...]
w = [D(Q[i, :]) for i=1:10]
R = grade(Qt, w)
a = ideal(R, [T[5]*T[10] - T[6]*T[9] + T[7]*T[8],
T[1]*T[9] - T[2]*T[7] + T[4]*T[5],
T[1]*T[8] - T[2]*T[6] + T[3]*T[5],
T[1]*T[10] - T[3]*T[7] + T[4]*T[6],
T[2]*T[10] - T[3]*T[9] + T[4]*T[8]])

or
a = ideal([R[5] * R[10] ....])

q, mq = quo(R, a)

...
Of course, internally all serious computations in R, a, Qt, are done in Singular, but it looks neater
Also, in the notebook, now automatically, you should see T_1 with proper subscripts

It would be cool if fans, cones, ... would be proper julia structures, then some of the interfacing would be easier to read....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.