Revision history of "File:QuadraticMapByChatGPTtest11.jpg"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:11, 30 August 2025T talk contribs 10,553 bytes +10,553 {{oq|QuadraticMapByChatGPTtest11.jpg|QuadraticMapByChatGPTtest11.jpg ‎(351 × 351 pixels, file size: 100 KB, MIME type: image/jpeg)}} Complex map of function \(z \mapsto z^2 \) in the complex z-plane generated as a test of routine conto01.cin written by ChatGPT 2025.08.29. ==Generator== <pre> #include <stdio.h> #include <stdlib.h> #define DB double #define DO(x,y) for(x=0;x<y;x++) #include<complex> typedef std::complex<double> z_type; #define Re(x) x.real() #define Im(x) x.imag() #d...