How to find the roots of equations in Matlab v7.12

how can I find roots for equation x^3=a
where a is a defined variable = 0.3 (a=0.3) and '^' means 'power'
Please help
thanks MissA

回答 (2 件)

Muruganandham Subramanian
Muruganandham Subramanian 2012 年 12 月 12 日
編集済み: Muruganandham Subramanian 2012 年 12 月 12 日

0 投票

try this:
a=0.3;
x=nthroot(a,(-1/3));
for more info,
>>help nthroot

カテゴリ

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

質問済み:

2012 年 12 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by