CAS command question
|
01-05-2017, 08:08 PM
(This post was last modified: 01-05-2017 08:13 PM by compsystems.)
Post: #32
|
|||
|
|||
RE: CAS command question
In other words, I want to extract the numerator from the input a/b
How can you do this in hp-prime using CAS commands? Without converting the entry into a text string purge(x,y); numer(x/y); ⇒ x // ok numer(10/2) ⇒ 5 // =( ⇒ 10 part(x/y,1); ⇒ x // ok part(10/2,1) ⇒ 5 // =( ⇒ 10 PHP Code: #cas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 7 Guest(s)