MATLAB: How to solve for a variable in an equation

algebramathematcssymbolicSymbolic Math Toolbox

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

Best Answer

doc solve