Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: milkypros
  • Content: Threads
  • Order by date
  1. milkypros

    Gauss - Seidel

    The program i wrote below calculates the temparature distribution on a metal rod at 11 stations using Gauss-Seidel iterative method. How can i define in the program to stop the calculations when the temperatures T2 to T11 become: ?2,?3,?4,?5,?6,?7,?8,?9,?10=10,20,30,40,50,60,70,80,90 C...
  2. milkypros

    R-L circuit

    An RL circuit is described by the first order differential equation: L.(dI(t)/dt)+R.I(t)=V(t) where V(t)=Vo.e^(-t/?). The total current I according to Taylor rule is described by the equation I(i+1)=((1/(1+(h/d)))*I(i))+((h/d)/(1+(h/d))*(V(i+1)/R)). I wrote the program below but it seems...
  3. milkypros

    Calculate area of closed loop

    Hi Is there any way to calculate the area of a closed loop that is created by a set of (x,y) points?
  4. milkypros

    differenting a function over [a,b] using Taylor method

    hi i am new in fortran programming and i need help on differenting a function over [a,b] using Taylor method. In example the function f(x)=x**3 and i want to calculate the quantity df=(f(x+h)-f(x))/h where h is the (b-a)/n and n is for example 20. Any help?

Part and Inventory Search

Back
Top