HP50: how to transform '-(2.2*X^2-3.3*X-4.4+5*X^2)' w/ no ()
|
11-28-2021, 09:30 PM
Post: #5
|
|||
|
|||
RE: HP50: how to transform '-(2.2*X^2-3.3*X-4.4+5*X^2)' w/ no ()
You may build the polynomial from scratch, with its coefs, [-7.2, 3.3, 4.4]
0 -7.2 'X' 2 [Y^X] * + 3.3 'X' 1 [Y^X] * + 4.4 'X' 0 [Y^X] * + We get '-7.2*X^2 + 3.3*X + 4.4' But, it may not worth the time to program it ... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)