Does anyone know how I can calculate the impact force/energy of a sphere falling onto a fluid?
I know the geometry and mass of the ball, the height it has fallen (so can calculate a velocity at impact), and i know the properties of the fluid its being dropped onto.
the real life situation is a...
Hi guys,
I have a second interview for a job in a couple of weeks (having survived an assessment centre). They indicated that they would be asking some technical questions and I just wondered if anyone could shed any light on the sort of things you would ask if you were hiring a graduate...
Does anyone know of any good sources of information on this topic? I am pretty much starting from zero here, and want to get a general idea of what it's all about before I start on the bulk of this undergraduate project I'm about to embark on. Any information about texts, online information...
firstly, im trying to generate 'random' numbers between zero and 49 (guess what for). currently im using:
time_t t;
srand(unsigned (time(&t)));
int num = (rand() % 49);
but as that stands, the numbers im getting dont seem very random. in fact they seem like theyre just being plucked from a...
hi, i have an assignment to put 6 pseudo random numbers into an array to
simulate drawing 6 lottery numbers between 1-49. the code i have to do this
so far is listed below. i dont think its far off. im getting a recurring
error regarding the syntax of my main() function argument calling in...
i need to explode a series of polylines into their constituent parts to re-position certain aspects of my drawing, and i know that when you do this, you lose the width, and the plines become lines. is there any way of reassigning a width to these lines to make them polylines again without...