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 SkipVought 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
  • Order by date
  1. georgemaravich

    Need help for trapezoidal rule java code

    Copy paste mistake dude. Any thoughts in how to get rid with FileNotFoundException error? Still can't find answers until now...
  2. 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