Sprawozdanie
Dawid Kasiński
Grupa T11A
03.10.2011r
Przedmiot: Technika obliczeniowa i symulacja (Labolatoria)
Temat: Temat 1
Zadanie 1 Generuj wektor - $\frac{\pi}{2}$:$\frac{\pi}{20}$: $\frac{\pi}{\begin{matrix} 2 \\ \\ \end{matrix}}$ następnie funkcje y=sin(x) i sin3=sin(x)^3, wyświetl wykres.
Ad.1
Command window:
>> x=-pi/2:pi/20:pi/2
x =
Columns 1 through 18
-1.5708 -1.4137 -1.2566 -1.0996 -0.9425 -0.7854 -0.6283 -0.4712 -0.3142 -0.1571 0 0.1571 0.3142 0.4712 0.6283 0.7854 0.9425 1.0996
Columns 19 through 21
1.2566 1.4137 1.5708
>> y=sin(x)
y =
Columns 1 through 18
-1.0000 -0.9877 -0.9511 -0.8910 -0.8090 -0.7071 -0.5878 -0.4540 -0.3090 -0.1564 0 0.1564 0.3090 0.4540 0.5878 0.7071 0.8090 0.8910
Columns 19 through 21
0.9511 0.9877 1.0000
>> plot(x)
>> sin3=(sin(x).^3)
sin3 =
Columns 1 through 18
-1.0000 -0.9635 -0.8602 -0.7074 -0.5295 -0.3536 -0.2031 -0.0936 -0.0295 -0.0038 0 0.0038 0.0295 0.0936 0.2031 0.3536 0.5295 0.7074
Columns 19 through 21
0.8602 0.9635 1.0000
>> plot(x,sin3)
Zadanie 2 Wypisz operatory i znaki specjalne Matlab.
−1 −0.5 0 0.5