Post Reply 
Inconsistent Deg/Rad in CAS
05-21-2021, 02:09 AM
Post: #4
RE: Inconsistent Deg/Rad in CAS
Hi, GregP

Yes, I tested in CAS side. HP Prime emulator build 2.1.14181 (2018 10 16)

With degree setting, ARG(3+3.*i), ARG(3+3*i), ARG(3∡45) all give back 45.

Have you also tried using polar() ?

---

I would have guessed ARG(z) always return radians, regardless of angle settings.
Somehow, having it return degrees looks weird to me.

BTW, XCas (1.5.0-63 win32) in degree settings, we also have this issue.

XCAS> arg(3+4*i) → 53.1301023542
XCAS> arg(3+4.*i) → 0.927295218002
XCAS> polar(3+4i) → (5, 53.1301023542)
XCAS> polar(3+4.i) → (5.0, 0.927295218002)

Lucky for me, I don't use degree settings Big Grin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Inconsistent Deg/Rad in CAS - GregP - 05-19-2021, 06:00 PM
RE: Inconsistent Deg/Rad in CAS - GregP - 05-20-2021, 11:10 PM
RE: Inconsistent Deg/Rad in CAS - Albert Chan - 05-21-2021 02:09 AM
RE: Inconsistent Deg/Rad in CAS - GregP - 05-21-2021, 08:24 PM
RE: Inconsistent Deg/Rad in CAS - GregP - 05-22-2021, 03:35 AM
RE: Inconsistent Deg/Rad in CAS - GregP - 05-23-2021, 02:57 AM
RE: Inconsistent Deg/Rad in CAS - GregP - 05-28-2021, 09:49 PM



User(s) browsing this thread: 1 Guest(s)