Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi everyone!
I have a exercise about parallel computing. My exercise is about calculating Golden ratio with Alchemi, i have to find out nth digit of this number but i don't know how. Someone could help me!!!
(Sorry, my english is really bad (>.<)! )
Posted
Updated 23-Nov-12 21:40pm
v2
Comments
n.podbielski 15-Nov-12 7:10am    
What algorithm? It is a number (1+0.5^0.5)/2
http://en.wikipedia.org/wiki/Golden_ratio
silverhand1990 16-Nov-12 7:14am    
If you want to have a Golden ratio with 1000 floating point numbers ? That's why i need an algorimth to calculate it. To calculating it, we have Newton Method but this Method cannot use in parallel computing...
Matt T Heffron 15-Nov-12 12:55pm    
Actually it is (1 + sqrt(5))/2 (not sqrt(0.5))
n.podbielski 16-Nov-12 8:49am    
You are right. I don,t know how this happend. :)
YvesDaoust 25-Feb-13 12:36pm    
What is Alchemi ?

Please have a look into the following links

1. Calculate Golden ratio[^]
2.Golden ratio calculator[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900