Post Reply 
Using rsolve with hp prime
12-11-2015, 06:45 PM
Post: #1
Using rsolve with hp prime
Hi

I'm trying to get an explicit formula for the sequence
u(n)=4*u(n-1)-5*u(n-2)+2*u(n-3)
u(1)=1
u(2)=14
u(3)=43

With Xcas, I have no problem with the following line :
rsolve(u(n)=4*u(n-1)-5*u(n-2)+2*u(n-3),u(n),[u(1)=1,u(2)=14,u(3)=43])
I get the correct answer.

With the prime, I don't know how to do the same Sad It is the [u(1)=1,u(2)=14,u(3)=43] part I don't see. I tried [] and {} delimiters with no success. Do you have any idea how to solve this on the prime ?

Thank you.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Using rsolve with hp prime - wawa - 12-11-2015 06:45 PM
RE: Using rsolve with hp prime - wawa - 12-12-2015, 11:24 AM
RE: Using rsolve with hp prime - DrD - 12-12-2015, 01:55 PM
RE: Using rsolve with hp prime - wawa - 12-12-2015, 02:58 PM
RE: Using rsolve with hp prime - wawa - 12-12-2015, 03:55 PM
RE: Using rsolve with hp prime - wawa - 12-12-2015, 04:15 PM
RE: Using rsolve with hp prime - wawa - 12-12-2015, 04:52 PM



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