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 derfloh 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: georgemaravich
  • Content: Threads
  • Order by date
  1. georgemaravich

    Need help for trapezoidal rule java code

    Hi guys. Need help... I tried running the code for trapezoidal rule. It's my project in Numerical Methods, here's the code: < static double trapezoidRule (int size, double[] x, double[] y) { double sum = 0.0, increment; for ( int k = 1; k < size; k++ ) {//Trapezoid...

Part and Inventory Search

Back
Top