how to solve for a variable in an equation

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 日

0 投票

doc solve

1 件のコメント

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

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および 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