Post Reply 
DispG cmd, Shows grobj
10-26-2018, 05:04 AM (This post was last modified: 10-26-2018 05:28 PM by compsystems.)
Post: #1
DispG cmd, Shows grobj
point(proot(x^5+x+1)) [enter] display in the history, a small image, by clicking on the image,then pressing the [show] button, visualize the image in full screen, this step can be automated by incorporating the DispG command of Xcas

plotfunc(x^2,x=-4..4,xstep=1) [enter]
DispG [enter]

plotseq(sqrt(2+x),x = [6,0,7]) [enter] // different colors are not displayed as in Xcas
DispG [enter]

plotparam([sin(2t),cos(3t)],t,0,2*pi) [enter]
DispG [enter]

plotpolar(sin(3*theta),theta,0,2*pi)
DispG [enter]

plotfield(sin(t*y),[t=-3..3,y=-3..3],plotode=[0,1]) [enter]
DispG [enter]

plotfunc(sin(x),x,display=red) [enter]
DispG [enter]

plotfunc(cos(x),x,color=green) [enter]
DispG [enter]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
DispG cmd, Shows grobj - compsystems - 10-26-2018 05:04 AM
RE: DispG cmd, Shows grobj - compsystems - 10-26-2018, 05:31 PM



User(s) browsing this thread: 1 Guest(s)