Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How to plot function in matlab or maple for example {(F/M)/(k-c)^2+ω^2}*{exp(-kt) – exp(-ct)*[cosωt-{(k-c)/(ω)

in above f is force and constant and m is mass and k,c is constant.just tell me how to plot this function.

1 Answer

Relevance
  • Ivan D
    Lv 5
    1 decade ago
    Favorite Answer

    t = t_start:h:t_end;

    y = {(F/M)/(k-c)^2+ω^2}*{exp(-k*.t) – exp(-c*t)*[cosω*.t-{(k-c)/(ω) ;

    plot(t,y);

    (t_start, t_end) is the interval of time on which you want to plot the function

    h is the time step eg. h= 1 second or h = 0.1 second

Still have questions? Get your answers by asking now.