|
[Date Index]
[Thread Index]
[Author Index]
Easy question: Infinite Series, Infinite Sequences
Hello, Mathematica users. I purchased my first version of Mathematica
(3.0.1) today and I am so impressed with it! Calculates pi to 1,000
decimal places instantly, does symbolic manipulations automatically ...
how have I ever lived without it?
Now I've got to learn to use the durned thing. The online system is
great and I'm learning how to use the front-end interface. I am
studying infinite series/sequences and I quickly learned how to find
the limit of a converging infinite sequence, as well as the sum of a
converging infinite series. I haven't been able to find a command which
outputs a list of the first n terms of some arbitrary sequence,
however. For instance, I am looking for something like:
(input) ListSequence[1/2^k, {k, 0, 5}] (output) {1, 1/2, 1/4, 1/8,
1/16}
Is this a function I will have to create myself, or have I just not
looked hard enough? Also, what advice do you salty oldtimers have for a
pink-cheeked newbie?
Cheers,
Brandon Burt
Prev by Date:
Re: Slow graphics
Next by Date:
Save a sequence of images as a QuickTime file?
Prev by thread:
find out transformation rules used in Simplify, FullSimplify, Integrate ?
Next by thread:
Re: Easy question: Infinite Series, Infinite Sequences
|