-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Tablets and Mobile Devices Archive
- HOW TO CONVERT DEGREES MINUTES SECONDS TO DECIMAL DEGREES IN...

Create an account on the HP Community to personalize your profile and ask a question

02-02-2015 12:25 AM
Hi,
Which application (or tool) are you using ?
Regards.
***
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
02-03-2015 05:26 AM - edited 02-03-2015 05:28 AM
Hi,
In Algebraic Mode:
Simply enter:
SIN(HMS->(10.2515))
(HMS-> is found in the TIME menu - red RightShift 9, NXT or scroll down; or red RightShift 9, 4. Tools, NXT or scroll down)
In RPN mode this is not so easy because internally the command is not flagged as being able to be put into an albegraic expression (but it works in Algebraic mode? - go figure!).
So in RPN mode you can create your own function as a program:
<< HMS-> >>
and store as e.g. 'DDG'
Now you can write an equation as:
'SIN(DDG(10.2515))' (note for DDG you have to add the brackets yourself, white LeftShift – )
and press EVAL
Best regards
_________________________________________________________
calculator enthusiast
02-03-2015 05:50 AM
Thanks for your help. The first i have found in dealing with this problem. The problem in RPN is the (time and tools is not available when entering an equation. It looks like it is in algebraic it may be available for direct entry.
Then there is solving the equation for the angle and having it appear in DMS not decimal DEG.
Thanks
I have been converting the angle DMS to Decimal Deg (using time & tools) then storing it as an variable, the equation then uses the converted angle to provide correct information. Then use time & tools to back to DMS.
Thanks for your help.
02-03-2015 06:50 AM - edited 02-03-2015 07:01 AM
Hi,
When using the Equation Writer, you can also find commands in the CAT menu ( red rightshift SYMB ) or you can manually type them in using alpha letters too.
However, for the numeric equation solver, you can trick RPN mode into accepting HMS-> and ->HMS as follows:
create a program:
<< `B=->HMS(ACOS(SIN(HMS->(A))))` >> (note: you will have to enter the brackets manually)
Note: ` is a slanted apostrophe, obtained by press and hold Red RightShift ( ) and ' (
).
Save this program as e.g. 'EQ1'
Open the numeric solver and for "Eq:" select CHOOS then select EQ1. It should show the program equation and variables A and B. You can enter data and solve for variables as normal.
Best regards.
EDIT: you can actually write this program directly in the editor of the Solver without first creating EQ1.
_________________________________________________________
calculator enthusiast
