Effacer les filtres
Effacer les filtres

how to solve for a variable in an equation

1 vue (au cours des 30 derniers jours)
Vasudeo Samant
Vasudeo Samant le 29 Jan 2019
Commenté : madhan ravi le 29 Jan 2019
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

Réponse acceptée

madhan ravi
madhan ravi le 29 Jan 2019
  1 commentaire
madhan ravi
madhan ravi le 29 Jan 2019
syms c
.... your code
Sol=solve(Fc==Ft) % at the end

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by