<div>But you are now seeing periodicity?  Visual comparison can be "tricky": output numerical results from each at common abscissae to, e.g., CSV files, and then import them into a spreadsheet and then look at the differences that way.  (I imagine such detailed verification of a problem will be required before a ticket would be accepted, unless someone else is concerned enough to independently verify the problem.  In other words, people are probably going to want to see that you've done "due diligence" before pursuing this.  But i could be wrong...)</div><div><br></div><div>DLG</div><div><br><div class="gmail_quote"><div>On Tue, Apr 25, 2017 at 5:23 PM Ming Lu <<a href="mailto:hiluming@gmail.com">hiluming@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The period seems more in scipy than in mathematica, even after<br>
converting to degrees.<br>
<br>
On 4/26/17, David Goldsmith <<a href="mailto:eulergaussriemann@gmail.com" target="_blank">eulergaussriemann@gmail.com</a>> wrote:<br>
> Did you see the answer on stackoverflow?<br>
><br>
> DLG<br>
><br>
> On Tue, Apr 25, 2017 at 9:10 AM Ming Lu <<a href="mailto:hiluming@gmail.com" target="_blank">hiluming@gmail.com</a>> wrote:<br>
><br>
>> Dear all:<br>
>><br>
>> I have a question regarding the special function<br>
>> scipy.special.mathieu_cem, why this function<br>
>> not periodic? I thought this function should have period pi when m is<br>
>> even, and 2*pi when m<br>
>> is odd, however this is not the case:<br>
>><br>
>> x = np.linspace(0,10*np.pi,100)<br>
>> plt.plot(x,sp.mathieu_cem(3,3,x)[0])<br>
>> plt.show()<br>
>><br>
>> compare with mathematica, it clearly shows a period graph.<br>
>><br>
>> To see the graph, I have the detailed post on stackoverflow.<br>
>><br>
>><br>
>> <a href="http://stackoverflow.com/questions/43615531/why-mathieu-function-in-scipy-not-periodic" rel="noreferrer" target="_blank">http://stackoverflow.com/questions/43615531/why-mathieu-function-in-scipy-not-periodic</a><br>
>><br>
>> Best regards,<br>
>>  Ming<br>
>> _______________________________________________<br>
>> SciPy-User mailing list<br>
>> <a href="mailto:SciPy-User@python.org" target="_blank">SciPy-User@python.org</a><br>
>> <a href="https://mail.python.org/mailman/listinfo/scipy-user" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/scipy-user</a><br>
>><br>
><br>
<br>
<br>
--<br>
Regards,<br>
   Ming Lu<br>
<br>
----<br>
Ming Lu, graduate student of  second year,<br>
ICQM, Peking University <<a href="http://icqm.pku.edu.cn" rel="noreferrer" target="_blank">http://icqm.pku.edu.cn</a>><br>
_______________________________________________<br>
SciPy-User mailing list<br>
<a href="mailto:SciPy-User@python.org" target="_blank">SciPy-User@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/scipy-user" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/scipy-user</a><br>
</blockquote></div></div>