Filter löschen
Filter löschen

How can I solve this problem in the matlab program ?

1 Ansicht (letzte 30 Tage)
Vuqar Samedov
Vuqar Samedov am 21 Dez. 2020
Kommentiert: Vuqar Samedov am 21 Dez. 2020
  1 Kommentar
Vuqar Samedov
Vuqar Samedov am 21 Dez. 2020
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))

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by