solve an exponential equation with 2 variables(view combinations)

1 回表示 (過去 30 日間)
fima v
fima v 2020 年 3 月 1 日
コメント済み: fima v 2020 年 3 月 1 日
Hello, i am trying to solve the following equation shown bellow, by solution i mean to find all the combinations of R2 and Vs2 that solve this equation. i tried with simbolic matlab as shown bellow.
How it could be done with matlab?
Thanks
syms L R t Vr Vs Vs2 R2
L=1
R=1
t=1
Vr=1
Vs=2
Eq1 =0== Vs*(1-exp((-R*t)/L))-Vs*(1-exp((-R*t)/L));
t_sol = solve(Eq1, t)
  2 件のコメント
Cameron B
Cameron B 2020 年 3 月 1 日
Is there a typo in the formula? Should it be
Eq1 =0== Vr*(1-exp((-R*t)/L))-Vs*(1-exp((-R*t)/L));
If not then the equation makes no sense to me.
fima v
fima v 2020 年 3 月 1 日
it means solving eq1=0;
i am not sure if the method is correct

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by