Post Reply 
(1+x)^n function/command?
06-28-2020, 03:52 PM
Post: #1
(1+x)^n function/command?
Hello,

I am looking for a function/command in my HP Prime that will expand (1 + X)^4 to X^4 + 4X^3 + 6X^2 + 4X^1 + 1 but I cannot find it.

Does it exist and if so would you please tell me how to get it.

Thanks - Cheers!
Find all posts by this user
Quote this message in a reply
06-28-2020, 03:58 PM
Post: #2
RE: (1+x)^n function/command?
Try in CAS mode and in Radians with

taylor((1+x)⁴,x=0)
Find all posts by this user
Quote this message in a reply
06-28-2020, 04:09 PM
Post: #3
RE: (1+x)^n function/command?
(06-28-2020 03:52 PM)MullenJohn Wrote:  Hello,

I am looking for a function/command in my HP Prime that will expand (1 + X)^4 to X^4 + 4X^3 + 6X^2 + 4X^1 + 1 but I cannot find it.

Does it exist and if so would you please tell me how to get it.

Thanks - Cheers!

Very easy is CAS, using the expand() command:
   
Find all posts by this user
Quote this message in a reply
06-28-2020, 04:14 PM
Post: #4
RE: (1+x)^n function/command?
[CAS]
series((1+x)^4) ==> 1+4*x+6*x^2+4*x^3+x^4
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)