possible BUG when simplifying expressions with units
|
11-14-2024, 05:32 PM
Post: #1
|
|||
|
|||
possible BUG when simplifying expressions with units
Hello
There is a possible BUG when simplifying expressions with units 74_deg + 42_mn*(1_deg/60_mn) + 15_s *(1_deg/3600_s); [Enter] 74.7041666667_deg but 60_min/1_deg = 1_deg/1_deg [Enter] (60_(mn*deg^-1)) = (1_(deg*deg^-1)) expected 60_mn/1_°= 1 https://www.wolframalpha.com/input?i=60+...eg%2F1+deg |
|||
11-18-2024, 03:12 PM
Post: #2
|
|||
|
|||
RE: possible BUG when simplifying expressions with units
a similar case
(60_mn = 1_deg)/(1_deg) [Enter] (60_(mn*deg^-1)) = (1_(deg*deg^-1)) simplify(60_(mn*deg^-1) =1_(deg*deg^-1)) [Enter] (60_(mn/deg)) = (1_1) |
|||
11-18-2024, 05:05 PM
Post: #3
|
|||
|
|||
RE: possible BUG when simplifying expressions with units
_mn is a time unit.
_deg is not a real unit (angle unit do not have a physical dimension), it's just 2*pi/360. You can check that with mksa(...) |
|||
12-21-2024, 03:49 PM
Post: #4
|
|||
|
|||
RE: possible BUG when simplifying expressions with units
In HOME the units for angular dimensions are:
Josep Mollera. HP PRIME, HW: C, SW: 2.2.15157 (2024-09-01). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)