User binzhou xia - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-25T01:12:53Zhttp://mathoverflow.net/feeds/user/16475http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/102803/software-for-numerical-constraint-satisfaction-problemssoftware for numerical constraint satisfaction problemsBinzhou Xia2012-07-21T10:42:59Z2012-07-30T16:18:41Z
<p>Let $m$ be an even integer greater than $8$. Is there any software I can use to determine for some small $m$ whether the following constraints on $t_0,\ldots,t_{m-1}$ and $w$ have solutions? </p>
<p>$-\pi\leq t_r\leq\pi,\ r=0,\ldots,m-1,$</p>
<p>$0\leq w\leq\frac{1}{m},$</p>
<p>$\sum\limits_{j=1}^{2r-1}\cos(t_j+t_{2r-j})+\sum\limits_{j=2r+1}^{m-1}\cos(t_j+t_{2r+m-j})=2w\cos t_{2r},\ r=1,\ldots,\frac{m}{2}-1,$</p>
<p>$\sum\limits_{j=1}^{2r-1}\sin(t_j+t_{2r-j})+\sum\limits_{j=2r+1}^{m-1}\sin(t_j+t_{2r+m-j})=2w\sin t_{2r},\ r=1,\ldots,\frac{m}{2}-1,$</p>
<p>$t_r+t_{m-r}=0,\ r=1,\ldots,\frac{m}{2},$</p>
<p>$\cos(t_r+t_{\frac{m}{2}+r})=\cos(t_{2r}+rt_0),\ r=1,\ldots,\frac{m}{2}-1,$</p>
<p>$\sin(t_r+t_{\frac{m}{2}+r})=\sin(t_{2r}+rt_0),\ r=1,\ldots,\frac{m}{2}-1,$</p>
<p>$\cos(\frac{mt_0}{2})=1.$</p>
http://mathoverflow.net/questions/75916/bounds-for-fourier-coefficients-of-non-holomorphic-automorphic-forms-of-weight-2bounds for Fourier coefficients of non-holomorphic automorphic forms of weight 2Binzhou Xia2011-09-20T07:07:59Z2011-09-20T07:07:59Z
<p>Are there any results about the bounds for Fourier coefficients of non-holomorphic automorphic forms of weight 2? More precisely, let $k$ be a positive integer and $m=4/k$. Write
\begin{equation*}
\sum\limits_{n=1}^{\infty}a_nq^n=\eta(k\tau)^2\eta(2k\tau)^{1+m}\eta(4k\tau)^{3-3m}\eta(8k\tau)^{2m-2},
\end{equation*}
where $\eta(\tau)=q^{1/24}\prod\limits_{n=0}^{\infty}(1-q^n)$ is the Dedekind eta function with $q=e^{2\pi i\tau}$ and $Im \tau>0$. I want to know the bound for $a_{k^2+k+1}$.</p>
http://mathoverflow.net/questions/70411/a-family-of-systems-of-multivariate-quadratic-polynomial-equationsA family of systems of multivariate quadratic polynomial equationsBinzhou Xia2011-07-15T07:53:17Z2011-07-15T08:11:45Z
<p>Let $n$ be any integer divisible by and greater than 8. I have run into the question that whether there exist complex numbers $z_1,z_2,\ldots,z_{n-1}$ with modules $1$ satisfying the following quadratic equations,
$\sum\limits_{r=1}^{2t-1}(-1)^rz_rz_{2t-r}+\sum\limits_{r=2t+1}^{n-1}(-1)^rz_rz_{n+2t-r}=\frac{2z_{2t}}{(n^2+n+1)^{\frac{1}{2}}},t=1,2,\ldots,\frac{n}{2}-1,$
$z_tz_{\frac{n}{2}+t}=z_{2t},t=1,2,\ldots,\frac{n}{2}-1,$
and
$z_tz_{n-t}=(-1)^t,t=1,2,\ldots,\frac{n}{2}-1.$</p>
<p>What I seek for is a method which can deal with general $n$. So the Groebner basis theory seems hard to apply to this problem. Also, I wonder if translating the equations as well as the module constraints to quadratic equations of real variables by setting $z_j=x_j+iy_j$ is helpful. </p>
http://mathoverflow.net/questions/102803/software-for-numerical-constraint-satisfaction-problems/102867#102867Comment by Binzhou XiaBinzhou Xia2012-07-22T13:55:37Z2012-07-22T13:55:37ZIs the algorithm guaranteed to be convenrgent in theory? I mean does there exist some case such that the algorithm can not tell no matter what precision I make?http://mathoverflow.net/questions/102803/software-for-numerical-constraint-satisfaction-problemsComment by Binzhou XiaBinzhou Xia2012-07-22T08:45:52Z2012-07-22T08:45:52ZYes, actually I'm considering how small can $w$ be.