TheAmateur wrote: » Did a bit of creative googling and managed to find this thread from this very website, by an engineering student from trinity (afaik, I mean the experiment is identical). He seems to have actually had to do part 4 properly, but he doesn't explain how to predict the phase angles...
TheAmateur wrote: » WOW! 800! Hey isn't that longer than the 1500 word assignment you did? :P
Boston wrote: » There's a formula to determine the equivalent impedance and associated phase. For a pure RC circuit the phase should be -90 degree from memory. The idea would be to use the formulae to estimate the phase and then use the scope to confirm.
Baza210 wrote: » What's the diameter of the throwing arm?
TheAmateur wrote: » 28mm
Lectures not cancelled for EMS day
Baza210 wrote: » Fukken lold
Baza210 wrote: » The things you miss out on when you click Report Spam for all official looking emails..
jmccrohan wrote: » How come I didn't get that email?
devinejay wrote: » Anyone else find trying to solve this week's C++ using recursion seems overly complicated. Read; I got it working with old school for and if loops, but I can't for the life of me figure out how to do with recursion.
Write a recursive function to sort an array of doubles into ascending order using the following idea: Swap the largest element into the last position, then sort the rest of the array by a recursive call. Embed your function in a program which reads a sequence of doubles from the user, terminated by -9999, and outputs the sorted sequence.
devinejay wrote: » Well?