필터 지우기
필터 지우기

Inflection points of a function

조회 수: 1 (최근 30일)
valerio
valerio 2013년 11월 17일
Hello I'm trying to calculate the Inflection points but I don't know if my procedure is correct... Can anyone help me ? This is the function -->> f='log(x+10).*sin(x-5)'
I do this:
if true
syms x;
der1= diff(log(x+10).*sin(x-5));
der2= diff(der1);
point =solve(der2);
end
I've any doubt :
1) It 's correct? 2) In the case that this procedure is correct: watch the graph function attached, I think that there are two Inflection points... how to calculate the other?
thanks in advance :) please be you clear

답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by