Computing for a particular numerical value

1 回表示 (過去 30 日間)
manish sharma
manish sharma 2012 年 8 月 10 日
Hi,
After using a solve command I can get the result as:
x =
(5941415241525099*R)/2251799813685248000 + 250
Now after second solve command, I can calculate the value of R as:
R =
75800
Now I want to compute x for this particular value of R. (If I am typing just "x" it displays the answer in terms of "R" only).
Any kind of help in this matter will be appreciated.
Thanks!

採用された回答

Matt Fig
Matt Fig 2012 年 8 月 10 日
編集済み: Matt Fig 2012 年 8 月 10 日
Use the SUBS command.
syms a x
s = solve(x^3 + a*x + 1)
a = 5;
subs(s)

その他の回答 (0 件)

カテゴリ

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

タグ


Translated by