How to find the square root fo complex square

1 visualizzazione (ultimi 30 giorni)
How to find the square root fo complex square

Risposte (2)

Sherlock Bugcrowd
Sherlock Bugcrowd il 7 Ott 2019
Modificato: Sherlock Bugcrowd il 7 Ott 2019
i meant normal square heres

Bjorn Gustavsson
Bjorn Gustavsson il 7 Ott 2019
What's wrong with:
sqrtZ = sqrt(Z);
? Then possibly work out the other root if necessary.
HTH

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by