Any Free Programs for Plotting Sequences?

  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Mathematics
Click For Summary
SUMMARY

This discussion focuses on finding free software for plotting mathematical sequences, specifically the sequence defined by A_n = sum(mod(floor(n/p^k),p)*(p/q)^k,k,0,n). Participants mention resources such as www.opengl.org and www.libSDL.org as potential links for plotting tools. The conversation emphasizes the need for accessible plotting solutions for mathematical expressions.

PREREQUISITES
  • Understanding of mathematical sequences and summation notation
  • Familiarity with programming concepts related to plotting
  • Basic knowledge of the modulus function and its application
  • Awareness of free software resources for mathematical visualization
NEXT STEPS
  • Research free plotting tools such as Matplotlib for Python
  • Explore online graphing calculators like Desmos for sequence visualization
  • Learn about GNUplot for advanced plotting capabilities
  • Investigate libraries like Plotly for interactive plotting solutions
USEFUL FOR

Mathematicians, educators, students, and software developers interested in visualizing mathematical sequences and exploring free plotting software options.

bomba923
Messages
759
Reaction score
0
Do you guys know any free plotters?
(or the sites/links to them)
Any free program/software that can plot sequences?

Such as
A_n = sum(mod(floor(n/p^k),p)*(p/q)^k,k,0,n)
A_n = sum(seq(mod(floor(n/p^k),p)*(p/q)^k,k,0,n))

Which is
[tex]A_n = \sum\limits_{k = 0}^n {\bmod \left( {\left\lfloor {\frac{n}{{p^k }}} \right\rfloor ,p} \right)\left( {\frac{p}{q}} \right)^k }[/tex]
 
Physics news on Phys.org
www.opengl.org[/url], [url]www.libSDL.org[/URL]
 
Last edited by a moderator:
:smile: Thanks for the links, I'll check them out today
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K