Search:

Type: Posts; User: mintalbes

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,950

    it seems that was indded the problem because i...

    it seems that was indded the problem because i treied simple formula and it worked
    thank you very much for your help
  2. Replies
    9
    Views
    1,950

    first the user is asked to enter two values the...

    first the user is asked to enter two values
    the first should be 0.01
    the second 0.000001
    then you get results for five columns

    frequency ____ inductance ____ capacitance ___ attenuation...
  3. Replies
    9
    Views
    1,950

    i tried it again but the same problem the forth...

    i tried it again but the same problem
    the forth and fifth column values are not correct
    here is the last code i tried




    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
  4. Replies
    9
    Views
    1,950

    thanks for your reply TheBigH I tried previously...

    thanks for your reply TheBigH
    I tried previously getting the capacitance & inductance values without using pointers but the same problem occured, when i send them to the attenuation functions i...
  5. Replies
    9
    Views
    1,950

    problem with functions & for loop !

    Hi
    I'm trying to write a code that will a print a table of results
    the values of first column are known so I put them using for loop
    then i tried calling functions inside the loop to calculate...
Results 1 to 5 of 5