フィルターのクリア

feval(symengine, 'partfrac' command error

2 ビュー (過去 30 日間)
thar
thar 2014 年 2 月 18 日
コメント済み: yassine 2017 年 3 月 16 日
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 日
You forgot the * between 14 and x
feval(symengine, 'partfrac', 4/ (((x - 7)^2 + 4^2 )* (x^2+14*x + 65)))

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by