Author Topic: simple question  (Read 1718 times)

Offline bastis

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
simple question
« on: December 02, 2010, 12:10:36 PM »
hello,

sorry for the question:

how do i get the graph for x^2+y^2=1?

propaply i could type y=sqrt(1-x^2), but in fact i want the graph to this equation:

2*abs(y)+abs(y-x*sqrt(3))+abs(y+x*sqrt(3))=6

it is a hexagon and it is hard for me to change the equation to y=...
thanks

Offline MrMage

  • Administrator
  • *****
  • Posts: 470
  • Karma: 7
Re: simple question
« Reply #1 on: December 02, 2010, 02:31:05 PM »
Hello,

Implicit plotting is not possible in PocketCAS. You can only try to convert it to a parametric plot - a circle would be "sin(x),cos(x)" as a parametric plot, but that would be quite hard, too.

Daniel