How Can I Program a Series Using Pi in Matlab?

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
1 reply · 2K views
AronFridrik
Messages
1
Reaction score
0
How can I program this series

16qr1d.jpg


the n looking symbol is Pi


thanks in advance
Aron
 
Physics news on Phys.org
Here you go.
Code:
n = 1:1000;
sum(1./((2*n-1).^2.*(2*n+1).^2))