We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Callenge 6 - Draw conics
#11
JR,

Because it is using the equation of a parabola y=a*x^2, not equation of a hyperbola

An ellipse has (x/a)^2 + (y/b)^2 = 1

A circle is a special case of ellipse with a = b = r (x^2 + y^2 = r^2)

A hyperbola has (x/a)^2 - (y/b)^2 = 1 (note the minus sign and is not the same as a parabola even if it sort of looks similar).
[-] The following 2 users Like litdev's post:
  • jrmrhrb00, z-s
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)