Area of Polygon and Azimuth of Line
|
07-01-2018, 01:23 PM
Post: #1
|
|||
|
|||
Area of Polygon and Azimuth of Line
hello
1. Can hp prime calculate the Area of Polygon using the X,y Coordantes ? I need to draw the Polygon with the given coordnates and calculate the Area. 2. Can Hp prime calculate the Azimuth of lines / points ? thanks for help |
|||
07-02-2018, 05:46 AM
Post: #2
|
|||
|
|||
RE: Area of Polygon and Azimuth of Line
Hello,
Have you looked at the geometry app? Use the cmd/polygon/polygon function to create a n point polygon. Then use the cmd/measure/area function to calculate the area. You can also do it from the cas command line: area(polygon(point1, ... pointn)) where point is a complex number with the point coordinates. As for azimuth, this can also be done in the geometry app using the angle measure tool. Cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
08-12-2018, 10:29 PM
(This post was last modified: 08-13-2018 12:38 PM by Gene.)
Post: #3
|
|||
|
|||
RE: Area of Polygon and Azimuth of Line
(07-02-2018 05:46 AM)cyrille de brébisson Wrote: Hello, Boa noite Tenho uma variável de matriz "M0" com duas colunas com valores de norte e este de um perímetro e gostaria de plotar um polígono no gráfico "G0". Saudações. [Moderator Gene:] English please if possible. Google translation is below. good evening I have an array variable "M0" with two columns with values of north and east of a perimeter and would like to plot a polygon in the graph "G0". Greetings. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)