Search:

Type: Posts; User: Vishaka

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    3,371

    Yes the equation is absolutely correct

    Yes the equation is absolutely correct
  2. Replies
    7
    Views
    3,371

    I should get like this f(0)= 1 f(1)=1 f(2)=1...

    I should get like this
    f(0)= 1
    f(1)=1
    f(2)=1
    f(3)=1
    f(4)=1
    f(5)=1
    I have done the programming for f(0). Can you tell me how to insert loop here?
  3. Replies
    7
    Views
    3,371

    Program for function f(t) in C

    I have a function f(t) =
    e^(−5) e^(−5cos cos(t)) e^(10cos(t)) e^(−5sin sin(t))
    I need to find the value of f for different values of t. Let us say from t=0 to t=5. How to write coding for that?....
Results 1 to 3 of 3