dividing integrals using vpaintegral and syms

1 回表示 (過去 30 日間)
Opariuc Andrei
Opariuc Andrei 2020 年 12 月 14 日
編集済み: Opariuc Andrei 2020 年 12 月 14 日
i'm supposed to do this
and i wrote
syms x r
G=vpaintegral(x*r,0,1)/vpaintegral(r,0,1) % supposed to be approximately =0.45
Y=1/2*vpaintegral(r^2,0,1)/vpaintegral(r,0,1) % supposed to be approximately =0.43
a=0;b=1;
and the result displayed is
G =2.0*vpaintegral(r*x, x, 0, 1)
Y =0.33333333333333333391157449199227

採用された回答

Alan Stevens
Alan Stevens 2020 年 12 月 14 日
編集済み: Alan Stevens 2020 年 12 月 14 日
If f(r) = r and you are integrating wrt r (implied by your yG integral) then x = r and xG = 2/3 and yG = 1/3. If you are expecting something different it means you haven't yet specified x in terms of r..
  1 件のコメント
Opariuc Andrei
Opariuc Andrei 2020 年 12 月 14 日
編集済み: Opariuc Andrei 2020 年 12 月 14 日
oh,yeah , i forgot to define the r function . thx :) ,now it functions.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by