User m.s. - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-22T16:25:51Zhttp://mathoverflow.net/feeds/user/4415http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/31646/does-algebraic-numbers-coloured-by-degree-form-a-fractalDoes "Algebraic numbers coloured by degree" form a fractal?M.S.2010-07-13T01:28:38Z2012-10-09T08:56:32Z
<p><a href="http://en.wikipedia.org/wiki/File%3AAlgebraicszoom.png" rel="nofollow">This picture</a> from Wikipedia's article on <a href="http://en.wikipedia.org/wiki/Algebraic_number" rel="nofollow">Algebraic numbers</a> shows a visualization of Algebraic numbers coloured by degree.</p>
<p>I'm wondering if this is a fractal?</p>
http://mathoverflow.net/questions/65921/is-integer-factorization-harder-than-rsa-npq-factorizationIs integer factorization harder than RSA ($n=pq$) factorization?M.S.2011-05-25T03:14:07Z2011-05-25T03:14:07Z
<p><em>This is a repost. I could not get a precise answer on <a href="http://math.stackexchange.com/questions/40971/is-the-factorization-problem-harder-than-rsa-factorization-n-pq" rel="nofollow" title="math.SE">math.SE</a> and <a href="http://cstheory.stackexchange.com/q/6704/17" rel="nofollow" title="cstheory.SE">cstheory.SE</a></em></p>
<p>Let FACT denote the integer factoring problem: given $n \in \mathbb{N},$ find primes $p_i \in \mathbb{N},$ and integers $e_i \in \mathbb{N},$ such that $n = \prod_{i=0}^{k} p_{i}^{e_i}.$</p>
<p>Let RSA denote the special case of factoring problem where $k=2, e_i=1$ for all $i$. That is, given $n,$ find two primes $p,q,$ such that $n = pq$ or NONE if this factorization does not exist.</p>
<p>Obviously, RSA is an instance of FACT. Is FACT harder than RSA? Given an oracle that solves RSA in polynomial time, could we construct a polynomial time algorithm to solve FACT?</p>
http://mathoverflow.net/questions/61861/fast-algorithms-for-computing-nullspace-of-a-positive-semidefinite-matrix-over-zFast algorithms for computing nullspace of a positive semidefinite matrix over ZM.S.2011-04-15T20:06:43Z2011-04-15T22:38:21Z
<p>Let $A \in \mathbb{Z}^{n \times n}$ be a positive semidefinite <em>sparse</em> matrix. I am looking for asymptotically fast algorithms for computing the nullspace basis of $A$ (or just random elements in the nullspace). I wonder whether there are methods that can exploit the fact that $A$ is positive semidefinite to achieve better perfomance.</p>
http://mathoverflow.net/questions/51264/smallest-prime-that-does-not-divide-the-vandermonde-determinantSmallest prime that does not divide the Vandermonde determinantM.S.2011-01-05T23:21:29Z2011-01-06T00:42:39Z
<p>Let $V = \Pi_{1 \le i < j \le n} (a_j - a_i)$ be the <a href="http://planetmath.org/encyclopedia/DeterminantOfTheVandermondeMatrix.html" rel="nofollow">determinant of the Vandermonde matrix</a> where $1 = a_1 < \cdots < a_n = d$ (with $d >> n$). What is the smallest prime $p$ (or the lower bound) such that $p \nmid V$? Preferably $p < n$.</p>
http://mathoverflow.net/questions/48988/matrix-version-of-berlekamp-massey-algorithmMatrix version of Berlekamp Massey algorithmM.S.2010-12-10T22:04:35Z2010-12-10T22:40:19Z
<p>What are the most obvious generalizations of Berlekamp Massey algorithm [1] to matrix sequences?</p>
<blockquote>
<p>[1] <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.80.9932" rel="nofollow">Massey, J. L.</a>, "Shift-register synthesis and BCH decoding", IEEE Trans. Information Theory IT-15 (1): 122–127</p>
</blockquote>
http://mathoverflow.net/questions/17247/set-comprehension-when-the-condition-is-falseSet comprehension when the condition is falseM.S.2010-03-06T00:07:56Z2010-03-06T01:29:01Z
<p>The Cartesian product of two empty sets is the singleton set $\{ () \}$ containing the empty tuple. So, given a set $A$ which is empty, $A \times A $ is defined as: $$ A \times A = \{ (a,a) \mid a \in A \} = \{ () \} $$ Now, does that mean that $()$ satisfies the condition $a \in A$? And if so, why don't we include the empty tuple in the Cartesian product of non-empty sets?</p>
<p>(It would be nice if you point out which concept I mis-understand: the set comprehension, or the tuple.)</p>
<p>Thanks in advance.</p>
<p>[edit: I should add the following link: <a href="http://en.wikipedia.org/wiki/Empty_product#Nullary_Cartesian_product" rel="nofollow">Wikipedia: Empty_product#Nullary_Cartesian_product</a>]</p>
http://mathoverflow.net/questions/88130/question-about-matrices-linear-algebraComment by M.S.M.S.2012-02-10T19:29:02Z2012-02-10T19:29:02ZOps. link broken: <a href="http://math.stackexchange.com/" rel="nofollow">math.stackexchange.com</a>http://mathoverflow.net/questions/88130/question-about-matrices-linear-algebraComment by M.S.M.S.2012-02-10T19:28:31Z2012-02-10T19:28:31ZYou should post this type of questions to [math.SE](math.stackexchange.com).http://mathoverflow.net/questions/65921/is-integer-factorization-harder-than-rsa-npq-factorizationComment by M.S.M.S.2011-05-25T16:29:26Z2011-05-25T16:29:26Z@KotelKanim If $n$ is not decomposable into a product $pq$ of two primes, then RSA oracle will terminate (in polytime) with the answer NONE (or 'false' if you wish).http://mathoverflow.net/questions/65921/is-integer-factorization-harder-than-rsa-npq-factorizationComment by M.S.M.S.2011-05-25T03:44:17Z2011-05-25T03:44:17Z@François: Well, fair enough.http://mathoverflow.net/questions/51264/smallest-prime-that-does-not-divide-the-vandermonde-determinantComment by M.S.M.S.2011-01-06T00:07:36Z2011-01-06T00:07:36ZYes. Consider the primes in the range [2 .. d]. Some of them will divide V, other won't. I want the smallest prime p that does not divide V.http://mathoverflow.net/questions/51264/smallest-prime-that-does-not-divide-the-vandermonde-determinant/51266#51266Comment by M.S.M.S.2011-01-06T00:04:45Z2011-01-06T00:04:45ZI'm looking for a prime $p < n$ such that $p \nmid V$. It is the case that a_1 = 1 (actually, 1 = a_1 < .. < a_n = d and d >> n).http://mathoverflow.net/questions/31646/does-algebraic-numbers-coloured-by-degree-form-a-fractalComment by M.S.M.S.2010-07-14T17:19:07Z2010-07-14T17:19:07ZFair enough. Thanks for the clarification.http://mathoverflow.net/questions/17247/set-comprehension-when-the-condition-is-false/17253#17253Comment by M.S.M.S.2010-03-06T20:25:58Z2010-03-06T20:25:58ZI now see where is my confusion. Thanks