Suppose in history is the fraction (x^2+4x-8) / (2x).
How can i select only the enumerator in the history and copy him in the entry line?
HP Prime - part selection
|
|
« Next Oldest | Next Newest »
|
▼
Post: #2
10-29-2013, 05:43 PM
▼
Post: #3
10-29-2013, 06:18 PM
Since partial copying to the clipboard requires you to move the cursor, it can only be done while editing, not directly from the history stack (at least in the current firmware). Therefore, copy the entire fraction to the edit line, then place the cursor at the beginning of the numerator, press Shift View (Copy) and tap Begin, then place the cursor at the end of the numerator and tap End, then tap Copy. Although it does not answer your question per se, an easier way to get the numerator of the most recent result is numer(Ans). ▼
Post: #4
10-29-2013, 06:56 PM
Thank you, that helps. Further questions: ▼
Post: #5
10-29-2013, 07:47 PM
1. Is there a menu entry or a key for "numer"? CAS/Algebra/Extract/Numerator or numer() 2. Is there also a command for the denominator? CAS/Algebra/Extract/Denominator or denom() |