[HP-Prime - Geometry App] What is wrong with this ?
#1

Hello



I'm trying to draw a circle circumscribed to a triangle (manually, not by using the pre-programmed function)

Here is the content of the SYMB view (on the real calc):

GA:=point(77.4,32.1)

GB:=point(-44.2,-204.8)

GC:=point(338.2,-145.4)

GE:=segment(GA,GB)

GG:=segment(GB,GC)

GH:=segment(GC,GA)

GD:=triangle(GA,GB,GC)

GI:=perpen_bissector(GE)

GJ:=perpen_bissector(GG)

GK:=perpen_bissector(GH)

GL:=inter(GI,GJ)

GN:=circle(GL,GA-GL) --> that line does not draw anything


Not only it does not work in PLOT view, but also in SYMB view. I can draw any circle involving whatever vertices of the triangle, but not any involving the INTERsection point L, whatever it would be the center or a point of the curve.


Help much appreciated

Kind regards.

#2

the command inter() does not return a point, it returns a vector of points, try better single_inter.

...
GL:=single_inter(GI,GJ)
...
#3

Many thanks Edwin.

Too bad this instruction was deeply hidden in the User's Guide. My fault not having read it thoroughly enough.

Kind regards.



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP Prime: =f(x):=expression in spreadsheet app CR Haeger 1 1,680 12-05-2013, 07:53 AM
Last Post: cyrille de Brébisson
  HP PRIME: APP program code DISAPPEARS !! Joseph Ec 0 1,170 11-25-2013, 11:35 AM
Last Post: Joseph Ec
  HP prime: linear solver app Alberto Candel 1 1,408 11-21-2013, 01:57 AM
Last Post: Michael Carey
  HP Prime: Linear Solver app bug BruceH 0 1,122 11-15-2013, 06:36 PM
Last Post: BruceH
  HP Prime - CAS functions in Spreadsheet App CR Haeger 6 2,399 11-11-2013, 12:37 AM
Last Post: Michael de Estrada
  HP Prime - Geometry App inconsistence bluesun08 4 1,766 11-10-2013, 01:48 PM
Last Post: parisse
  HP Prime - Geometry App Intersection bluesun08 2 1,386 11-10-2013, 07:52 AM
Last Post: bluesun08
  HP Prime - more than a spreadsheet app so far CR Haeger 0 1,098 11-08-2013, 03:45 PM
Last Post: CR Haeger
  Equation Library/App for the Prime Harold A Climer 3 1,681 10-30-2013, 10:14 AM
Last Post: CompSystems
  Example of an App created for Prime, (schedule program from earlier posting). Geoff Quickfall 0 1,008 10-28-2013, 05:09 PM
Last Post: Geoff Quickfall

Forum Jump: