|
Navoiy davlat pedagogika instituti informatika va axborot texnologiyalar kafedrasi zamonaviy matematik paketlar
|
bet | 65/78 | Sana | 22.07.2021 | Hajmi | 7,05 Mb. | | #15506 |
>with(plots):
animatecurve( sin(x),x=-Pi..Pi, frames=50);
va funksiya grafiklarning [0,] oraliqdagi animatsiyali harakati
>with(plots):
animatecurve( {x-x^3,sin(x)}, x=0..Pi/2 );
Ushbu misollarda vektorlarning Maple 9.5 dagi grafik tasvirlari keltirilgan
>with(plots):
b1 := arrow(<1,2,3>, <3,-4,5>, width=[0.2, relative], head_length=[0.4, relative], color=red):
b2 := arrow(<1,2,3>, <3,-4,5>, difference, color=blue):
b3 := arrow(<1,2,3>, <-3,4,-5>, width = 0.2, head_length=0.4, color=green):
display(b1, b2, b3, scaling=CONSTRAINED, axes=FRAMED, lightmodel=light3);
>with(plots):
c1 := arrow(<1,1,1>, shape=cylindrical_arrow, fringe):
c2 := arrow(<0,0,1>, shape=cylindrical_arrow, fringe = 'red'):
c3 := arrow(<0,1,0>, shape=cylindrical_arrow, fringe = 'COLOR(RGB, 0.6, 0.1, 0.7)'):
|
| |