HP Forums
Report problems with CAS and its interface. - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Report problems with CAS and its interface. (/thread-21548.html)

Pages: 1 2


RE: Report problems with CAS and its interface. - compsystems - 05-29-2024 09:06 PM

there is a problem in the graphing, at x=5 you have to paint a dotted line.

[Image: cas_hp_prime_p14_image00.png]


RE: Report problems with CAS and its interface. - compsystems - 05-30-2024 02:34 AM

solve([(-4*x-8*y) = 2,(2*x) = (8+4*y)],[x,y]) [enter] returns {[7/4,-9/8]}

There is one bracket too many. {[7/4,-9/8]} => [7/4,-9/8]


RE: Report problems with CAS and its interface. - jte - 05-30-2024 08:57 PM

(05-30-2024 02:34 AM)compsystems Wrote:  solve([(-4*x-8*y) = 2,(2*x) = (8+4*y)],[x,y]) [enter] returns {[7/4,-9/8]}

There is one bracket too many. {[7/4,-9/8]} => [7/4,-9/8]

It would seem to me that this is due to solve returning a set of results. To keep the type of result consistent, a singleton set is returned. (If it were otherwise, and incorporated into a larger routine, that routine would have to check the type of result returned — set or no.)

For example, solve([(y^2) = 2],[y]) returns {[sqrt(2)],[-sqrt(2)]}.


RE: Report problems with CAS and its interface. - compsystems - 06-01-2024 10:50 PM

When plotting, the graphics engine does not calculate the field of view, and the viewing plane is usually empty.
An automatic adjustment is necessary.

[Image: cas_hp_prime_s04_image00.png]


RE: Report problems with CAS and its interface. - compsystems - 06-05-2024 01:04 AM

In full screen the simulator makes a bad keyboard adjustment.

Also the virtual key press effect is not displayed very well. I suggest placing a highlighted colored frame to see which key has been pressed.

[Image: cas_hp_prime_s05_image00.png]

[Image: cas_hp_prime_s06_image00.png]


RE: Report problems with CAS and its interface. - compsystems - 06-06-2024 02:23 AM

The index of a root looks like a factor since the number has a very large character, other characters could be used as superindices. ⁰¹²³⁴⁵⁶⁷⁸⁹

[Image: cas_hp_prime_s07_image00.png]


RE: Report problems with CAS and its interface. - compsystems - 06-15-2024 04:41 AM

In the definitions it is not necessary to equal them to zero.

[Image: cas_hp_prime_p15_image00.png]


RE: Report problems with CAS and its interface. - compsystems - Yesterday 05:14 AM

Hello, some suggestions for improving the UI

In CAS Mode almost no ► operator is used to store data, the most common is :=, so I propose for the next update a menu with assignment operators.


[Image: cas_hp_prime_s08_image00.png]


Another simple, but significant improvement is that to display the cursor in the expression entry bar you have to press the cursor key up and then press it down again. To go to the expression editing bar first, it would be sufficient to press the cursor up key.