Recent content by moebot

  1. M

    Engineering Design a go kart braking system

    basically the entire assignment was asking us to design a braking system for a go kart, in the particular question they're asking us to find our if our main shaft size obtained is safe enough when braking is applied
  2. M

    Engineering Design a go kart braking system

    That's the thing i haven't able to get a hold of how to start.
  3. M

    Fortran I in Fortran please -- Bairstow's method & Newton-Raphson

    hahaha, i am doing my second degree now, and i just remembered this, thanks a lot for the help. p.s i got the code to work ! haha
  4. M

    Engineering Design a go kart braking system

    i have been stuck on this question from my assignment, i have tried solving it in many ways, but apparently i am either bad at this or i just don't understand the question haha. * As a prudent engineer, the main shaft is now subjected to loading condition when only brake is applied. Show with...
  5. M

    Fortran I in Fortran please -- Bairstow's method & Newton-Raphson

    this is bairstow's method , i need to put Newton-raphson in a subroutine and i don't know what's wrong i keep getting the wrong answer when i execute please help parameter (np=100) parameter (eps=1e-3) real a(np) ,b(np),c(np) real r ,s ,ri,si integer n,i write(*,*)'n,r,s' read(*,*)n,r,s...
Back
Top