Recent content by BobbyOcean

  1. B

    Solving a Recursive Multivariable Equation

    Thought I would post that I solved the recursive equation. For those that wish to know, Start by defining some infinite dimensional vectors: V_0=(-3,2,0,0,0,0,...) V_1=(-15,30,-8,0,0,0,...) In general, V_k=(a(1,k),a(2,k),...) Notice, if we define the linear...
  2. B

    Solving a Recursive Multivariable Equation

    I am looking for a solution to a multivariable recursive formula as follows: Define: Initial Conditions: a(1,0)=-3, a(2,0)=2, a(n,0)=0 for n≠1,2 Recursive Formula: a(n,k)=(4n+1)a(n,k-1)-4a(n-1,k-1) Find a formula in terms of n and k for a(n,k). This is my first post and so I...
Back
Top