Filter löschen
Filter löschen

Help solving this problem?

2 Ansichten (letzte 30 Tage)
Bailey Owen Banks
Bailey Owen Banks am 4 Dez. 2019
I was wondering if anyone could lend me a hand in starting to solve this question? im relatively new to the program.

Akzeptierte Antwort

cater re
cater re am 4 Dez. 2019
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))

Weitere Antworten (0)

Kategorien

Mehr zu Triangulation Representation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by