Questions about complex numbers (numbers in the form of x + y∙i where i² = -1), types to represent them in programming languages, and libraries to manipulate them
I'm using right now the scipy.integrate.quad to successfully integrate some real integrands. Now a situation appeared that I …
python numpy scipy complex-numbersI am creating a calculator application for all types of mathematical algorithms. However, I want to identify if a root …
python complex-numbersHow can I make a Mathematica graphics that copies the behaviour of complex_plot in sage? i.e. ... takes a …
wolfram-mathematica visualization plot complex-numbersI already have prime factorization (for integers), but now I want to implement it for gaussian integers but how should …
algorithm math complex-numbers prime-factoring number-theoryI want to use numpy.savetxt() to save an array of complex numbers to a text file. Problems: If you …
python numpy complex-numbersI am wondering about the way Python (3.3.0) prints complex numbers. I am looking for an explanation, not a way to …
python complex-numbersI need to compute imaginary exponential in C. As far as I know, there is no complex number library in …
c complex-numbers exponentialim trying to convert inputted string to a float but when i do it i keep getting some kind of …
python string python-3.x complex-numbersI'm trying to build a calculator that does basic operations of complex numbers. I'm using code for a calculator I …
python python-2.7 input calculator complex-numbersIs there any good way how to plot 2D array of complex numbers as image in mathplotlib ? It makes very …
matplotlib multidimensional-array complex-numbers