필터 지우기
필터 지우기

How can I solve this problem in the matlab program ?

조회 수: 1 (최근 30일)
Vuqar Samedov
Vuqar Samedov 2020년 12월 21일
댓글: Vuqar Samedov 2020년 12월 21일
  댓글 수: 1
Vuqar Samedov
Vuqar Samedov 2020년 12월 21일
I use it in the matlab program, but the answer is not correct. I do not know why the answer is incorrect?
>> syms x
>> f=x*exp(-x^2);
>> u=(-2*x^2);
>> f=subs(f,u);
>> int(f)
ans =
-(x^3*(gamma(3/4) - igamma(3/4, 4*x^4)))/(2*(4*x^4)^(3/4))

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by