Solving a numeric equation matlab shows results with up to 32 decimals. How can I get this for the operation below for Exmpl? format longE for Exmpl. allows only 16 digits.

1 回表示 (過去 30 日間)
sd=1/((1/3)^(1/2))

採用された回答

Torsten
Torsten 2022 年 9 月 26 日
編集済み: Torsten 2022 年 9 月 26 日
digits(100)
vpa(sqrt(sym('3')))
ans = 
1.732050807568877293527446341505872366942805253810380628055806979451933016908800037081146186757248576

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by