Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how do i perform the following integration, as an example from x=1 to x=10 all variables t is a function of x

1 回表示 (過去 30 日間)
Anas Ibrahim
Anas Ibrahim 2018 年 5 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
t1=x^2+x+4
t2=x^3+9
t3=x+2
t4=x^2+x^3+x+9
t5=x^3+x^2+x^9
f=t1^2+4+(t2)+t3^3+t4+t5^3

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 5 月 22 日
syms x
before the lines you have. Then after those lines
int(f, x, 1, 10)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by