Universidad Católica Boliviana "San Pablo"

UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 24 514. 515. private void generateColumn20() { 516. for (int i = 0; i < rowCount; i++) { 517. tabla[i][19] = bx / 2; 518. } 519. } 520. 521. private void generateColumn21() { 522. for (int i = 0; i < rowCount; i++) { 523. tabla[i][20] = tabla[i][1] * 100 - tabla[i][19] * 2; 524. } 525. } 526. 527. private void generateColumn22() { 528. for (int i = 0; i < rowCount; i++) { 529. tabla[i][21] = tabla[i][19] * ((6 * tabla[i][6] / Math.pow(tabla[i][20], 2)) 530. + (12 * tabla[i][6] / Math.pow(tabla[i][20], 3) * tabla[i][19])) 531. + (4 * tabla[i][6] / tabla[i][20]) + (6 * tabla[i][6] / Math.pow(tabla[i][20], 2) * tabla[i][19]); 532. } 533. } 534. 535. private void generateColumn23() { 536. for (int i = 0; i < rowCount; i++) {

RkJQdWJsaXNoZXIy Mjc5NTQw