Definite Integral for known matrix

Hi,
I have a matrix P(x) and x, both are known. I need to find a definite integral between a to x of (P(x).dx)). How can I do that? Is there a way I can use seperation of varables here?

3 件のコメント

Walter Roberson
Walter Roberson 2019 年 1 月 17 日
Is P a matrix of symbolic expressions? If so then
int(P, x, a, x)
Abhijit Bhosale
Abhijit Bhosale 2020 年 4 月 14 日
matlab is showing int as an unrecognized function....
Walter Roberson
Walter Roberson 2020 年 4 月 14 日
int() requires the Symbolic Toolbox and the first parameter must be class sym or symfun

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

質問済み:

2019 年 1 月 17 日

コメント済み:

2020 年 4 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by