An elegant description of the Mathieu group
Fix
Of course, for very particular choices of
I'm working on an app for which I would like to:
-
respect the ring/silent switch when playing audio, and
-
display an icon indicating that sound is muted when the ring/silent switch is set to silent.
Requirement 1 is easy: I'm using [AVAudioSessionSoloAmbient](https://developer.apple....
I tried to vectorize the premultiplication of 64-bit colors of 16-bit integer ARGB channels.
I quickly realized that due to lack of accelerated integer division support I need to convert my values to float and use some SSE2/SSE4.1 intrinsics explicitly for the best performance. Still, I wanted to...
I am interested in the following problem.
Node Multiway Cut on Planar Graphs with terminals on the outer face
- Instance: A plane graph G, and integer k, and a set
of terminals which are all incident on the outer face of G. - Question: Is there a set of vertices $X \subs...
Suppose that we have rational numbers
Geodesic completeness, the fact we can make the domain of the geodesic parametrized with respect an affine parameter the whole real line, is an important concept in GR. Especially, because the lack of it signals singularities.
This raises the question if incompleteness of one type of geodesic impli...
Question 1: Is it true that for every polynomial
I came across a paper called "A Note on Succinct Representation of Graphs". It seems that in the discussion section they claim that for any problem
This made me wonder if the theorem fails for more complica...
Let
Let
In the late 70s, Cuntz and Behncke had a paper
H. Behncke and J. Cuntz, Local Completeness of Operator Algebras , Proceedings of the American Mathematical Society, Vol. 62, No. 1 (Jan., 1977), pp. 95- 100
the about the following question. Let
In the introduction to the Asterisque 82-83 volume on `Caractérisque d'Euler-Poincaré, Verdier writes:
Enfin signalons que la situation en caractéristique positive est loin d'être aussi satisfaisante que dans le cas transcendant. On aimerait pouvoir disposer d'un groupe de Grothendieck `sauvage' ...
One often times thinks of the Dieudonne module
This is su...
We have these huge tables of elliptic curves, which were generated by computing modular forms of weight
For abelian surfaces over
All of the literature I have seen on module categories over monoidal categories has been in the rigid
- Ostrik, V. Module categories, weak Hopf algebras and modular invariants , Transformation Groups 8 (2003) 177–206,...
A friend of mine and I ran into the following question while reading about proper forcing, and have been unable to resolve it:
Definition. A cardinal
By an arithmetic scheme I mean a finite type flat regular integral scheme over
Let
be an arithmetic scheme. Then is finite for all ?
Remarks: Let
According to Life under a black sun, Miller's planet from Interstellar , with a time dilation factor of 60,000, should be heated to around 890C by blue-shifted cosmic background radiation.
How they arrive at that number, however, seems to me a little opaqu...
N , T , A , B are arbitrary constants in this problem. I have only definitively solved the N=1 subproblem, so, if the general problem cannot be solved, I will be satisfied to mark as accepted a solution to this subproblem. I may put a bounty out for the general solution before th...
CNN's Steve Wozniak's new venture takes aim at space junk discusses a project with Wozniak, Alex Fielding and [Mo...
In Abramsky and Jung's 1994 handbook chapter on denotational semantics, after proving that the limit and colimit of expanding sequences exist and coincide, they have the following to say about generalizing this theorem:
We can generalize Theorem 3.3.7 [the limit-colimit coincidence of expanding ...
Suppose we have the following program:
template <class T, T n1, T n2>
struct Probe {
static const int which = 1;
};
template <class T, T n>
struct Probe<T, n, n> {
static const int which = 2;
};
int i = 123;
const int my...
Hi: I'm new to this list but I had a question that's not exactly related to dsp but maybe in a slight way and I didn't know where else to send it. So, here goes and my apologies if this is totally the wrong place to send it.
The following describes the background as far as number generation.
Supp...
Cell proliferation and cell diffusion seem to be important quantities to estimate when trying to understand or measure tumor growth, but I don't really understand a) the difference between them or b) their relationship to tumor growth.
Cell proliferation refers to cellular subdivision. This doesn'...