جلسه ی هشتم آموزش میپل

رسم توابع و اشکال دو بعدی

بازگشت به فهرست دروس آموزش میپل سوالاتتان را درباره ی مطالب این جلسه در این جا مطرح فرمایید.  

>   

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    plot(sin(x),x=-2*Pi..2*Pi);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( x*sin(3*x), x=0..2*Pi );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( x*sin(1/x), x=-1..1 );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( x*sin(1/x), x=-1..1,axes=normal);

[Maple Plot]

>    plot( x*sin(1/x), x=-1..1,axes=frame);

[Maple Plot]

>    plot( x*sin(1/x), x=-1..1,axes=box);

[Maple Plot]

>    plot( x*sin(1/x), x=-1..1,axes=none);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(x^5-x^3+2*x-1, x=-3..3);

[Maple Plot]

>    plot( x^5-x^3+2*x-1, x=-3..3,y=-20..20);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    f:=x->7*sin(x)+sin(7*x);

f := x -> 7*sin(x)+sin(7*x)

>    plot(f(x),x=0..10);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(f(x),x=0..2,y=4..8);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(sin(x)/x,x=0..infinity);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(-4.9*t^2+44.1, t=0..3,labels=["time","volume"]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( -4.9*t^2+44.1, t=0..3,
labels=["time","volume"],
labeldirections=[horizontal,vertical] );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( -4.9*t^2+44.1, t=0..3,
labels=["time","volume"],
labeldirections=[vertical,vertical] );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(-4.9*t^2+44.1,t=0..3,labels=["",""]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( x^3-x^2-3*x+4, x=-3..3);

[Maple Plot]

>    plot( x^3-x^2-3*x+4, x=-3..3, xtickmarks=[-2,-1,0,1,2] );

[Maple Plot]

>   

>    plot( x^3-x^2-3*x+4, x=-3..3, ytickmarks=[4] );

[Maple Plot]

>    plot( x^3-x^2-3*x+4, x=-3..3, xtickmarks=[-2,-1,0,1,2],ytickmarks=[4] );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( cos(x), x=-Pi..2*Pi,y=-2..2, xtickmarks=[-Pi/2="a", Pi/2="b", Pi="c",3*Pi/2="d",2*Pi="e"], ytickmarks=[-1,1,0],labels=["",""] );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( cos(x), x=-Pi..2*Pi,y=-2..2, xtickmarks=[-Pi/2="a", Pi/2="b", Pi="g",3*Pi/2="l",2*Pi="e"], ytickmarks=[-1,1],axesfont=[SYMBOL,20], labels=["",""] );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( sin(x), x=0..2*Pi, xtickmarks=[Pi/2="p/2",
Pi="p", 3*Pi/2="3p/2", 2*Pi="2p"], ytickmarks=[-1,1],
axesfont=[SYMBOL,20], labels=["",""] );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(x*cos(x), x=-2*Pi..2*Pi, tickmarks=[[-Pi/2,Pi/2], [-6,-2,0,2,6]]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(x*cos(x), x=-2..10, tickmarks=[default, [-6="A", -2="B", 2="C", 6="D"]]);

[Maple Plot]

>    plot(x*cos(x), x=-2..10, tickmarks=[[-Pi/2="A", Pi/2="B",3*Pi/2="C"],default]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    ?plot,tickmarks

>   

[Maple OLE 2.0 Object]

Ex.1

>   

[Maple OLE 2.0 Object]

>    plot([t^2,t^3,t=-1..1]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([t^2,t^3],t=-1..1);

[Maple Plot]

>       

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([cos(3*t),sin(5*t),t=0..2*Pi]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( [cos(t)^3, sin(t)^3, t=-Pi..Pi] );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([cos(t),sin(t),t=0..2*Pi]);

[Maple Plot]

>    plot([cos(t),sin(t),t=0..2*Pi],scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(exp(x),x=0..3);

[Maple Plot]

>    plot(exp(x),x=0..3,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([(t^2-1)/(t^2+1), 2*t/(t^2+1), t=-infinity..infinity]);

[Maple Plot]

>   

Ex. 2

>   

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    with(plots);

[animate, animate3d, animatecurve, arrow, changecoords, complexplot, complexplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, densityplot, display, fieldplot, fieldplo...
[animate, animate3d, animatecurve, arrow, changecoords, complexplot, complexplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, densityplot, display, fieldplot, fieldplo...
[animate, animate3d, animatecurve, arrow, changecoords, complexplot, complexplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, densityplot, display, fieldplot, fieldplo...
[animate, animate3d, animatecurve, arrow, changecoords, complexplot, complexplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, densityplot, display, fieldplot, fieldplo...
[animate, animate3d, animatecurve, arrow, changecoords, complexplot, complexplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, densityplot, display, fieldplot, fieldplo...
[animate, animate3d, animatecurve, arrow, changecoords, complexplot, complexplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, densityplot, display, fieldplot, fieldplo...
[animate, animate3d, animatecurve, arrow, changecoords, complexplot, complexplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, densityplot, display, fieldplot, fieldplo...

[Maple OLE 2.0 Object]

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    with(plots):
polarplot(1,theta=0..2*Pi);

[Maple Plot]

>    polarplot(1,theta=0..2*Pi,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

[Maple OLE 2.0 Object]

>    polarplot(sin(3*theta),theta=0..2*Pi);

[Maple Plot]

>    polarplot(sin(3*theta),theta=0..2*Pi,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    polarplot(sin(6*theta),theta=0..2*Pi);

[Maple Plot]

>    polarplot(sin(6*theta),theta=0..2*Pi,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    polarplot(theta,theta=0..4*Pi);

[Maple Plot]

>    polarplot(theta,theta=0..40*Pi);

[Maple Plot]

>    polarplot(theta,theta=0..40*Pi,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    polarplot(sin(8*theta/7),theta=0..14*Pi,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    polarplot(sin(8*theta/7)+cos(50*theta/7),theta=0..14*Pi,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    polarplot(exp(sin(theta))-2*cos(4*theta)+(sin(theta/12))^5,theta=0..24*Pi,
scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    polarplot([s^2,sin(6*s),s=0..7]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    polarplot([sqrt(1/s),-sqrt(1/s)],
s=0..10*Pi,view=[-3..3,-2..2],scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([1,t,t=0..2*Pi],coords=polar);

[Maple Plot]

>   

Ex. 3

>   

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    plot(floor(x),x=-2..2,y=-2..2);

[Maple Plot]

>    plot(floor(x),x=-2..2,y=-2..2,discont=true);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(tan(x),x=-2*Pi..2*Pi,y=-4..4);

[Maple Plot]

>    plot(tan(x),x=-2*Pi..2*Pi,y=-4..4,discont=true);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(tan(x),x=-2*Pi..2*Pi,y=-4..4,title="Plot of tan(x) and 135111");

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([x^2,x^4,x^6,x^8],x=-2..2,y=0..4,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([[cos(t),sin(t),t=0..2*Pi],[t^2,t^3,t=-1..1],[-t^2,-t^3,t=-1..1]],scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([[2*cos(s), sin(s), s=0..2*Pi], [cos(t), sin(t), t=0..2*Pi]],
scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    g:=x->cos(x):
plot([g(x),-g(x),[cos(t),sin(t),t=0..2*Pi]],x=-Pi..Pi,y=-1..1,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    r1:=t->1:
r2:=t->cos(5*t):
plot([r1(t),r2(t)],t=0..2*Pi,coords=polar);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    with(Student[Calculus1]):
InversePlot(exp(x), -2..2);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(Student[Calculus1]):
InversePlot(x^2 + 1, x=-1..1,thickness=2);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(Student[Calculus1]):
InversePlot(x^2 + 1, x=-1..1,showline=false);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(Student[Calculus1]):
InversePlot(x^2 + 1, x=-1..1,thickness=2,showline=false);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(Student[Calculus1]):
InversePlot(x^2 + 1, x=-1..1,
functionoptions=[thickness=3,color=black],
inverseoptions=[thickness=2,color=blue],
lineoptions=[thickness=1,color=khaki,linestyle=1]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(Student[Calculus1]):
InversePlot(sin(x) + x,
functionoptions=[thickness=2],
inverseoptions=[color=blue],
showline=false);

[Maple Plot]

>   

Ex. 4

>   

Ex. 5

>   

Ex. 6

>   

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    l:=[[-4,16],[-3,9],[-2,4],[-1,1],[0,0],[1,1],[2,4],[3,9],[4,16]];

l := [[-4, 16], [-3, 9], [-2, 4], [-1, 1], [0, 0], [1, 1], [2, 4], [3, 9], [4, 16]]

>    plot(l);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(l,style=point);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([[1,0],[0,1],[-1,0],[0,-1],[1,0]]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([[1,0],[-1,0],[0,1],[0,-1],[1,0]]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([[1,0],[-1,0],[0,1],[0,-1],[1,0]],axes=none);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([[0,0],[1/2,0],[1/2,1/2],[-1/2,1/2],[-1/2,-1/2],[1,-1/2],[1,1],[-1,1],[-1,-1],[1.5,-1],[1.5,1.5],[-2,1.5]]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    f := x -> x^2 + x:
plot( [[1,f(1)],[2,f(2)],[3,f(3)],[4,f(4)]], x=0..5,
style=point );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( {[1,2]}, style=point );

[Maple Plot]

>   

Note: parametric form

>    plot( [1,2], style=point );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot( sin(x), style=point,symbol=circle );

[Maple Plot]

>    plot( sin(x), style=point,symbol=cross );

[Maple Plot]

>    plot( sin(x), style=point,symbol=box );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    #linestyle=solid, dot, dash, dashdot, longdash, spacedash, spacedot

>    plot( sin(x) + cos(x), x=-2*Pi..2*Pi, linestyle=dashdot );

[Maple Plot]

>    plot(sin(x)+cos(x),x=-2*Pi..2*Pi,linestyle=dash);

[Maple Plot]

>    plot(sin(x)+cos(x),x=-2*Pi..2*Pi,linestyle=5);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot(floor(x),x=-2..2,y=-2..2,discont=true,color=blue,thickness=6);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([sin(x),cos(x)],x=0..2*Pi,y=-1..1,color=black,thickness=3);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([sin(x),cos(x),1,-1],x=-2*Pi..2*Pi,y=-2..2,color=[black,red,blue,blue],thickness=[3,2,1,1]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    plot([x,[t,t^3,t=-1.2..1.2],[t^3,t,t=-1.2..1.2]],x=-1.9..1.9,color=[black,red,blue],thickness=[1,2,2]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    ?plot,colornames

>    [aquamarine,black,blue,navy,coral,cyan,  
brown,gold,green,gray,grey,khaki,magenta,maroon,orange,pink,plum,red,
sienna,tan,turquoise,violet,wheat,white,yellow];

[aquamarine, black, blue, navy, coral, cyan, brown, gold, green, gray, grey, khaki, magenta, maroon, orange, pink, plum, red, sienna, tan, turquoise, violet, wheat, white, yellow]
[aquamarine, black, blue, navy, coral, cyan, brown, gold, green, gray, grey, khaki, magenta, maroon, orange, pink, plum, red, sienna, tan, turquoise, violet, wheat, white, yellow]

>   

>    plot([x+1,x+2,x+3,x+4,x+5,x+6,x+7,x+8,x+9,x+10,x+11,x+12,x+13,x+14,x+15,x+16,x+17,x+18,x+19,x+20,x+21,x+22,x+23,x+24,x+25],
x=0..12,
color=[aquamarine,black,blue,navy,coral,cyan,brown,gold,green,gray,grey,khaki,magenta,maroon,orange,pink,plum,red,sienna,tan,turquoise,violet,wheat,white,yellow],thickness=3);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

[Maple OLE 2.0 Object]

>    with(plots):
p1:=plot(sin(x),x=0..2*Pi,y=-1..1,linestyle=4,color=black,thickness=2):
p2:=plot(cos(x),x=0..2*Pi,y=-1..1,linestyle=3,color=blue,thickness=3):
display(p1,p2);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(plots):
Curve1:=plot(arctan(x),x=-5..5):
Curve2:=plot(1/(1+x^2),x=-5..5,linestyle=dot ):
display( Curve1, Curve2 );

[Maple Plot]

>   

>    with(plots):
F:=plot(sin(x), x=-Pi/2..Pi/2, y=-1..1,color=blue):
G:=plot(arcsin(x), x=-1..1, y=-Pi/2..Pi/2,color=red):
H:=plot(x,view=[-2..2,-2..2],linestyle=3,color=black):
display({F,G,H},title=`Sin and Arcsin`);

[Maple Plot]

>   

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    with(plots):

>    implicitplot(y=sin(x),x=0..2*Pi,y=-1..1);

[Maple Plot]

>    implicitplot(x^2+y^2=1,x=-1..1, y=-1..1);

[Maple Plot]

>    implicitplot(x^2+2*y^2=1,x=-1..1, y=-1..1,scaling=constrained);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    implicitplot([x^2-y^2=1, y=x,y=-x], x=-4..4, y=-4..4, color=[blue, red,red],linestyle=[1,3,3],thickness=[2,0,0]);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    implicitplot(x^3+y^3=1,x=-2..2, y=-3..3, color=blue);

[Maple Plot]

>    implicitplot(x^5+y^5=1,x=-2..2, y=-2..2, color=blue);

[Maple Plot]

>    implicitplot(x^4+y^4=1,x=-2..2, y=-2..2, color=blue);

[Maple Plot]

>    implicitplot(x^6+y^6=1,x=-1..1, y=-1..1, color=blue);

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(plots):
implicitplot(y^2=(x+4)*(x^2+1),x=-4..4, y=-8..8, color=blue,scaling=constrained);

[Maple Plot]

>    implicitplot(y^2=(x+5)*(x^2-1),x=-7..7, y=-8..8, color=blue,scaling=constrained);

[Maple Plot]

>   

Ex. 7

>   

Ex. 8

>   

Ex. 9

>   

Ex. 10

>   

[Maple OLE 2.0 Object]

>   

[Maple OLE 2.0 Object]

>    with(plots):
inequal( [ x+2*y>=-1, 3*x-y<2], x=-3..3, y=-3..3,
optionsfeasible=(color=red),
optionsexcluded=(color=yellow) );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with(plots):
inequal( [ x+2*y>=-1, 3*x-y<2], x=-3..3, y=-3..3);

[Maple Plot]

>    with(plots):
inequal( [ x+2*y>=-1, 3*x-y<2], x=-3..3, y=-3..3,
optionsfeasible=(color=red));

[Maple Plot]

>    with(plots):
inequal( [ x+2*y>=-1, 3*x-y<2], x=-3..3, y=-3..3,
optionsexcluded=(color=yellow) );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with( plots ):
inequal( [ x+2*y>-1, 3*x-y<2], x=-3..3, y=-3..3,
optionsfeasible=(color=red),
optionsexcluded=(color=yellow),
optionsopen=(color=blue,thickness=2,linestyle=3) );

[Maple Plot]

>   

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with( plots ):
inequal( [x<1,x>-1,y<1,y>-1] ,x=-6/5..6/5,y=-6/5..6/5,tickmarks=[[],[0]],
optionsfeasible=(color="AntiqueWhite"),
optionsexcluded=(color=white),
optionsopen=(color=blue,thickness=2,linestyle=3));

[Maple Plot]

>    with( plots ):
a:=implicitplot([x^2-y^2=1, y=x,y=-x], x=-4..4, y=-4..4, color=[blue, red,red],linestyle=[1,3,3],thickness=[2,0,0]):
b:=inequal( [x<1,x>-1,y<1,y>-1] ,x=-1..1,y=-1..1,tickmarks=[[],[0]],
optionsfeasible=(color="AntiqueWhite"),
optionsexcluded=(color=white),
optionsopen=(color=blue,thickness=2,linestyle=3)):
display(a,b);

[Maple Plot]

>   

Ex. 11

>   

[Maple OLE 2.0 Object]

[Maple OLE 2.0 Object]

>    with( plots ):
arrow( [1,2]);

[Maple Plot]

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    arrow( [1,2], shape=arrow , thickness=2,
view=[-3..3,-3..3] );

[Maple Plot]

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    arrow( [[1,2],[-1,1]], shape=arrow , thickness=2,
view=[-3..3,-3..3] );

[Maple Plot]

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    arrow( [1,2], shape=arrow , thickness=3,linestyle=3,color=blue
,view=[-3..3,-3..3] );

[Maple Plot]

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    arrow( [1,2], shape=harpoon, thickness=2,
view=[-3..3,-3..3] );

[Maple Plot]

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    arrow( [1,2], shape=double_arrow , thickness=2,
view=[-3..3,-3..3] );

[Maple Plot]

----------------------------------------------------------------------------------------------------------

[Maple OLE 2.0 Object]

>    with( plots ):
a:=arrow( [1,2], [3,1],shape=arrow,linestyle=3,thickness=3, view=[-4..4,-4..4] ):
b:=arrow( [3,1],shape=arrow,view=[-4..4,-4..4] ):
display(a,b);

[Maple Plot]

>   

Ex. 12

>   

More Ex.

[Maple OLE 2.0 Object]

My Weblog

mofidy.blogfa.ir

سوالاتتان را درباره ی مطالب این جلسه در این جا مطرح فرمایید.