Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sai.aleenus

#include<stdio.h> #include<conio.h> int main() { float fill_h[400],fill_s[400],bh_p[400],ex_up,ex_upt; int i,j,p;float lam = 0.5; float fhf = 1.8288 , fhi = 0.6096 , fsi = 12.0f , fsf = 19.0f ; fill_s[0] = fsf;fill_h[0] = fhi;bh_p[0] = bhpeqns(fhi,fsf); for(i=1 ; lam > 0.002 ;i++) { printf("\n the loop is run"); if(fill_h[i-1] == …

Member Avatar for sai.aleenus
0
136
Member Avatar for sai.aleenus

if f(x,y) be a function (x^3 * y^-4) + (x^-2 *y^3) with 2<x<10 and 1.1<y<3.5.f(0,0) = f(9,1.2). how do you develop a c program of loop(x decremented by 1 unit) with in which another loop (y incremented by 0.8(K) initially and then as the y reaches a value where incrementation …

Member Avatar for sai.aleenus
0
195
Member Avatar for sai.aleenus

x = constant(c)/n where x and n are variables.as n increases x decreases.initially n is taken as n1 and x1 is found out. note: n is supposed to be an integer. how can i impose the constraints of x >= 4 and x <= 14 on the above equation to …

0
87
Member Avatar for sai.aleenus

can someone help me with the development of a hook and jeeves pattern search optimisation in c programming with graphical visualisation in step wise. a function bhp is to be minimised by effective selection of 2 parameters x1 and x2 while bhp has been passed x1 ans x2 as arguments …

Member Avatar for Schol-R-LEA
0
693
Member Avatar for sai.aleenus
Member Avatar for Echo89
0
237