forward difference

I need help in getting started on how to create a function that calculates the derivative of f(x)=a*x+b*x.^2+c*x.^3+d*sin(m*x)+g*exp(h*x) given that a,b,c,d,m,g,and h are constants and are known on the interval (0,2*pi) using forward difference method. I am new to matlab so I don't know how to even get started with this. if anyone could help me and give me some tips on how to start this please.!!!

回答 (2 件)

Jan
Jan 2011 年 2 月 13 日

1 投票

Read the "Getting Started" chapters of the documentation. If you search for a specific topic, these commands help:
lookfor difference
docsearch difference
Sean de Wolski
Sean de Wolski 2011 年 2 月 11 日

0 投票

doc diff

カテゴリ

ヘルプ センター および File ExchangeHelp and Support についてさらに検索

質問済み:

2011 年 2 月 11 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by