Learn Arithmetic & Geometric Progression Formulas with Mathematica 5.0

In summary, the conversation is about someone who is new to the forum and is looking for help with arithmetic and geometric progressions in Mathematica 5.0. They are also asking for references for formulas in Mathematica 5.0. Another person suggests an old edition of Mathematica Navigator as a good reference, which includes a CD with examples and can be found in a library or bought second-hand. The new edition is only for Mathematica 6.
  • #1
gstavreski
2
0
Hi to everyone I'm new to this forum and if someone knows about formulas or
how to generate the arithmetic and progression geometric and with the software
Mathematica 5.0?!

Both of these have starting member and step for calculation...Thanks in advance,

G.S
 
Physics news on Phys.org
  • #2
Table[a+d*n,{n,0,10}]

Table[a*r^n,{n,0,10}]
 
  • #3
Thank you very much...any idea for formula reference for Mathematica 5.0?Thanks in advance,

G.S
 
Last edited:
  • #4
An old edition of Mathematica Navigator would be a good reference for Mathematica 5. It includes a CD which is the entire contents of the book. Perhaps you could find this in a library or buy an old used copy. Make sure the CD is included and not damaged.

http://www.bestwebbuys.com/Mathemat...and-Graphics-ISBN-9780126036428?isrc=b-search

This has many examples and will help you get started with Mathematica in many ways.

The new edition is changed and only for Mathematica 6.
 
  • #5


Hello G.S,

Thank you for your post. It's great to see that you are interested in learning about arithmetic and geometric progression formulas with Mathematica 5.0.

Mathematica is a powerful software that can assist you in understanding and calculating various mathematical concepts, including arithmetic and geometric progressions. The software has built-in functions that can generate these formulas for you.

For arithmetic progressions, you can use the function "Table" to generate a list of numbers with a given starting member and step. For example, if you want to generate an arithmetic progression with a starting member of 3 and a step of 2, you can use the following command:

Table[3 + 2n, {n, 0, 10}]

This will give you a list of numbers from 3 to 23 with a difference of 2 between each number.

For geometric progressions, you can use the function "Table" again, but this time with the formula for geometric progression, which is a^ n. For example, if you want to generate a geometric progression with a starting member of 2 and a common ratio of 3, you can use the following command:

Table[2 * 3^n, {n, 0, 10}]

This will give you a list of numbers from 2 to 19683 with a common ratio of 3.

Additionally, Mathematica has a built-in function called "Sum" that can help you calculate the sum of a certain number of terms in a progression. For example, if you want to find the sum of the first 10 terms of the arithmetic progression from earlier, you can use the following command:

Sum[3 + 2n, {n, 0, 9}]

This will give you a result of 135.

I hope this helps you get started with using Mathematica to learn and calculate arithmetic and geometric progression formulas. Good luck!
 

1. What is Mathematica 5.0?

Mathematica 5.0 is a software program used for mathematical and scientific calculations, data analysis, and programming. It is widely used in various fields of science and engineering, and is known for its powerful capabilities and user-friendly interface.

2. What are Arithmetic and Geometric Progressions?

Arithmetic and geometric progressions are two types of sequences in mathematics. In an arithmetic progression, each term is obtained by adding a constant value to the previous term. In a geometric progression, each term is obtained by multiplying the previous term by a constant value.

3. How can Mathematica 5.0 help with learning Arithmetic and Geometric Progression Formulas?

Mathematica 5.0 has built-in functions and commands that can perform calculations and generate graphs for arithmetic and geometric progressions. It also allows for easy manipulation and visualization of these formulas, making it a useful tool for understanding and practicing these concepts.

4. Can Mathematica 5.0 handle complex and large-scale calculations?

Yes, Mathematica 5.0 is designed to handle complex and large-scale calculations with ease. It has advanced algorithms and optimization techniques that allow for efficient computation, even for complex mathematical formulas.

5. Is prior knowledge of programming required to use Mathematica 5.0 for learning Arithmetic and Geometric Progression Formulas?

No, prior knowledge of programming is not required to use Mathematica 5.0 for learning arithmetic and geometric progression formulas. The software has a user-friendly interface and provides built-in functions and commands that can be used without any programming skills. However, a basic understanding of mathematical concepts is recommended for better understanding and utilization of the software.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
399
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • Differential Geometry
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
5K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
3K
Replies
3
Views
2K
Back
Top