Differential Equation - Integral Equation

Hello from Greece. Iam trying to solve and differential equation but cant write exactly the code. First of all below is the function
EM,ρL are contants and Vt1=k1*R so subtitute Vt1 in equation becomes:
The question is how to write the above differential to solve for k var.

1 件のコメント

anestis
anestis 2024 年 1 月 18 日
the code is written for wolfram alpha

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

 採用された回答

Torsten
Torsten 2024 年 1 月 18 日

0 投票

syms r z k
eqn = int((20-1.19e8*r^2)/(1.19e8*r^2),r,30e-6,40e-6)==int(0.54*8*1e-3/4e3,z,0,k);
knum = solve(eqn,k)
knum = 
knum = double(knum)
knum = 1.2876e+03

1 件のコメント

anestis
anestis 2024 年 1 月 19 日
Thanks a lot. i used integral in code instead int!!!

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

その他の回答 (0 件)

カテゴリ

製品

リリース

R2019b

質問済み:

2024 年 1 月 18 日

コメント済み:

2024 年 1 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by