Click here to Skip to main content
15,919,358 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Matching two arrays Pin
El Corazon17-Aug-06 15:48
El Corazon17-Aug-06 15:48 
GeneralRe: Matching two arrays Pin
Zac Howland18-Aug-06 3:46
Zac Howland18-Aug-06 3:46 
GeneralRe: Matching two arrays Pin
El Corazon18-Aug-06 4:45
El Corazon18-Aug-06 4:45 
AnswerRe: Matching two arrays Pin
Samuel.D16-Aug-06 5:06
Samuel.D16-Aug-06 5:06 
AnswerRe: Matching two arrays Pin
Zac Howland17-Aug-06 7:25
Zac Howland17-Aug-06 7:25 
AnswerRe: Matching two arrays [modified] Pin
Ennis Ray Lynch, Jr.17-Aug-06 9:52
Ennis Ray Lynch, Jr.17-Aug-06 9:52 
Questionsnowball effect Pin
OMalleyW7-Aug-06 22:07
OMalleyW7-Aug-06 22:07 
AnswerRe: snowball effect Pin
El Corazon8-Aug-06 6:32
El Corazon8-Aug-06 6:32 
are you simply trying to visualize "a snowball effect" or are you really trying to figure out the problem? You simply need to choose a friction value for your snowball the same as you chose a rate of increase. Rate has a component of time, so you know time as well by taking your rates and incrimentally changing them over minute time segments. This is fairly common for calculation of acceleration/jerk/etc.

Instead of Gravity as acceleration, use Gravity as a force. Force, mass, incline and friction are used to calculate momentum. Loop over minute time segments recalculating your distance travelled along with all your changes, until the distance is covered, then you have your final values.

You can stop your itterative procedure at any time to answer mass, size, distance or speed when trying to reach a specific value.

But you will have to make up a number for rate of increase in size, friction and slope of incline.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

GeneralRe: snowball effect Pin
OMalleyW8-Aug-06 22:41
OMalleyW8-Aug-06 22:41 
QuestionHow much math have you retained/forgotten? Pin
Michael Dunn1-Aug-06 19:54
sitebuilderMichael Dunn1-Aug-06 19:54 
AnswerRe: How much math have you retained/forgotten? Pin
Ingo1-Aug-06 23:03
Ingo1-Aug-06 23:03 
AnswerRe: How much math have you retained/forgotten? Pin
Jeremy Falcon3-Aug-06 15:43
professionalJeremy Falcon3-Aug-06 15:43 
AnswerRe: How much math have you retained/forgotten? Pin
Andy Brummer3-Aug-06 17:13
sitebuilderAndy Brummer3-Aug-06 17:13 
GeneralRe: How much math have you retained/forgotten? Pin
Bassam Abdul-Baki3-Aug-06 18:08
professionalBassam Abdul-Baki3-Aug-06 18:08 
GeneralRe: How much math have you retained/forgotten? Pin
Andy Brummer3-Aug-06 18:34
sitebuilderAndy Brummer3-Aug-06 18:34 
AnswerRe: How much math have you retained/forgotten? Pin
Shog93-Aug-06 18:06
sitebuilderShog93-Aug-06 18:06 
AnswerRe: How much math have you retained/forgotten? Pin
El Corazon7-Aug-06 6:17
El Corazon7-Aug-06 6:17 
AnswerRe: How much math have you retained/forgotten? Pin
Craster8-Aug-06 1:36
Craster8-Aug-06 1:36 
AnswerRe: How much math have you retained/forgotten? Pin
Roger Wright8-Aug-06 17:07
professionalRoger Wright8-Aug-06 17:07 
AnswerRe: How much math have you retained/forgotten? Pin
Ennis Ray Lynch, Jr.17-Aug-06 9:54
Ennis Ray Lynch, Jr.17-Aug-06 9:54 
Questioncode for kruskal algo of minimum spanning tree Pin
MARTAND SHARDUL31-Jul-06 21:40
MARTAND SHARDUL31-Jul-06 21:40 
AnswerRe: code for kruskal algo of minimum spanning tree Pin
Ingo31-Jul-06 22:22
Ingo31-Jul-06 22:22 
GeneralRe: code for kruskal algo of minimum spanning tree Pin
toxcct31-Jul-06 23:53
toxcct31-Jul-06 23:53 
GeneralWorld eBook Fair - Mathematics Collection Pin
Bassam Abdul-Baki29-Jul-06 6:21
professionalBassam Abdul-Baki29-Jul-06 6:21 
GeneralInteresting Symmetries Pin
Aamir Butt27-Jul-06 18:53
Aamir Butt27-Jul-06 18:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.