Effacer les filtres
Effacer les filtres

solve multiple implicit coupled equations?

1 vue (au cours des 30 derniers jours)
d
d le 20 Jan 2016
How can I solve this system of equations?
I0=-1*a+b*(exp(v0/c)-1);
I1=-2*a+b*(exp(v0/c)+exp(v1/c)-2);
I2=-3*a+b*(exp(v0/c)+exp(v1/c)+exp(v2/c)-3);
v0=v1+I0*R;
v1=v2+I1*R;
v2=v3+I2*R;
where v3=-0.1:0.01:0.5

Réponses (0)

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by