|
[Home] [Lexikon] [Aufgaben] [Tests] [Kurse] [Begleitmaterial] [Hinweise] [Mitwirkende] [Publikationen] |
|
Mathematik-Online-Lexikon: | |
Spezielle Vektoren |
| 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 |
>> 2.3:.7:5.4
ans =
2.3000 3.0000 3.7000 4.4000 5.1000
>> 1:-.7:-2.4
ans =
1.0000 0.3000 -0.4000 -1.1000 -1.8000
>> 2.4:6.6
ans =
2.4000 3.4000 4.4000 5.4000 6.4000
>> 5:-1:6
ans =
Empty matrix: 1-by-0
>> linspace(exp(1),pi,5)
ans =
2.7183 2.8241 2.9299 3.0358 3.1416
>> logspace(pi,exp(1),5)
ans =
1.0e+03 *
1.3855 1.0858 0.8510 0.6670 0.5227
| automatisch erstellt am 12. 1. 2007 |