User sandeepj - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-20T07:09:41Zhttp://mathoverflow.net/feeds/user/5372http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/46417/strategies-for-digging-through-literature/46428#46428Answer by SandeepJ for Strategies for digging through literatureSandeepJ2010-11-17T23:17:08Z2010-11-17T23:17:08Z<p>I use the MSC codes on <a href="http://www.ams.org/mathscinet/" rel="nofollow">MathSciNet</a> to narrow down the search to relevant papers. </p>
<p>See <a href="http://www.ams.org/mathscinet/msc/msc.html" rel="nofollow">http://www.ams.org/mathscinet/msc/msc.html</a> for the PDF file</p>
<p>You have to use with the old codes as well for older papers.</p>
http://mathoverflow.net/questions/46102/conformal-mappings-for-hyperbolic-polygon/46269#46269Answer by SandeepJ for Conformal Mappings for hyperbolic polygonSandeepJ2010-11-16T18:32:06Z2010-11-16T22:52:25Z<p>See Harmer and Martin's work on <a href="http://www.math.auckland.ac.nz/Research/Reports/view.php?id=499" rel="nofollow">Conformal Mappings from the Upper Half Plane to Fundamental Domains on the Hyperbolic Plane</a>.</p>
<p>Some of the ideas developed by <a href="http://www.math.sunysb.edu/~bishop/" rel="nofollow">Christopher Bishop</a> in the context of computational geometry may also be of interest.
See his <a href="http://www.math.sunysb.edu/~bishop/lectures/lec.html" rel="nofollow">talks</a> and <a href="http://www.math.sunysb.edu/~bishop/papers/papers.html" rel="nofollow">papers</a> on conformal maps.</p>
http://mathoverflow.net/questions/44326/most-memorable-titles/44373#44373Answer by SandeepJ for Most memorable titlesSandeepJ2010-10-31T20:20:28Z2010-10-31T20:20:28Z<p>Given the atmosphere of terror and fear in recent years, I did a double take when I first glanced at Bruce Berndt's paper "<a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.39.7704" rel="nofollow">Ramanujan's association with radicals in India</a>". </p>
http://mathoverflow.net/questions/43355/laplaces-summation-formula/43518#43518Answer by SandeepJ for Laplace's summation formulaSandeepJ2010-10-25T14:04:23Z2010-10-25T14:04:23Z<blockquote>
<p>However, the usual suspects (the
arXiv, Wikipedia, MathWorld, Google)
aren't turning up much.</p>
</blockquote>
<p>You forgot google books!</p>
<p>There are references to the Laplace summation formula in two books. </p>
<ol>
<li><p>Page 248 in <em>The rise and development of the
theory of series up to the early
1820s</em> by Giovanni Ferraro
<a href="http://books.google.com/books?id=vLBJSmA9zgAC" rel="nofollow">http://books.google.com/books?id=vLBJSmA9zgAC</a></p></li>
<li><p>Page 192 in <em>A history of numerical analysis from
the 16th through the 19th century</em> by
Herman Goldstine
<a href="http://books.google.com/books?id=20csAQAAIAAJ" rel="nofollow">http://books.google.com/books?id=20csAQAAIAAJ</a></p></li>
</ol>
http://mathoverflow.net/questions/43057/looking-for-a-collection-of-entry-level-proofs/43115#43115Answer by SandeepJ for Looking for a collection of entry level proofsSandeepJ2010-10-22T01:26:31Z2010-10-22T01:26:31Z<p>You can try Aigner and Ziegler's book <a href="http://www.amazon.com/Proofs-BOOK-Martin-Aigner/dp/3540636986" rel="nofollow">Proofs from the book</a> </p>
http://mathoverflow.net/questions/36226/values-of-the-j-function/36243#36243Answer by SandeepJ for Values of the j-functionSandeepJ2010-08-21T00:48:37Z2010-08-21T00:48:37Z<p>In case the Gross-Zagier paper doesn't meet your needs, you can also refer to the following </p>
<ol>
<li>Harold Baier <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.111.5103" rel="nofollow">Efficient computation
of singular moduli</a> </li>
<li>Noriko Yui
<a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.42.730" rel="nofollow">On The Singular Values Of Weber
Modular Functions</a></li>
</ol>
<p>and of course David Cox's book <a href="http://www.cs.amherst.edu/~dac/primes.html" rel="nofollow">Primes of the form $x^2 + Ny^2$, Section 3.12</a></p>
<p>The bad thing about the j-function is that it is a level 1 modular function so the coefficients of its defining polynomial are going to explode with increasing degree. Its easier to compute the singular moduli using a modular function of some higher level (e.g. Weber func has level 48) as demonstrated in the papers mentioned above as well in Cox's book.</p>
http://mathoverflow.net/questions/35812/bounds-on-remainder-term-of-power-series-of-elementary-functions/35824#35824Answer by SandeepJ for Bounds on remainder term of power series of elementary functionsSandeepJ2010-08-17T01:39:46Z2010-08-17T01:39:46Z<blockquote>
<p>finding bounds for the error or remainder term in partial power series expansions</p>
</blockquote>
<p>I think you want the <a href="http://en.wikipedia.org/wiki/Euler%E2%80%93Maclaurin_formula#Asymptotic_expansion_of_sums" rel="nofollow">Euler-Maclaurin Summation formula</a>. That bounds the remainder terms, although it would require knowing the closed form of the integral representation of the function you are calculating. </p>
<p>$ \sum_{n=a}^b f(n) \sim \int_a^b f(x)\,dx + \frac{f(a)+f(b)}{2} + \sum_{k=1}^\infty \,\frac{B_{2k}}{(2k)!}\left(f^{(2k-1)}(b)-f^{(2k-1)}(a)\right) $</p>
<p>The paper by <a href="http://www.jstor.org/stable/2589145" rel="nofollow">Apostol "Elementary view of Euler-Maclaurin" AMM vol 106 (1999) pp. 409-418 </a> is very accessible. </p>
<p>The following papers/books may also be helpful </p>
<ol>
<li>R.P. Boas "<a href="http://www.jstor.org/stable/2690143" rel="nofollow">Estimating
Remainders</a>." Math. Mag. 51,
pp 83-89, (1978)</li>
<li><a href="http://www.tricki.org/article/Estimating_sums" rel="nofollow">http://www.tricki.org/article/Estimating_sums</a></li>
<li>Bridger and Frampton <a href="http://www.jstor.org/stable/2691205" rel="nofollow">Bounding Power
Series Remainders</a> Math. Mag. 71 (1998), pp. 204-207</li>
<li>Sofo. <a href="http://www.springer.com/mathematics/analysis/book/978-0-306-47805-5" rel="nofollow">Computational Techniques for
the Summation of Series</a></li>
<li>Ross. <a href="http://www.amazon.com/Methods-summation-Bertram-Ross/dp/B0007BHA3C/ref=sr_1_1?ie=UTF8&s=books&qid=1282008695&sr=8-1" rel="nofollow">Methods of Summation</a></li>
<li>Davis. <a href="http://www.amazon.com/summation-Harold-Thayer-Davis/dp/B0007FQCIW/ref=sr_1_1?s=books&ie=UTF8&qid=1282008645&sr=1-1" rel="nofollow">Summation of Series.</a></li>
</ol>
http://mathoverflow.net/questions/35453/finding-all-cycles-of-a-certain-length-in-a-graph/35528#35528Answer by SandeepJ for Finding all cycles of a certain length in a graphSandeepJ2010-08-13T19:28:26Z2010-08-13T19:28:26Z<p>Is your graph topologically planar or non-planar, weighted or unweighted, directed or undirected?
Do you want an algorithm and/or a formula/bound?</p>
<p>For bounds on planar graphs, see <a href="http://www.ams.org/mathscinet-getitem?mr=1731975" rel="nofollow">Alt et al. On the number of simple cycles in planar graphs</a></p>
<p>For an algorithm, see the following paper. It incrementally builds k-cycles from (k-1)-cycles and (k-1)-paths without going through the rigourous task of computing the cycle space for the entire graph. It also handles duplicate avoidance. </p>
<ul>
<li>Hongbo Liu; Jiaxin Wang; , <em>"A new
way to enumerate cycles in graph</em>,"
Telecommunications, 2006. AICT-ICIW
'06. International Conference on
Internet and Web Applications and
Services/Advanced International
Conference on , vol., no., pp. 57-
57, 19-25 Feb. 2006 doi:
10.1109/AICT-ICIW.2006.22 URL: <a href="http://www.ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1602189&isnumber=33674" rel="nofollow">http://www.ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1602189&isnumber=33674</a></li>
</ul>
http://mathoverflow.net/questions/35065/can-fuchsian-functions-solve-the-general-equation-of-degree-n/35069#35069Answer by SandeepJ for Can Fuchsian functions solve the general equation of degree n?SandeepJ2010-08-10T02:23:56Z2010-08-10T02:23:56Z<p>Fuchsian functions are described on <a href="http://en.wikipedia.org/wiki/Automorphic_form" rel="nofollow">wikipedia</a></p>
<blockquote>
<p>(1) Can anyone state, in a form
suitable for reduction to a computer
algorithm, a solution or family of
solutions of the general equation of
degree n (whether based on Fuchsian
functions or not)?</p>
</blockquote>
<p>I had prepared notes on this topic sometime ago so here goes! There are three principal ways to solve an algebraic equation of degree n:</p>
<ol>
<li><strong>Algebraically by using radicals
in a number field.</strong> This method
doesn't work if the Galois group of
the equation is not solvable, which
happens for general equations beyond
degree 4. <em>In terms of differential
equations, the method is analogous to
integrating by quadrature if the
Automorphism group(Lie group) is
solvable.</em> For more on this, see <a href="http://www.cs.amherst.edu/~dac/galois.html" rel="nofollow">Cox's book on Galois theory</a> and <a href="http://www.amazon.com/Classical-Galois-Theory-Examples-5th/dp/0821813757" rel="nofollow">Gaal's book on Galois theory Sec 4.5</a></li>
<li><strong>Transcendental - by reducing
equation to some familiar "modular
equation"</strong> : The genus of the function which is used as the solution generally depends on the degree of the equation. (See <a href="http://en.wikipedia.org/wiki/Hilbert%2527s_thirteenth_problem" rel="nofollow">Hilbert's 13th problem</a>) For degree {2, 3, 4},
you use trigonometric functions. For
degree 5, (use genus 1) elliptic
functions. For degree 6, you need
genus 2 theta functions. For degree
7, depending on the Galois group,
requires hyperelliptic or theta
functions of genus 3. Beyond degree
7, you need to see the Umemura paper
mentioned by Charles Seigel in his
answer. I have omitted some information here but for general computational references, see <a href="http://www.amazon.com/Beyond-Quartic-Equation-Bruce-King/dp/0817637761" rel="nofollow">Bruce King's book Beyond Quartic.</a> and <a href="http://www.amazon.com/Elliptic-Curves-Function-Geometry-Arithmetic/dp/0521658179" rel="nofollow">McKean Moll's book Elliptic Curves Chapter 5</a> </li>
<li><strong>Solution by complex dynamics</strong> : You
have to find an iterative map working in a function
field such that attractor(map)=root(equation). The Newton-Raphson method
which we apply for degree 2 and 3
equations is actually a primitive
version of this method. You can see the Julia set for Newton's method on <a href="http://mathworld.wolfram.com/NewtonsMethod.html" rel="nofollow">wolfram</a>. For more of this
method, see the <a href="http://www.csulb.edu/~scrass/math.html" rel="nofollow">papers of Scott
Crass</a> and <a href="http://www.math.dartmouth.edu/~doyle/docs/icos/icos/icos.html" rel="nofollow">Doyle McMullen</a>. A general reference for the method of complex dynamics is <a href="http://www.amazon.com/Geometry-Quintic-Jerry-Shurman/dp/0471130176" rel="nofollow">Shurman's book Geometry of the quintic</a>. He illustrates the similarities between this method and the method of adjoining radicals in a number field. In both cases, you are building an extension over a number/function field. The number field criterion says that says that splitting field can be constructed if Galois group is solvable while the function field criterion says the that Galois group must be nearly solvable (i.e. nearly solvable implies factor groups must be Mobius groups - rotation groups of the sphere)</li>
</ol>
http://mathoverflow.net/questions/34363/simultaneously-computing-a-complete-elliptic-integral-and-its-complement/34457#34457Answer by SandeepJ for Simultaneously computing a complete elliptic integral and its complementSandeepJ2010-08-04T00:06:25Z2010-08-04T14:28:24Z<p>There are two possible ways to attack this problem</p>
<ol>
<li><p>Both K and K' can be expressed in
terms of the Theta function as
described here
<a href="http://mathworld.wolfram.com/EllipticModulus.html" rel="nofollow">http://mathworld.wolfram.com/EllipticModulus.html</a>.
If you compute $\Theta_3$, you can get
both at the same time.</p></li>
<li><p>The other way is to observe that
both K and K' are expressible in terms of the hypergeometric function $_2F_1(\frac{1}{2}, \frac{1}{2} ; 1; m)$. They are solutions of the
same self-adjoint Gauss
hypergeometric differential
equation (since the equation is invariant under the transformation (m $\rightarrow$ 1-m))</p>
<p>$(k^3 - k)\frac{d^2y}{dk^2} + (3k^2
-1)\frac{dy}{dk} + ky = 0 $ </p>
<p>By virtue of this fact, both K and K' are connected. You will find the following series expansion for K'(k)
derived in <a href="http://www.amazon.com/AGM-Computational-Complexity-Mathematical-Monographs/dp/047131515X" rel="nofollow">Borwein's book Pi and
AGM</a> Section 1.3</p>
<p>$ K'(k) = \frac{2}{\pi} log \frac
{4}{k} K(k) - 2 [(\frac{1}{2})^2(\frac{1}{1.2}k^2 + (\frac{1.3}{2.4})^2(\frac{1}{1.2} + \frac{1}{3.4})k^4 + (\frac{1.3.5}{2.4.6})^2(\frac{1}{1.2} + \frac{1}{3.4} + \frac{1}{5.6})k^6 $.....(infinite series) + ]</p></li>
</ol>
<p>You may also find Chapter 5 of <a href="http://www.amazon.com/Elliptic-Functions-Mathematical-Society-Student/dp/0521780780/ref=sr_1_1?s=books&ie=UTF8&qid=1280880281&sr=1-1" rel="nofollow">Armitage and Eberlein's book on Elliptic Functions</a> useful.</p>
<p>EDIT1: I put in the complete series expansion for K'(k). </p>
<hr>
<p>Regarding the computation of E(k), E(k) and K(k) are connected by the differential equation $ \frac{dK}{dk} = \frac{E - (1-k^2)K}{k(1-k^2)} $ which is how the <a href="http://mathworld.wolfram.com/LegendreRelation.html" rel="nofollow">Legendre relation</a> you mention above comes about. </p>
<p>Again Borwein has the solution for this problem(buy the book!). Exercise 3 in Sec 1.4 has the formula based on the quartic AGM iteration
$ E(k) = K(k)[1 - \sum_{n=0}^{\infty} 4^n [\alpha_n^4 - (\frac{\alpha_n^2+\beta_n^2}{2})^2 ] $ where</p>
<ul>
<li>$\alpha_n = (a_{2n})^{\frac{1}{2}}
and \beta_n = (b_{2n})^{\frac{1}{2}}$</li>
</ul>
<p>and $ a_n, b_n$ and $c_n $ satisfy the AGM relation</p>
http://mathoverflow.net/questions/34358/number-of-conjugacy-classes-in-generic-finite-group/34413#34413Answer by SandeepJ for Number of conjugacy classes in generic finite group?SandeepJ2010-08-03T17:01:09Z2010-08-03T17:06:56Z<p>In elementary terms, you have to analyze the following class equation
$ n = 1 + h_2 + ... + h_r $
where</p>
<ul>
<li>n is the order of the group G</li>
<li>$h_k$ denotes the number of elements in the k-th conjugacy class, and $ n = c_k.h_k$.</li>
</ul>
<p>Dividing by n, you get
$1 = \frac{1}{n} + \frac{1}{c_2} + ... + \frac{1}{c_r} $ which has a finite number of solutions.</p>
<p>Christine Ayoub in her paper <em>On the number of conjugate classes in a group</em> (Proc. Internat. Conf Theory of Groups Canberra 1967) has worked out this analysis for p-groups and there are probably more recent papers on this aspect, which Scott and others allude to in the comments. See for example</p>
<ol>
<li><em>MR2557143 Keller, Thomas Michael .
Lower bounds for the number of
conjugacy classes of finite groups.
Math. Proc. Cambridge Philos. Soc.
147 (2009), no. 3, 567--577.</em></li>
</ol>
<p>Another way of looking at your question is to see that the number of conjugacy classes is the same as the number of irreducible representations. The <a href="http://en.wikipedia.org/wiki/Character_table" rel="nofollow">character table</a> is always square. Therefore, one could ask "<em>what are the number of irreducible characters Irr(G) in a finite group of order n?</em>". The number of linear characters are [G:G'] where G'=<a href="http://en.wikipedia.org/wiki/Commutator_subgroup" rel="nofollow">commutator subgroup</a> but the nonlinear ones are tougher and there are papers establishing various bounds for these.</p>
<ol>
<li><em>MR2526321 (2010d:20010) Aziziheris,
Kamal ; Lewis, Mark L. Counting
the number of nonlinear irreducible
characters of a finite group. Comm.
Algebra 37 (2009), no. 5,
1572--1578.</em></li>
<li><em>MR0689258 (84d:20014) Wada,
Tomoyuki . On the number of
irreducible characters in a finite
group. Hokkaido Math. J. 12
(1983), no. 1, 74--82.</em></li>
<li><em>MR0798751 (87a:20006) Wada,
Tomoyuki . On the number of
irreducible characters in a finite
group. II. Hokkaido Math. J. 14
(1985), no. 2, 149--154.</em></li>
</ol>
http://mathoverflow.net/questions/32620/lehmers-conjecture-for-ramanujans-tau-function/32872#32872Answer by SandeepJ for Lehmer's conjecture for Ramanujan's tau functionSandeepJ2010-07-22T00:17:09Z2010-07-22T00:17:09Z<p>Lehmer's conjecture has an equivalent result in the theory of <a href="http://en.wikipedia.org/wiki/Mock_modular_form" rel="nofollow">Harmonic Maass forms</a>. The non-vanishing of the tau function is equivalent to the <strong>irrationality</strong> of the coefficients of Harmonic Maass forms. </p>
<p>Specifically there is a correspondence between the spaces $ \zeta_{2-k} : H_{2-k}(N, \chi) \rightarrow S_k(N, \chi) $. where </p>
<ol>
<li>$ \zeta_{2-k}$ is a differential operator</li>
<li>H = Harmonic Maass forms</li>
<li>S = cusp forms (referred to as the shadow of the Maass form)</li>
</ol>
<p>The discriminant function $\Delta(z)$ is the shadow of the Harmonic Maass form $\frac{1}{11!} Q^+(-1, 12, 1; z) $ </p>
<p>See Theorem 12.5 in the paper <a href="http://projecteuclid.org/euclid.cdm/1254748659" rel="nofollow">Unearthing the visions of a master: harmonic Maass forms and number theory by Ken Ono</a>. Also see <a href="http://www.math.wisc.edu/~ono/reprints/110.pdf" rel="nofollow">Algebraicity of Harmonic Maass forms</a></p>
http://mathoverflow.net/questions/32836/recovering-representation-from-its-character/32858#32858Answer by SandeepJ for Recovering representation from its characterSandeepJ2010-07-21T22:50:11Z2010-07-21T22:50:11Z<p>This complements David's response which I can't hope to match :-)</p>
<p>I found Rao's book on <a href="http://www.amazon.com/Algebra-Physicists-Readings-Physical-Sciences/dp/818593164X" rel="nofollow">Linear Algebra and Group theory for Physicists</a> very useful while pondering on this problem sometime ago. It lists steps somewhat similar to those given by David (<em>don't have the book right now</em>). Given a group G = (X | R), it proceeds to find the center, the central idempotents, the basis of the 2-sided ideals, and finally the irrep. Detailed proofs are given as to how the idempotent leads to the irrep. Every irrep leaves a positive definite Hermitian form invariant as was noted by <a href="http://resolver.sub.uni-goettingen.de/purl?GDZPPN002256762" rel="nofollow">Moore in Math. Ann. 50 p 213(1898)</a>. Rao's book then constructs the <a href="http://en.wikipedia.org/wiki/Dirac_algebra" rel="nofollow">Dirac algebra</a> representation by way of example.</p>
<p><a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.84.3685" rel="nofollow">Gerhard Hiss's paper</a> documents recent work in computational representation theory. It is quite possible that this problem has already been addressed in <a href="http://www.gap-system.org/" rel="nofollow">GAP</a></p>
http://mathoverflow.net/questions/32158/distributed-incremental-svd/32177#32177Answer by SandeepJ for distributed incremental SVDSandeepJ2010-07-16T14:20:23Z2010-07-16T21:35:42Z<p>The people aspiring for the <a href="http://en.wikipedia.org/wiki/Netflix_Prize" rel="nofollow">Netflix prize</a> like incremental SVDs. See </p>
<ol>
<li><a href="https://issues.apache.org/jira/browse/MAHOUT-371" rel="nofollow">https://issues.apache.org/jira/browse/MAHOUT-371</a></li>
<li>B.M. Sarwar, G.Karypis, J.A. Konstan, and J. Reidl. Incremental singular value deocmposition algorithms for highly scalable recommender systems. In Proceedings of the Fifth International Conference on Computer and Information Technology (ICCIT), 2002. (<a href="http://www.grouplens.org/papers/pdf/sarwar_SVD.pdf" rel="nofollow">ONLINE</a>)</li>
<li>M. Brand. Fast online svd revisions
for lightweight recommender systems.
In Proceedings of the 3rd SIAM
International Conference on Data
Mining, 2003. and <a href="http://www.merl.com/publications/TR2002-024/" rel="nofollow">his tech report</a></li>
</ol>
<p>Have you tried searching the <a href="http://portal.acm.org/portal.cfm" rel="nofollow">ACM digital library</a> for parallel SVD or singular value decomposition? </p>
<p><strong>EDIT1 based on new input</strong> : See the following two papers by Hall, Marshall and Martin </p>
<ol>
<li><a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.51.804" rel="nofollow">Merging and Splitting Eigenspace
Models</a> (Section 3)</li>
<li><a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.9.1496" rel="nofollow">On Adding and Subtracting
Eigenspaces with EVD and SVD</a></li>
</ol>
http://mathoverflow.net/questions/31879/are-there-other-nice-math-books-close-to-the-style-of-tristan-needham/31941#31941Answer by SandeepJ for Are there other nice math books close to the style of Tristan Needham?SandeepJ2010-07-15T02:14:38Z2010-07-15T02:14:38Z<p>if you are interested in dynamical systems/oscillators/differential equations, <a href="http://books.google.com/books?id=LVvUKAjXHhoC&lpg=PP1&ots=zYwAdAFB-5&dq=Synchronization%3A%20A%20Universal%20Concept%20in%20Nonlinear%20Sciences&pg=PP1#v=onepage&q&f=false" rel="nofollow">Pikovsky's Synchronization: A Universal Concept in Nonlinear Sciences</a> is very well-written.</p>
<p><img src="http://www.agnld.uni-potsdam.de/~mros/book-cover.gif" alt="alt text"></p>
http://mathoverflow.net/questions/31838/intuitions-connections-examples-for-eigen/31862#31862Answer by SandeepJ for Intuitions/connections/examples for "eigen-*"SandeepJ2010-07-14T14:25:03Z2010-07-14T14:25:03Z<p>When you see the word <strong>eigen</strong>, replace it with the term <strong>spectrum of an operator</strong> (see <a href="http://en.wikipedia.org/wiki/Spectral_theory" rel="nofollow">spectral theory</a>) View the matrix as a continuous or discrete linear transform acting on a vector. Similar matrices ($B = MAM^{-1}$) represent the same transform with respect to a different base.</p>
<p>When you diagonalize the matrix, you are actually trying to obtain an <a href="http://en.wikipedia.org/wiki/Orthogonal_transformation" rel="nofollow">orthogonal</a> decomposition of the transform as a linearly independent eigensystem. </p>
<ol>
<li>If there are n independent
eigenvectors, you will obtain a full
diagonalization of your matrix.</li>
<li>If less than n, you have two choices. If all eigenvalues are in the ground
field, you will get a <a href="http://mathworld.wolfram.com/JordanCanonicalForm.html" rel="nofollow">Jordan decomposition</a>. Otherwise, you have to settle with a <a href="http://mathworld.wolfram.com/RationalCanonicalForm.html" rel="nofollow">rational canonical form</a>.</li>
</ol>
<p>In addition to Gilbert Strang's excellent book and lectures on Linear Algebra, I recommend browsing through Castillo's <a href="http://books.google.com/books?id=KXKhIdVDMsAC&lpg=PP1&ots=DrsW5LrMeu&dq=castillo%2520linear%2520algebra&pg=PR9#v=onepage&q&f=false" rel="nofollow">Orthogonal sets and polar methods in linear algebra</a>. Throughout the book, the matrix is seen as a transform rather than something which must be numerically manipulated. </p>
http://mathoverflow.net/questions/31426/when-is-a-surface-in-a-threefold-contractible-to-a-curve/31470#31470Answer by SandeepJ for When is a surface in a threefold contractible to a curve?SandeepJ2010-07-11T21:42:05Z2010-07-11T21:42:05Z<p>You want a divisorial contraction. This paper may be the answer.</p>
<ol>
<li>MR2041612 (2005c:14019) Tziolas,
Nikolaos . Terminal 3-fold
divisorial contractions of a surface
to a curve. I. Compositio Math. 139
(2003), no. 3, 239--261.</li>
</ol>
<p>from the paper "This paper studies divisorial contractions of a surface to a curve, i.e. when
dim $\Gamma = 1$ and X has only index 1 terminal singularities along $\Gamma$. It is not always true that given $\Gamma \subset X$, there is a terminal contraction of a surface to $\Gamma$. We investigate when there is one, give criteria for existence or not and in the case that there is a terminal contraction we also describe the singularities of Y."</p>
http://mathoverflow.net/questions/31131/cm-field-to-torus-to-abelian-variety/31255#31255Answer by SandeepJ for CM field to Torus to Abelian Variety?SandeepJ2010-07-09T22:39:33Z2010-07-09T22:39:33Z<p>This is not the answer. I am adding some relevant papers (some possessing good examples) which won't fit in the comments section. </p>
<p>I have been wanting to know the answer to this question as well. It seems one has to find an ample line bundle, and then calculate the Riemann theta relations which define the projective embedding. The equation(s) of the embedding is decided by relation between the theta functions. The wikipedia page on <a href="http://en.wikipedia.org/wiki/Equations_defining_abelian_varieties" rel="nofollow">equations for abelian varieties</a> was written Charles Matthews. Perhaps he might have more to say on this question...</p>
<p>MR0946234 (89i:14038) Barth, Wolf . Abelian surfaces with $(1,2)$-polarization.
Algebraic geometry, Sendai, 1985, 41--84, Adv. Stud. Pure Math., 10, North-Holland, Amsterdam, 1987. </p>
<p>MR1257320 (95e:14033) Barth, W. ; Nieto, I. Abelian surfaces of type $(1,3)$ and quartic surfaces with $16$ skew lines. J. Algebraic Geom. 3 (1994), no. 2, 173--222.</p>
<p>MR1336597 (96h:14064) Barth, W. Quadratic equations for level-$3$ abelian surfaces.
Abelian varieties (Egloffstein, 1993),
1--18, de Gruyter, Berlin, 1995. </p>
<p>MR1602020 (99d:14046) Gross, Mark ; Popescu, Sorin . Equations of $(1,d)$-polarized abelian surfaces.
Math. Ann. 310 (1998), no. 2, 333--377.</p>
<p>MR2194379 (2006m:14054) Gunji, Keiichi . Defining equations of the universal abelian surfaces with level three
structure.
Manuscripta Math. 119 (2006), no. 1, 61--96.</p>
<p>MR0611469 (82h:14028) Sasaki, Ryuji . Some remarks on the equations defining abelian varieties.
Math. Z. 177 (1981), no. 1, 49--60.</p>
<p>MR1048533 (91e:14043) Birkenhake, Ch. ; Lange, H. Cubic theta relations. J. Reine Angew. Math. 407 (1990), 167--177.</p>
http://mathoverflow.net/questions/31197/relation-between-indefinite-quadratic-forms-and-continued-fractions/31216#31216Answer by SandeepJ for Relation between indefinite quadratic forms and continued fractionsSandeepJ2010-07-09T17:05:53Z2010-07-09T21:06:26Z<p>Dror is right about the cycles. </p>
<p>For definite forms($\Delta < 0$), there is only one reduced form per class but for indefinite forms($\Delta > 0$), there is actually a cycle of reduced forms. Consider for example, the cycle of indefinite reduced forms </p>
<p>(a, b, c) $\rightarrow$ (-a, b, -c)$\rightarrow$ (c, b, a) $\rightarrow$ (-c, -b, -a).</p>
<p>The cycle of the equivalent reduced indefinite forms corresponds to the convergents of the periodic continued fraction. The quadratic forms also correspond to the ideal classes of the quadratic field </p>
<p>Mollin's book on Quadratics that Dror mentioned has worked examples. Also see the paper "Computing in Quadratic Orders" on <a href="http://www.jpr2718.org/" rel="nofollow">John Robertson's site</a> </p>
http://mathoverflow.net/questions/31058/the-vanishing-of-ramanujans-function-taun/31070#31070Answer by SandeepJ for The Vanishing of Ramanujan's Function tau(n)SandeepJ2010-07-08T16:18:11Z2010-07-08T16:23:36Z<p>The key to your question is <a href="http://en.wikipedia.org/wiki/Lacunary_function" rel="nofollow">lacunarity</a> in modular functions.</p>
<p>The tau function, as we know, occurs as the coefficient of the <a href="http://planetmath.org/encyclopedia/ModularDiscriminant.html" rel="nofollow">Discriminant function</a>, which in turn is the 24th power of the <a href="http://mathworld.wolfram.com/DedekindEtaFunction.html" rel="nofollow">Eta function</a>. The Eta function was known to be lacunary (having gaps or zero coefficients). Therefore it was natural for Lehmer in 1947 to wonder if coefficients of powers of eta are also zero. See the opening passage of the following paper</p>
<p>MR0021027 (9,12b) Lehmer, D. H. The vanishing of Ramanujan's function $\tau(n)$. Duke Math. J. 14, (1947). 429--433. <a href="http://projecteuclid.org/euclid.dmj/1077474140" rel="nofollow">http://projecteuclid.org/euclid.dmj/1077474140</a></p>
http://mathoverflow.net/questions/30898/ways-to-prove-an-inequality/30915#30915Answer by SandeepJ for Ways to prove an inequalitySandeepJ2010-07-07T16:44:44Z2010-07-07T16:44:44Z<p>Steele in his book <a href="http://books.google.com/books?id=7GDyRMrlgDsC&lpg=PP1&dq=cauchy%2520schwarz%2520master%2520class&pg=PR7#v=onepage&q&f=false" rel="nofollow">Cauchy-Schwarz Master Class</a> identifies three pillars on which all inequalities rest </p>
<ol>
<li>Monotonicity</li>
<li>Positivity</li>
<li>Convexity, which he says is a second-order effect (Chap 6)</li>
</ol>
<p>These three principles apply to inequalities whether they be</p>
<ol>
<li>discrete or integral or differential</li>
<li>additive or multiplicative</li>
<li>in simple or multi-dimensional spaces (matrix inequalities).</li>
</ol>
<p>In Chap 13 of the book, he shows how majorization and Schur's convexity unify the understanding of multifarious inequalities.</p>
<p>I am still not done reading the book but it also mentions a normalization method which can convert an additive inequality to a multiplicative one.</p>
http://mathoverflow.net/questions/30156/demystifying-complex-numbers/30178#30178Answer by SandeepJ for Demystifying complex numbersSandeepJ2010-07-01T12:52:31Z2010-07-01T12:52:31Z<p>Several motivating physical applications are listed on <a href="http://en.wikipedia.org/wiki/Complex_number#Applications" rel="nofollow">wikipedia</a> </p>
<blockquote>
<p>Why do we need to study numbers which
do not belong to the real world?</p>
</blockquote>
<p>You may want to stoke the students' imagination by disseminating the deeper truth - that the world is neither real, complex nor p-adic (these are just completions of Q). Here is a nice quote by Yuri Manin picked from <a href="http://www.secamlocal.ex.ac.uk/people/staff/mrwatkin//zeta/physics7.htm" rel="nofollow">here</a></p>
<p><em>On the fundamental level our world is neither real nor p-adic; it is adelic. For some reasons, reflecting the physical nature of our kind of living matter (e.g. the fact that we are built of massive particles), we tend to project the adelic picture onto its real side. We can equally well spiritually project it upon its non-Archimediean side and calculate most important things arithmetically.
The relations between "real" and "arithmetical" pictures of the world is that of complementarity, like the relation between conjugate observables in quantum mechanics.</em>
(Y. Manin, in Conformal Invariance and String Theory, (Academic Press, 1989) 293-303 )</p>
http://mathoverflow.net/questions/30072/roots-of-sum-of-two-polynomials/30086#30086Answer by SandeepJ for roots of sum of two polynomialsSandeepJ2010-06-30T18:13:32Z2010-06-30T18:13:32Z<p>If they are complex polynomials or can be treated as such, then you could apply <a href="http://en.wikipedia.org/wiki/Rouch%25C3%25A9%2527s_theorem" rel="nofollow">Rouche's theorem</a>, where the location of the zeros is determined by the dominant polynomial within the sum. (<em>"Walk the dog on the leash"</em>)</p>
<p>Possibly related: you could use the <a href="http://en.wikipedia.org/wiki/Wronskian" rel="nofollow">Wronskian</a> to determine the values of A that make $P_n(x)$ and $Q_n(x)$ linearly independent.</p>
<p>Your question is related to <a href="http://mathworld.wolfram.com/MasonsTheorem.html" rel="nofollow">Mason's theorem</a>. There are a few papers which explore this specifically</p>
<ol>
<li><em>MR1923392 (2003j:30012) Kim, Seon-Hong . Factorization of sums of
polynomials. Acta Appl. Math. 73
(2002), no. 3, 275--284.</em></li>
<li><em>MR2103113 (2005h:30011) Kim,
Seon-Hong . On zeros of certain sums
of polynomials. Bull. Korean Math.
Soc. 41 (2004), no. 4, 641--646</em></li>
<li><em>MR1911767 (2003d:11036) Pintér, Á.
Zeros of the sum of polynomials. J.
Math. Anal. Appl. 270 (2002), no.
1, 303--305.</em></li>
</ol>
http://mathoverflow.net/questions/29638/list-of-centers-of-finite-groups/29723#29723Answer by SandeepJ for List of centers of finite groupsSandeepJ2010-06-27T18:20:55Z2010-06-27T21:25:46Z<p>In Humphrey's Group theory, Chapter 21 gives the construction of Central Extensions. [<em>A group G is a central extension of N by H with Z(G)=N.</em>] You could use that construction to build appropriate examples.</p>
<p><a href="http://en.wikipedia.org/wiki/Wreath_product" rel="nofollow">Wreath products</a> are also semidirect products. In Weinstein's <a href="http://www.amazon.com/Examples-Groups-Michael-Weinstein/dp/0936428171" rel="nofollow">Examples of Groups</a>, Sec 4.4 on wreath products, Theorem 4.4.7 constructs and proves the restricted wreath product W=(G rwr A) such that Z(W) = Z (diag($G^A$) x {1}) where <em>diag</em> is the diagonal subgroup (result applies only if A is finite)</p>
<p>Meldrum's book on <a href="http://books.google.com/books?id=ZhjP2fbdbf8C&lpg=PP1&ots=RXgb1aH8U7&pg=PR5#v=onepage&q&f=false" rel="nofollow">Wreath Products</a> Chap 1 might provide more constructions. </p>
http://mathoverflow.net/questions/29603/what-does-the-expression-count/29637#29637Answer by SandeepJ for What does the expression count?SandeepJ2010-06-26T20:23:02Z2010-06-27T11:39:06Z<p>This is a partial answer...perhaps someone will improve on it! </p>
<p>Historically, most of the $q$-analog formulae (beginning from Euler) were derived based on the assumption that $|q|< 1$ (to ensure series convergence) or $q=p^k$ for a prime $p$. John Baez in one of his weekly finds (<a href="http://math.ucr.edu/home/baez/week184.html" rel="nofollow">week184</a>) discusses the geometric interpretation of $q=1$ (counting over $\mathbb CP^n$), $q=-1$ (counting over $\mathbb RP^n$) and $q=$a prime power (counting over PG($\mathbb F_q$)). There is no discussion for other values of $q$.</p>
<p>However, in <a href="http://www.amazon.com/exec/obidos/ASIN/0521350492/ref=nosim/weisstein-20" rel="nofollow">Gasper and Rahman's Basic Hypergeometric Series</a>, there is an <em>inversion identity</em> on page 4 which can be used when $|q| > 1$: </p>
<blockquote>
<p>$(a; q)_n = (a^{-1}; p)_n (-a)^n p^{-n(n-1)/2} $ where $p=1/q$.</p>
</blockquote>
<p>This returns a new expression in base $|1/q| < 1$. You can see some examples of the identity being applied in <a href="http://www.math.northwestern.edu/~george/preprints/ggLecNotesq-Series/index.html" rel="nofollow">Gasper's Lecture Notes on q-series</a> (Exercise 1.1, Exercise 2.3, pg 14)</p>
<p>I have no idea how to interpret the result geometrically. Could it be relevant to <a href="http://en.wikipedia.org/wiki/Building_%2528mathematics%2529" rel="nofollow">Buildings</a>, <a href="http://en.wikipedia.org/wiki/Buekenhout_geometry" rel="nofollow">Buekenhout geometry</a> or $p$-adic geometry? </p>
http://mathoverflow.net/questions/29419/characterizing-visual-proofs/29440#29440Answer by SandeepJ for Characterizing visual proofsSandeepJ2010-06-24T22:42:33Z2010-06-24T22:42:33Z<blockquote>
<p>Question: What would be a nice way to
characterize which assertions have
such visual proofs? What definitions
would one need?</p>
</blockquote>
<p>I am not sure if this helps but you might want to check out <a href="http://www.amazon.com/When-Less-More-Inequalities-Mathematical/dp/0883853426/ref=sr_1_1?ie=UTF8&s=books&qid=1277417685&sr=8-1" rel="nofollow">Visualizing Inequalities by Alsina and Nelsen</a>. Roger Nelsen is also the author of two other books (Proofs without Words) which is a collection of many of those columns in the Mathematics magazine. </p>
<p>Coming back to the book, it gives no definite characterization of visual proofs but it does list various methods by which inequalities can be represented through geometric figures. It provides the beginnings of a "<em>Representation theory for inequalities</em> " (!) if you may call it that.</p>
<p>It discusses how the circumcircle and the in-circle (Chapter 4) can be used to represent an inequality between the radius of circle and the length, perimeter or area of n-gons. This doesn't always work for n-gons with n > 3 since they may not have both the circumcircle and the in-circle.</p>
<p>To visually prove geometric inequalities, one can use isometric transformations such as reflection or rotation (Chap 5 and 6). One can also use non-isometric transformations (Chap 7) such as </p>
<ol>
<li>Similarity of figures which preserve
shape but change measure</li>
<li>Measure-preserving transformations which
change shape</li>
<li>Projections which change shape.</li>
</ol>
<p>I particularly liked Figures 1.4, 1.7, 1.14, 1.17, 2.6, 2.17, 4.4, 7.8, 7.9, 8.17, 8.18, 8.20.</p>
<blockquote>
<p>one will have to define a
computational model for the ``visual
verifier''</p>
</blockquote>
<p>Regarding this part of the question, there is prior work on Geometric Theorem Proving. (Is that what you meant?) A couple of books which come to mind are <a href="http://www.amazon.com/Mechanical-Geometry-Theorem-Mathematics-Applications/dp/9027726507" rel="nofollow">Mechanical Geometry Theorem Proving by Chou</a> and <a href="http://www.amazon.com/Mathematics-Mechanization-Theorem-Proving-Problem-Solving-Equations-Solving/dp/079235835X/ref=sr_1_1?ie=UTF8&s=books&qid=1277418968&sr=1-1" rel="nofollow">Wu's Mathematics Mechanization</a>. Also see the <a href="http://www.springerlink.com/content/y3w26235g82793tq/" rel="nofollow">GEO-Prover</a></p>
<p>Some relevant papers are</p>
<ol>
<li>Kapur, D. 1986. Using Grobner bases
to reason about geometry problems.
J. Symb. Comput. 2, 4 (Dec. 1986),
399-408. DOI=
<a href="http://dx.doi.org/10.1006/jsco.1995.1056" rel="nofollow">http://dx.doi.org/10.1006/jsco.1995.1056</a></li>
<li>Kutzler, B. and Stifter, S. 1986. On
the application of Buchberger's
algorithm to automated geometry
theorem proving. J. Symb. Comput. 2,
4 (Dec. 1986), 389-397.’</li>
<li>Kutzler Stifter Automated geometry
theorem proving using Buchberger's
algorithm
<a href="http://doi.acm.org/10.1145/32439.32480" rel="nofollow">http://doi.acm.org/10.1145/32439.32480</a></li>
</ol>
http://mathoverflow.net/questions/29114/relation-between-tates-thesis-and-class-field-theory/29184#29184Answer by SandeepJ for Relation between Tate's thesis and Class Field TheorySandeepJ2010-06-23T01:28:49Z2010-06-23T07:20:48Z<p>Boyarsky has already answered the question in the comments section. These are a couple of expositions which put John Tate's contribution in perspective.</p>
<ol>
<li>Stephen Kudla's chapter on <a href="http://books.google.com/books?id=x3XR0ljIV6YC&lpg=PP1&ots=e47zkJRPWR&dq=Class%2520field%2520theory%252C%2520the%2520Langlands%2520program%252C%2520and%2520its%2520application%2520to%2520number%2520theory&pg=PA109#v=onepage&q&f=false" rel="nofollow">Tate's
thesis</a></li>
<li>Stephen Gelbart's article on <a href="http://www.ams.org/journals/bull/1984-10-02/S0273-0979-1984-15237-6/home.html" rel="nofollow">Elementary
introduction to Langlands'
program</a>. See the section beginning page 194</li>
</ol>
http://mathoverflow.net/questions/29117/what-is-the-relationship-between-modular-forms-and-the-rogers-ramanujan-identitie/29176#29176Answer by SandeepJ for What is the relationship between modular forms and the Rogers-Ramanujan identities?SandeepJ2010-06-23T00:11:15Z2010-06-23T00:11:15Z<p>At the root, these identities arise because there exist theta function identities (e.g. <a href="http://en.wikipedia.org/wiki/Jacobi_triple_product" rel="nofollow">Jacobi triple product</a>) which connect infinite series to infinite products. The infinite products have partition-theoretic interpretation as number of partitions of certain type mod k - etc while the q-series (generating functions) are also modular functions, which satisfy modular equations between moduli. By virtue of this, two types of partitions get connected into a partition identity. The <a href="http://en.wikipedia.org/wiki/Bailey_pair" rel="nofollow">Bailey lemma</a> also comes up in this context.</p>
<p>David Bressoud in his book <em>Analytic and combinatorial generalizations of the Rogers-Ramanujan identities</em> explains that Rogers-Ramanujan identities can be stated combinatorially (set bijection) or analytically (using the function theory of Riemann surfaces) and each approach has generalizations. The analytic statement was discovered by Rogers, Ramanujan and Schur and the combinatorial statement was discovered by MacMahon and Schur.</p>
<p>Generalizations have been proved - see <a href="http://mathworld.wolfram.com/Goellnitz-GordonIdentities.html%20" rel="nofollow">Gordon-Gollnitz identities</a> and <a href="http://mathworld.wolfram.com/Andrews-GordonIdentity.html" rel="nofollow">Andrews-Gordon identity</a></p>
<p>In addition to the links given by Will Jagy, a couple of papers listed below by Bruce Berndt discuss how modular equations of various degree are linked to certain types of partitions.</p>
<p><a href="http://www.math.uiuc.edu/~berndt/publications.html" rel="nofollow">http://www.math.uiuc.edu/~berndt/publications.html</a></p>
<ol>
<li>Partition identities and Ramanujan's
modular equations (with N. D.
Baruah), J. Comb. Thy. (A) 114
(2007), 1024-1045 (pdf).</li>
<li>Partition identities arising from
theta function identities (with N.
D. Baruah), Acta Math. Sinica 24
(2008), 955-970 (pdf).</li>
</ol>
http://mathoverflow.net/questions/29136/is-there-any-literature-on-multivariable-theta-functions/29165#29165Answer by SandeepJ for Is there any literature on multivariable theta functions?SandeepJ2010-06-22T23:13:13Z2010-06-22T23:13:13Z<p>There are three ways to view theta functions</p>
<ol>
<li>as classical homomorphic functions in
vector z and/or period matrix T</li>
<li>as matrix coefficients of a representation of the
Heisenberg and/or Metaplectic grp</li>
<li>as sections of Line bundles on the Abelian variety
and/or moduli space of the abelian variety</li>
</ol>
<p>Ram Murty's <a href="http://books.google.com/books?id=ZXvCc0zLtKUC" rel="nofollow">Theta functions - from the classical to the modern</a> discusses Weil's representation-theoretic interpretation of theta functions. See chapter 3 by Hoffstein on <em>Eisenstein series and theta functions on the metaplectic group</em>. It is the connection to the <a href="http://en.wikipedia.org/wiki/Metaplectic_group" rel="nofollow">metaplectic group</a> which gives rise to the functional equation of the multivariable theta function, which you will also find in the chapter on the Metaplectic group in vol 3 of Mumford's <em>Tata Lectures</em></p>
<p>Bellman's <a href="http://www.amazon.com/Brief-Introduction-Theta-Functions-Bellman/dp/0030103606" rel="nofollow">Brief introduction to Theta functions</a> Section 61 alludes to theta functions in several complex variables.</p>
<p>You may also want to search for material in books on Abelian varieties. For example, Baker's <a href="http://books.google.com/books?id=q4iHCNXXX_UC&lpg=PP1&pg=PR9#v=onepage&q&f=false" rel="nofollow">Abelian functions Chapter X</a> develops the theory based on the period matrix. Also Murty's book on <a href="http://books.google.com/books?id=1bJKqHqWgp4C&lpg=PA3&dq=Murty%2520Abelian%2520Varieties&pg=PA3#v=onepage&q&f=false" rel="nofollow">Abelian varieties</a> and Polishchuk's <a href="http://www.amazon.com/Abelian-Varieties-Functions-Fourier-Transform/dp/0521808049" rel="nofollow">Abelian Varieties, Theta Functions and the Fourier Transform</a> </p>
<p>Tyurin's <a href="http://www.amazon.com/Quantization-Classical-Quantum-Functions-Monograph/dp/0821832409/ref=sr_1_1?ie=UTF8&s=books&qid=1277247071&sr=1-1" rel="nofollow">Quantization, Classical and Quantum Field Theory, and Theta Functions</a> might also be a useful reference, which I haven't browsed.</p>
<p>See also: <a href="http://eom.springer.de/t/t092600.htm" rel="nofollow">Springer Encyclopedia of Math entry on theta functions</a></p>
http://mathoverflow.net/questions/29137/good-combinatorics-textbooks-for-teaching-undergraduates/29153#29153Answer by SandeepJ for Good combinatorics textbooks for teaching undergraduates?SandeepJ2010-06-22T22:02:24Z2010-06-22T22:02:24Z<p>Mazur's recently published <a href="http://books.google.com/books?id=yI4Jx5Obr08C" rel="nofollow">Combinatorics guided tour</a> is quite well-organized. This is the <a href="http://www.maa.org/pubs/combinatorics.html" rel="nofollow">MAA page</a> for the book</p>
http://mathoverflow.net/questions/28158/a-learning-roadmap-request-from-high-school-to-mid-undergraduate-studies/28181#28181Comment by SandeepJSandeepJ2013-02-05T02:23:43Z2013-02-05T02:23:43Z
@L Spice, there are specific MSC codes which reveal articles which are expositions; then you have to narrow it down from there
For example code 14-02 is "Publications (1973-now) Research exposition (monographs, survey articles) "
to find all MSC codes for exposition, search for "exposition" in this list
<a href="http://www.ams.org/mathscinet/msc/msc.html" rel="nofollow">ams.org/mathscinet/msc/msc.html</a>
http://mathoverflow.net/questions/43522/introductory-text-book-for-linear-recurrence-sequencesComment by SandeepJSandeepJ2010-10-25T17:34:31Z2010-10-25T17:34:31ZI searched google and got Allen's thesis Multiplicites of Linear Recurrence Sequences. <a href="http://www.math.ucla.edu/~pballen/PAllen_MMath_Thesis.pdf" rel="nofollow">math.ucla.edu/~pballen/PAllen_MMath_Thesis.pdf</a>
http://mathoverflow.net/questions/35065/can-fuchsian-functions-solve-the-general-equation-of-degree-n/35069#35069Comment by SandeepJSandeepJ2010-08-10T02:26:01Z2010-08-10T02:26:01Z
I just discovered a previous related question <a href="http://mathoverflow.net/questions/23094/method-of-finding-roots-of-polynominal-equations-with-arithmetic-operations-and-r" rel="nofollow" title="method of finding roots of polynominal equations with arithmetic operations and r">mathoverflow.net/questions/23094/…</a>http://mathoverflow.net/questions/34363/simultaneously-computing-a-complete-elliptic-integral-and-its-complement/34457#34457Comment by SandeepJSandeepJ2010-08-04T13:24:14Z2010-08-04T13:24:14Z
@ Mangaldan, I don't know how your algo is structured but you can continue to use AGM for computing K(k) and then use the second answer I gave (series expansion) to calculate K' in terms of K. Doesnt' that work? Buy Borwein's Pi and AGM even otherwise :-) Its a great book!
Another good and free book is King's 1924 "On the direct numerical calculation of elliptic functions and integrals" online at <a href="http://www.archive.org/details/ondirectnumerica00kinguoft" rel="nofollow">archive.org/details/ondirectnumerica00kinguoft</a>
http://mathoverflow.net/questions/33237/is-there-a-common-genesis-for-ade-classificationsComment by SandeepJSandeepJ2010-07-25T17:31:09Z2010-07-25T17:31:09ZQiaochu already mentioned Gannon. See <a href="http://books.google.com/books?id=ehrUt21SnsoC&lpg=PA62&dq=gannon%20ade&pg=PA169#v=onepage&q&f=false" rel="nofollow">books.google.com/…</a>http://mathoverflow.net/questions/32800/spherical-harmonics-a-bunch-of-questions-about-themComment by SandeepJSandeepJ2010-07-21T16:10:02Z2010-07-21T16:10:02Z
@Ofer, here is some background since you are a computer vision student. What engineers call Fourier analysis is called Harmonic Analysis in Pure Mathematics. Now for different types of spaces (euclidean or not, discrete or continuous, etc), the basis functions are going to be change (you can't decompose with sin and cos everywhere!). The basis functions of a space are determined by the Laplacian on that space. For spaces possesing spherical symmetry, the basis functions are spherical harmonics. Think, for example celestial mechanics...that's where this could come into play. http://mathoverflow.net/questions/28158/a-learning-roadmap-request-from-high-school-to-mid-undergraduate-studies/28181#28181Comment by SandeepJSandeepJ2010-07-18T17:47:43Z2010-07-18T17:47:43Z
Thanks Hans. The series of pictures are hilarious...and exactly how it feels.http://mathoverflow.net/questions/31972/todd-class-and-baker-campbell-hausdorff-or-the-curious-number-12Comment by SandeepJSandeepJ2010-07-15T14:11:26Z2010-07-15T14:11:26Z
Possibly related <a href="http://mathoverflow.net/questions/9220/what-does-the-generating-function-x-1-e-x-count" rel="nofollow" title="what does the generating function x 1 e x count">mathoverflow.net/questions/9220/…</a>http://mathoverflow.net/questions/31838/intuitions-connections-examples-for-eigen/31862#31862Comment by SandeepJSandeepJ2010-07-14T21:25:57Z2010-07-14T21:25:57Z
See also: <a href="http://en.wikipedia.org/wiki/Principal_component_analysis" rel="nofollow">en.wikipedia.org/wiki/…</a>http://mathoverflow.net/questions/31647/is-an-english-translation-of-grothendiecks-ega-availableComment by SandeepJSandeepJ2010-07-14T14:43:09Z2010-07-14T14:43:09Z@Amitesh, See <a href="http://www.amazon.com/Dictionary-Mathematics-Languages-English-Russian/dp/0444997067" rel="nofollow">amazon.com/…</a> and <a href="http://www.math.unicaen.fr/~reyssat/dico/dicofa.html" rel="nofollow">math.unicaen.fr/~reyssat/dico/dicofa.html</a> and <a href="http://french.about.com/library/vocab/bl-math.htm" rel="nofollow">french.about.com/library/vocab/bl-math.htm</a>. If you search, you might find more.http://mathoverflow.net/questions/31426/when-is-a-surface-in-a-threefold-contractible-to-a-curve/31470#31470Comment by SandeepJSandeepJ2010-07-12T13:11:21Z2010-07-12T13:11:21Z
@JME, I can't access these two papers right now but see <a href="http://alpha.science.unitn.it/~andreatt/bravo/rev.html" rel="nofollow">alpha.science.unitn.it/~andreatt/bravo/rev.html</a> (MR1620110, MR1638131). "...They achieve in dimension four what Mori completed for threefolds. In this they constitute the first significant step of the last decade in the four-dimensional minimal model program..."
If not, ask Donu Arapura !http://mathoverflow.net/questions/31364/inversion-density-have-you-seen-this-conceptComment by SandeepJSandeepJ2010-07-11T18:07:05Z2010-07-11T18:07:05ZSee page 68 of Property testing and parameter testing for permutations by Hoppen et al. <a href="http://www.siam.org/proceedings/soda/2010/SODA10_007_hoppenc.pdf" rel="nofollow">siam.org/proceedings/soda/2010/…</a>http://mathoverflow.net/questions/31131/cm-field-to-torus-to-abelian-varietyComment by SandeepJSandeepJ2010-07-09T01:59:32Z2010-07-09T01:59:32ZSee <a href="http://en.wikipedia.org/wiki/Equations_defining_abelian_varieties" rel="nofollow">en.wikipedia.org/wiki/…</a>
http://mathoverflow.net/questions/30254/real-valued-functions-on-the-modular-surface/30258#30258Comment by SandeepJSandeepJ2010-07-02T12:41:16Z2010-07-02T12:41:16Z
To supplement Scott, see Gunning's Lectures on Modular Forms, Chapter 3. This "sum over cosets" technique is discussed there. <a href="http://books.google.com/books?id=UBwjJAiMZtcC&lpg=PP1&dq=gunning%20lectures%20modular%20forms&pg=PA28#v=onepage&q&f=false" rel="nofollow">books.google.com/…</a>http://mathoverflow.net/questions/30204/integer-values-of-a-rational-functionComment by SandeepJSandeepJ2010-07-01T19:27:32Z2010-07-01T19:27:32Z
You could change the problem to finding values of m for which [F(x) - m.G(x)]=0 can be factorized. The your question is related to <a href="http://mathoverflow.net/questions/30072/" rel="nofollow">mathoverflow.net/questions/30072</a>