-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×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
- HP Prime Polar Mode

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

10-27-2015 03:07 AM
Make
I couldn't fully understand the point you were making in your last post. It is not because I don't understand the math--I am an electrical engineer, so I do understand it. The formulas you provide are correct, and I agree they work in Home View. When you wrote, "-19*e^i*pi Enter [angle]", I assume you were talking about Home View, since you used "Enter". However, this is NOT about entering complex numbers in Home View. It is about writing a program in HP PPL--HP Prime Programming Language.
Yes, I could convert from polar to rectangular to construct complex numbers in PPL (and that is what I am doing while this gets resolved), but I would only do so if there were no way to directly enter polar numbers in PPL. I've programmed many HP calculators over the past 40 years, which leads me to believe HP would never intentionally design one of their products that way. Tim seems to agree.
I believe Tim is correct that there may be an issue, so let's let this rest while he investigates, and we will see what he finds.
Thanks again for all your suggestions,
Doug
10-27-2015 09:50 AM - edited 10-27-2015 03:23 PM
Hi!, dorbitbrown:
While Tim, who works at HP, developments, along with the other members, discussed the possibility in the future, to make it possible, your concern for future versions, I advise you use the tools you have today.
You can working, with user variables ... See ... http://www.hpmuseum.org/forum/thread-34.html
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
10-29-2015 11:07 AM - edited 10-29-2015 04:51 PM
Hi!, dorbitbrown:
You can use, in CAS, DEGREES, the command, of catalog, for convert polar coordinates.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
06-12-2016 03:01 AM
Here's a workaround using EXPR:
EXPORT Rect_to_Polar(X,Y)
BEGIN
EXPR(EXPR("ABS(X+Y*i)")+"∡"+EXPR("ARG(X+Y*i)"))
END;
Rect_to_Polar(1,1) correctly returns 1.41421356237∡45
Would be good to see this fixed in next release though!
Steve
06-12-2016 09:03 AM
Hi!, @Stevetruc:
Welcome, to Forum!.:smileyhappy:
You can see, this link ... http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv021.cgi?read=254617
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
- « Previous
- Next »
