フィルターのクリア

MATLAB output is a bunch of numbers with operators not the exact number

1 回表示 (過去 30 日間)
Fatemeh Salar
Fatemeh Salar 2022 年 6 月 20 日
コメント済み: Fatemeh Salar 2022 年 6 月 20 日
Hi,
When i ask MATLAB to solve a problem using syms and det , in output section it showes as series on formulas that needed to be calulated and not the exact value. How can I ask matlab to show the exavt number and not numers with operators ? for example instead of (25/6 - (5*13^(1/2))/6)^(1/2) shows 1.078 in commant window
A =
(25/6 - (5*13^(1/2))/6)^(1/2)
((5*13^(1/2))/6 + 25/6)^(1/2)
-(25/6 - (5*13^(1/2))/6)^(1/2)
-((5*13^(1/2))/6 + 25/6)^(1/2)
while it should be :
1.0780
2.6779
-1.0780
-2.6779

採用された回答

Stephen23
Stephen23 2022 年 6 月 20 日

その他の回答 (1 件)

DGM
DGM 2022 年 6 月 20 日
To be pedantic, those expressions are the exact result. The decimal values are an approximation.
That said, you should be able to use double() to convert the symbolic expressions to numeric.
  1 件のコメント
Fatemeh Salar
Fatemeh Salar 2022 年 6 月 20 日
Yes you're right, it just worked when I used double().. Thanks.

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by