Mo Logo [Home] [Lexikon] [Aufgaben] [Tests] [Kurse] [Begleitmaterial] [Hinweise] [Mitwirkende] [Publikationen]

Mathematik-Online-Lexikon:

Zahlen


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Übersicht

Eingabe von (komplexen) Zahlen:
  >> 123                >> 1.23              >> .000123   
  ans =                 ans =                ans =        
     123                   1.2300               1.2300e-04
                                        
  >> 1.23e-4            >> 12i               >> 12+3i           
  ans =                 ans =                ans =              
     1.2300e-04            0 +12.0000i          12.0000 + 3.0000i
                        
  >> 1.23+4.56e-3i      >> 4j-123                  
  ans =                 ans =                      
     1.2300 + 0.0046i     -1.2300e+02 + 4.0000e+00i

Überlauf und mathematisch nicht definierte Operationen:

  >> 1e400     >> 1-inf     >> -1+inf     >> inf+inf 
  ans =        ans =        ans =         ans =      
     Inf         -Inf          Inf           Inf     
  
  >> inf-inf   >> 1/0                     >> 0/0                    
  ans =        Warning: Divide by zero.   Warning: Divide by zero.  
     NaN       ans =                      ans =                     
                  Inf                        NaN
(Autoren: Hörner/Wipper)

[Verweise]

  automatisch erstellt am 12.  1. 2007