Re: Equation complexe

Liste des GroupesRevenir à s math 
Sujet : Re: Equation complexe
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.math
Date : 28. Feb 2025, 00:55:24
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vpqu1d$3atmj$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
On 2/27/2025 1:42 PM, Richard Hachel wrote:
Le 27/02/2025 à 21:53, Jim Burns a écrit :
On 2/27/2025 2:35 PM, Jim Burns wrote:
 
There is a very nice formula expressing all this.
𝑒ⁱᶿ = sin(θ) + 𝑖⋅cos(θ)
 
D'oh!
 
𝑒ⁱᶿ = cos(θ) + 𝑖⋅sin(θ)
 Yes, it's more better. :))
To gain n-ary roots of a target complex number, keep in mind that the power is a signed integer here:
________________________
ct_complex
root_calc(
     ct_complex const& z,
     int p,
     int n
) {
     ct_real radius = std::pow(std::abs(z), 1.f / p);
     ct_real angle_base = std::arg(z) / p;
     ct_real angle_step = CT_PI2 / p;
     ct_real angle = angle = angle_step * n;
     ct_complex c = {
         std::cos(angle_base + angle) * radius,
         std::sin(angle_base + angle) * radius
     };
     return c;
}
________________________

Date Sujet#  Auteur
25 Feb 25 * Equation complexe101Richard Hachel
25 Feb 25 +* Re: Equation complexe73Jim Burns
25 Feb 25 i`* Re: Equation complexe72Richard Hachel
25 Feb 25 i +* Re: Equation complexe3Python
25 Feb 25 i i`* Re: Equation complexe2Richard Hachel
25 Feb 25 i i `- Re: Equation complexe1Python
25 Feb 25 i +* Re: Equation complexe5guido wugi
25 Feb 25 i i`* Re: Equation complexe4Richard Hachel
25 Feb 25 i i +* Re: Equation complexe2Python
25 Feb 25 i i i`- Re: Equation complexe1Python
26 Feb 25 i i `- Re: Equation complexe1Jim Burns
26 Feb 25 i +* Re: Equation complexe21sobriquet
26 Feb 25 i i`* Re: Equation complexe20sobriquet
26 Feb 25 i i +* Re: Equation complexe16Moebius
26 Feb 25 i i i+* Re: Equation complexe12Richard Hachel
26 Feb 25 i i ii`* Re: Equation complexe11Python
26 Feb 25 i i ii +* Re: Equation complexe2Moebius
26 Feb 25 i i ii i`- Re: Equation complexe1Python
26 Feb 25 i i ii `* Re: Equation complexe8Richard Hachel
26 Feb 25 i i ii  +- Re: Equation complexe1Python
26 Feb 25 i i ii  `* Re: Equation complexe6Python
26 Feb 25 i i ii   `* Re: Equation complexe5Richard Hachel
26 Feb 25 i i ii    `* Re: Equation complexe4Python
26 Feb 25 i i ii     `* Re: Equation complexe3Python
26 Feb 25 i i ii      `* Re: Equation complexe2Richard Hachel
26 Feb 25 i i ii       `- Re: Equation complexe1Python
27 Feb 25 i i i`* Re: Equation complexe3Moebius
27 Feb 25 i i i `* Re: Equation complexe2Richard Hachel
27 Feb 25 i i i  `- Re: Equation complexe1sobriquet
26 Feb 25 i i `* Re: Equation complexe3Richard Hachel
26 Feb 25 i i  `* Re: Equation complexe2sobriquet
26 Feb 25 i i   `- Re: Equation complexe1Richard Hachel
26 Feb 25 i `* Re: Equation complexe42Jim Burns
26 Feb 25 i  `* Re: Equation complexe41Richard Hachel
26 Feb 25 i   +* Re: Equation complexe39Python
26 Feb 25 i   i`* Re: Equation complexe38Richard Hachel
26 Feb 25 i   i `* Re: Equation complexe37Python
26 Feb 25 i   i  `* Re: Equation complexe36Richard Hachel
26 Feb 25 i   i   +* Re: Equation complexe5Python
26 Feb 25 i   i   i+- Re: Equation complexe1Richard Hachel
27 Feb 25 i   i   i`* Re: Equation complexe3Moebius
27 Feb 25 i   i   i `* Re: Equation complexe2Richard Hachel
28 Feb 25 i   i   i  `- Re: Equation complexe1Chris M. Thomasson
26 Feb 25 i   i   `* Re: Equation complexe30efji
26 Feb 25 i   i    `* Re: Equation complexe29Richard Hachel
26 Feb 25 i   i     +* Re: Equation complexe2Python
27 Feb 25 i   i     i`- Re: Equation complexe1Moebius
27 Feb 25 i   i     `* Re: Equation complexe26joes
27 Feb 25 i   i      `* Re: Equation complexe25Richard Hachel
27 Feb 25 i   i       +- Re: Equation complexe1Python
27 Feb 25 i   i       +* Re: Equation complexe4Jim Burns
27 Feb 25 i   i       i`* Re: Equation complexe3Jim Burns
27 Feb 25 i   i       i `* Re: Equation complexe2Richard Hachel
28 Feb 25 i   i       i  `- Re: Equation complexe1Chris M. Thomasson
28 Feb 25 i   i       `* Re: Equation complexe19Chris M. Thomasson
28 Feb 25 i   i        +* Re: Equation complexe17Richard Hachel
28 Feb 25 i   i        i`* Re: Equation complexe16sobriquet
28 Feb 25 i   i        i `* Re: Equation complexe15Richard Hachel
28 Feb 25 i   i        i  `* Re: Equation complexe14sobriquet
28 Feb 25 i   i        i   `* Re: Equation complexe13Richard Hachel
28 Feb 25 i   i        i    `* Re: Equation complexe12sobriquet
28 Feb 25 i   i        i     +* Re: Equation complexe8Richard Hachel
28 Feb 25 i   i        i     i`* Re: Equation complexe7efji
28 Feb 25 i   i        i     i +* Re: Equation complexe2Richard Hachel
28 Feb 25 i   i        i     i i`- Re: Equation complexe1Jim Burns
28 Feb 25 i   i        i     i +* Re: Equation complexe3Moebius
28 Feb 25 i   i        i     i i`* Re: Equation complexe2Richard Hachel
28 Feb 25 i   i        i     i i `- Re: Equation complexe1Chris M. Thomasson
28 Feb 25 i   i        i     i `- Re: Equation complexe1Richard Hachel
28 Feb 25 i   i        i     `* Re: Equation complexe3Moebius
28 Feb 25 i   i        i      `* Re: Equation complexe2Chris M. Thomasson
28 Feb 25 i   i        i       `- Re: Equation complexe1Chris M. Thomasson
28 Feb 25 i   i        `- Re: Equation complexe1Chris M. Thomasson
27 Feb 25 i   `- Re: Equation complexe1Jim Burns
25 Feb 25 +- Re: Equation complexe1Chris M. Thomasson
25 Feb 25 +* Re: Equation complexe5Chris M. Thomasson
25 Feb 25 i+- Re: Equation complexe1Chris M. Thomasson
25 Feb 25 i`* Re: Equation complexe3Richard Hachel
26 Feb 25 i +- Re: Equation complexe1Chris M. Thomasson
26 Feb 25 i `- Re: Equation complexe1Chris M. Thomasson
25 Feb 25 +* Re: Equation complexe19Chris M. Thomasson
25 Feb 25 i`* Re: Equation complexe18Richard Hachel
25 Feb 25 i +* Re: Equation complexe2Chris M. Thomasson
26 Feb 25 i i`- Re: Equation complexe1Chris M. Thomasson
26 Feb 25 i `* Re: Equation complexe15Chris M. Thomasson
26 Feb 25 i  `* Re: Equation complexe14Richard Hachel
26 Feb 25 i   +* Re: Equation complexe3Chris M. Thomasson
26 Feb 25 i   i`* Re: Equation complexe2Richard Hachel
26 Feb 25 i   i `- Re: Equation complexe1Chris M. Thomasson
26 Feb 25 i   +* Re: Equation complexe3Chris M. Thomasson
26 Feb 25 i   i`* Re: Equation complexe2efji
28 Feb 25 i   i `- Re: Equation complexe1Chris M. Thomasson
26 Feb 25 i   +* Re: Equation complexe2Chris M. Thomasson
26 Feb 25 i   i`- Re: Equation complexe1Chris M. Thomasson
26 Feb 25 i   `* Re: Equation complexe5Barry Schwarz
26 Feb 25 i    +- Re: Equation complexe1Richard Hachel
26 Feb 25 i    `* Re: Equation complexe3Moebius
26 Feb 25 i     `* Re: Equation complexe2Richard Hachel
26 Feb 25 i      `- Re: Equation complexe1Python
25 Feb 25 +- Re: Equation complexe1Barry Schwarz
28 Feb 25 `- Re: Equation complexe1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal