Problem 45960. Set the Euler-Mascheroni constant with an identity using available MATLAB functions
Cody Problem 42826 asked us to estimate the Euler-Mascheroni constant γ= 0.5772156649... by summing terms in an infinite series. This problem asks you to set the constant with an identity that uses functions available in MATLAB. For example, when I started programming, I read some code that set π not with an assignment such as pi = 3.14159 but with the identity pi = 4*atan(1).
Find an analogous identity and use it to set γ to 10 decimal places.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers17
Suggested Problems
-
Getting the absolute index from a matrix
254 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13576 Solvers
-
Operate on matrices of unequal, yet similar, size
226 Solvers
-
Fix the last element of a cell array
1745 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
644 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!