Help solving this problem?

1 次查看(过去 30 天)
I was wondering if anyone could lend me a hand in starting to solve this question? im relatively new to the program.

采纳的回答

cater re
cater re 2019-12-4
an(1) = 2
an(2) = 5
total = 0
for i=3:100
an(i) = an(i-1) + 2*an(i-2)
total = total + an(i)
end
plot(3:100, an(3:100))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Triangulation Representation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by