-
-
- A. Zingoni, “Group-theoretic exploitations of symmetry in computational solid and structural mechanics,” International Journal for Numerical Methods in Engineering, vol. 79, no. 3, pp. 253–289, 2009…
-
For starters, move the character table code from `examples/GroupCharacters.jl` to regular interface.
This is @ThomasBreuer code and I see no fundamental obstacle? Of course may wish to adjust the i…
-
Add support for representation theory of finite semigroups. Quite some
stuff is available in the sage-combinat queue.
* #18230: basic hierarchy of categories for representations of monoids, lie alg…
-
I think that knowing the territory decomposition for conjugacy classes of wreath products with a symmetric top group maybe could be useful for doing representation theory with such groups.
Say `G =…
-
So here is what I was saying about the JSON entries. I have a big JSON file of around 2 million arXiv entries from Kaggle in the following format:
`{"id":"0709.1168","submitter":"Suvrat Raju","au…
-
Defect Description:if the given characters are a,b,c and the given string is ac and we have traversed the string from left to right the 0th position is a but instead if b was present the strings start…
-
Defect Description:the number of bits required to represent a given number n is ceil(log2(n)) and this can be found by dividing the given number by 2 until the quotient is zero but,we have to count th…
-
Defect description : repeated content
Steps to reproduce the issue :
1)open vlabs using the link vlab.co.in
2)choose the participating institute as iiith and computer-organisation lab.
3)choose li…
-
Instead of constructing a message, then parsing it as if it's our end form of data (it isn't) has causes some performance and DRY problems.
- Event, and all event wrapper types for their respective…