latch

10 Reputation

2 Badges

13 years, 68 days

MaplePrimes Activity


These are replies submitted by latch

I can't tell because I somehow can't get it to work, but I had seen this solution before,

and from what I had seen, I think altough it does reverse de graph, the axis stay the same.

 

Also, any idea why it is not working? here's what I did:

 

restart; with(plots): with(plottools):

y2:=1-cos(theta)

x2:=theta-sin(theta)

p := plot ([x2 , y2 , theta = 0..2 * Pi] , scaling = constrained):

p2 := reflect( p ):

##And right here maple says:

Error, (in plottools:-reflect) invalid subscript selector

display (p2);

I can't tell because I somehow can't get it to work, but I had seen this solution before,

and from what I had seen, I think altough it does reverse de graph, the axis stay the same.

 

Also, any idea why it is not working? here's what I did:

 

restart; with(plots): with(plottools):

y2:=1-cos(theta)

x2:=theta-sin(theta)

p := plot ([x2 , y2 , theta = 0..2 * Pi] , scaling = constrained):

p2 := reflect( p ):

##And right here maple says:

Error, (in plottools:-reflect) invalid subscript selector

display (p2);

Page 1 of 1