フィルターのクリア

It's a question of finding a static integral There's an error in the formula

3 ビュー (過去 30 日間)
kubel
kubel 2023 年 9 月 18 日
編集済み: Torsten 2023 年 9 月 18 日
This is the problem
syms x
int(x+2/(x+1)^3-exp^-3(x+3), x, 0, 3)
It's my mathematical formula
It is a problem of obtaining a static integral using Symbolic Math. Which part of the formula is the problem?

採用された回答

Torsten
Torsten 2023 年 9 月 18 日
編集済み: Torsten 2023 年 9 月 18 日
integral(@(x)(x+2)./(x+1).^3-exp(-3*(x+3)),0,3)
ans = 1.2187
If you cannot input a mathematical formula in MATLAB, I suggest you invest 2 hours of your time and take the free introductory course:

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by