= ጎኪ Find f(1), f(2), f(3) and f(4) if f(n) is defined recursively by f(0) = 3 and for n = 0,1,2, ... by: f(n + 1) = 3f(
Posted: Thu May 12, 2022 8:54 am
= ጎኪ Find f(1), f(2), f(3) and f(4) if f(n) is defined recursively by f(0) = 3 and for n = 0,1,2, ... by: f(n + 1) = 3f(n) + 7 f(1) = en f(2)= [ f(3) = = = f(4) = =