Any Free Programs for Plotting Sequences?

  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Mathematics
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
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