Re: plagiarism, no follow-ups please

2010-04-02 Thread purple
On 4/2/2010 7:36 AM, Chip Eastham wrote: On Apr 2, 6:14 am, A Serious Moment cross-posted an OCR'd version of a 1980 paper by SR Mahaney, mutilating the text further to remove its attribution and create the false impression of authorship by the (im)poster. You report, we decide? Fox News has

How to solve a three-element equation set?

2008-03-19 Thread purple
Could you guys do me a favor for solving a equation set? Z=d/4*(1-SIN(X)/X) X=8q/(D^2*Y)+SIN(X) Y=1/n*Z^(2/3)*i^(1/2) In this equation set, X,Y&Z are the unkown parameters, the others say, d, q, n&i are known. SO in python, how to program it to represent X, Y and Z in the form of d, q, n and i?

Re: How to realize the interactive python in Eclipse?

2006-12-03 Thread purple
Thank you for your website. I used to work with the python shell, but it is quite boring in managing the files, so I know the eclipse and pydev. I think I should focus on the documentations first. Thank you very much. > > I am beginning to wonder if you attempting to use PyDev as nothing more > th

Re: How to realize the interactive python in Eclipse?

2006-12-03 Thread purple
Thanks so much for your concern~~ In the preferences for pydev, I have added the python.exe in the python interpreters, and also the system PYTHONPATH, Forced built-in libs. I am not sure whether you mean it? I am sorry because I am a green hand on the eclipse. And for the external tools, I have

How to realize the interactive python in Eclipse?

2006-12-02 Thread purple
I have installed the Eclipse and the plug-in Pydev. Also, I have add an python program in the external tools. When I run the python program in the external tools, i can type python command just like in the python shell.But when I finished running a python file, in the console, I could not type any