.Alternate to using for loop or symsum for the summation ∑(const)^n/(n*n!) ?
Mostra commenti meno recenti
Dear all,
Is there a more computationally efficient way compared to using for loop or symsum (from Symbolic math toolbox) to compute:
∑(const)^n/(n*n!)
const is some constant value, n is the range of limit varying from 1 to infinity (or some high value like 200 for approximating the sum).
-- Thanks, Ram.
2 Commenti
Sean de Wolski
il 26 Giu 2013
Modificato: Sean de Wolski
il 26 Giu 2013
Why not symsum? You're going to need it for factorial greater than 170 anyway:
factorial(171)
Ramaprasad Kulkarni
il 27 Giu 2013
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!