Recent content by sulev8

  1. S

    How to Calculate Xi in C Program for Mathematic Function?

    why can't u just comment my work ,and help me by giving me how it should be , and tell what's missing
  2. S

    How to Calculate Xi in C Program for Mathematic Function?

    i don't want u to solve the whole program , this is just the part of a program , i am asking how i should write these lines into my program .Its the calculation part of the program , and i need some help with it. As i wrote i gave out the solution , now i need help how to put it down , just...
  3. S

    How to Calculate Xi in C Program for Mathematic Function?

    I have a problem with c program calculation part . i have a mathematic funxion which equals to y. And i need to calculate the value. While x has a conditon that's value will increase 15 times. Like x1=a ; x2=a+h x3=a+h+(c*h) ; x4=a+h+(c*h)+((c*c)*h) ; x5=a+h+(c*h)+((c*c)*h)+((c*c*c)*h) and so on...
  4. S

    How to Handle Matrix Operations and Pair Finding in C?

    maybe you can give me some more hints , I am still kinda in trouble with it
  5. S

    How to Handle Matrix Operations and Pair Finding in C?

    Enter integer rectangle matrix A(0..n,0..m). Give out entered matrix by columns. Find all element pairs with equal value and their index and give them out. I have to write c programm for this , can anyone make the body of this exercise and share some instructions how i should approach to...
Back
Top