how to solve for a variable in an equation

1 回表示 (過去 30 日間)
Vasudeo Samant
Vasudeo Samant 2019 年 1 月 29 日
コメント済み: madhan ravi 2019 年 1 月 29 日
d=20;
Fc= 65*(4*3/4)+50*(c-3/4);
Ft= 65*(6*1/4)+50*(d-c-1/4);
% I want to solve the equation for c using condition Fc=Ft can anyone help with this
it is a equation with unknown

採用された回答

madhan ravi
madhan ravi 2019 年 1 月 29 日
  1 件のコメント
madhan ravi
madhan ravi 2019 年 1 月 29 日
syms c
.... your code
Sol=solve(Fc==Ft) % at the end

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by