This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients Retro, belopolsky, brian.curtin, georg.brandl, mark.dickinson, michael.foord, pitrou, rhettinger
Date 2010-12-02.21:21:38
SpamBayes Score 8.8653823e-10
Marked as misclassified No
Message-id <1291324901.38.0.705679123297.issue10562@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you now implement the letter 'i' to act as an 
> imaginary unit? Is that possible?

Yes, it's possible; however, the developers do not think it is worthwhile.

> If it's possible in MATLAB, why not have both 'j' and 'i' 
> in Python as well?

Python does some things differently that MATLAB.  One design
choice is to avoid global configurations (such as number of
places displayed in a float) because modules written by
different people make make different assumptions or may
compete for a preferred setting.

Let's try to end this thread now.  It's a bit of no-win
situtation.  None of the core devs see enough possible
benefit to warrant the disruption it would cause.  Years
of Python being used in the scientific community has shown
that the current use of 'j' has not been a problem.
History
Date User Action Args
2010-12-02 21:21:41rhettingersetrecipients: + rhettinger, georg.brandl, mark.dickinson, belopolsky, pitrou, Retro, michael.foord, brian.curtin
2010-12-02 21:21:41rhettingersetmessageid: <1291324901.38.0.705679123297.issue10562@psf.upfronthosting.co.za>
2010-12-02 21:21:38rhettingerlinkissue10562 messages
2010-12-02 21:21:38rhettingercreate