Solving for a missing variable, I'm trying to solve for the value for Vc, but not sure how to write the code for it.

2 visualizaciones (últimos 30 días)
((100-Vc)/8)+7+((Vc-0)/6)=0
Vc =

Respuestas (1)

Torsten
Torsten el 9 de Mzo. de 2022
syms Vc
eqn = ((100-Vc)/8)+7+((Vc-0)/6)==0 ;
Vcnum = double(solve(eqn,Vc))

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by