
Corey G. answered 08/06/21
Tutor
5.0
(128)
PhD in Computer Engineering with 20 Years of Experience
y(0) =1
y(n) = y(n-1) + 1/2n
Emmma W.
asked 08/06/21Write a recursive function that find the sum of the following series.
1 + 1/2 + 1/4 + 1/8 + ... + 1/2n
Corey G. answered 08/06/21
PhD in Computer Engineering with 20 Years of Experience
y(0) =1
y(n) = y(n-1) + 1/2n
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.