How to write a code to calculate the f '(3)?
조회 수: 2 (최근 30일)
이전 댓글 표시
If f(x)=
,then i want to know what is the value after i differential it and replace x with 3
I mean first i calculate f ' (x)=
,then now i replace x with 3= f ' (3)=
= -5.4783
how do i write a code to calculate to the -5.4783?
I know i can use diff(
) to calculate the f ' (x),but how do i calculate the f ' (3) directly?
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!