feval(symengine, 'partfrac' command error

how i find the partial fraction of 4/ (((x - 7)^2 + 4^2 )* (x^2+14x + 65))
I used the following command but it gave a error.
feval(symengine, 'partfrac', 4/ (((x - 7)^2 + 4^2 )* (x^2+14x + 65)))
feval(symengine, 'partfrac', 4/ (((x - 7)^2 + 4^2 )* (x^2+14x + 65)))
|
Error: Unexpected MATLAB expression.

1 件のコメント

yassine
yassine 2017 年 3 月 16 日
(x/455 + 2/65)/(x^2 + 14*x + 65) - (x/455 - 2/65)/(x^2 - 14*x + 65)
multplication * omise 14*x

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

 採用された回答

Thomas
Thomas 2014 年 2 月 18 日

1 投票

You forgot the * between 14 and x
feval(symengine, 'partfrac', 4/ (((x - 7)^2 + 4^2 )* (x^2+14*x + 65)))

その他の回答 (0 件)

カテゴリ

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

製品

質問済み:

2014 年 2 月 18 日

コメント済み:

2017 年 3 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by