Difference between revisions of "Comments:Complex Numbers"

From GeoGebra Manual
Jump to: navigation, search
m (r2.7.3) (robot Adding: hu:Komplex számok)
m (r2.7.4) (robot Adding: nb:Komplekse tall)
Line 5: Line 5:
  
 
{{note|1=Complex with imaginary part 0, like <code>a = 2 + 0i</code>, also pass this test. If you just want to check if the imaginary part of a complex number <code>a</code> is not 0 you can use <code>y(a) != 0</code>.}}
 
{{note|1=Complex with imaginary part 0, like <code>a = 2 + 0i</code>, also pass this test. If you just want to check if the imaginary part of a complex number <code>a</code> is not 0 you can use <code>y(a) != 0</code>.}}
 
[[nn:Komplekse tal]]
 
  
 
[[bs:Kompleksni brojevi]]
 
[[bs:Kompleksni brojevi]]
Line 33: Line 31:
  
 
[[hu:Komplex számok]]
 
[[hu:Komplex számok]]
 +
 +
[[nb:Komplekse tall]]
 +
[[nn:Komplekse tal]]

Revision as of 00:11, 17 May 2013

Manual:Complex Numbers

Workaround: IsComplex[]

Sometimes you may want to check if a number is treated as complex number in GeoGebra, as function such as x() and y() do not work with real numbers. As there is no such command as IsComplex you currently have to employ a small trick to check if the number a is complex: complex = IsDefined[sqrt(a) + sqrt(-a)] ∧ (a ≠ 0).

Note: Complex with imaginary part 0, like a = 2 + 0i, also pass this test. If you just want to check if the imaginary part of a complex number a is not 0 you can use y(a) != 0.

bs:Kompleksni brojevi ca:Nombres complexos cs:Komplexní čísla da:Komplekse tal de:Komplexe Zahlen es:Números Complejos et:Kompleksarvud fa:اعداد مختلط fr:Nombres complexes hr:Kompleksni brojevi is:Tvinntölur it:Numeri complessi kk:Кешен сандар ko:복소수 lt:Kompleksiniai skaičiai mk:Комплексен Број no:Komplekse tall pl:Liczby zespolone sk:Komplexné čísla sl:Kompleksna števila sv:Komplexa tal tr:Karmaşık Sayılar zh:複數

hu:Komplex számok

nb:Komplekse tall nn:Komplekse tal

© 2024 International GeoGebra Institute