Trying to write a series: 2n+1
Ältere Kommentare anzeigen
I'm trying to write a 2n+1 series that starts at the number 2 and goes for 30 terms. How can I do this?
2 Kommentare
This sounds an awful lot like homework. What have you tried so far? Please read the Getting started part of the documentation.
How about a loop?
doc for;
Jan
am 18 Feb. 2013
It would work without a FOR loop also, if it works at all. Usually "n" is a natural number in problems related to series. But there is no natural number n such that 2*n+1 equals 2.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!