how to solve equation

1 visualización (últimos 30 días)
shiv gaur
shiv gaur el 31 de Ag. de 2021
Comentada: Fabio Freschi el 2 de Sept. de 2021
V*sqrt(1-b)=m*pi+atan(b/1-b)+atan(a+b/1-b)
% where ns=1.40;
nc=1.45;
nf=1.5;
% where a=(ns^2-nc^2)/(nf^2-ns^2)
b=(neff^2-ns^2)/(nf^2-ns^2)
% by varying V=1:10
plot(V,neff)
  2 comentarios
shiv gaur
shiv gaur el 1 de Sept. de 2021
not working
Fabio Freschi
Fabio Freschi el 2 de Sept. de 2021
I assume you want to find the value of neff that solve the equation. However, I think that you are misprinting your initial function:
V*sqrt(1-b)=m*pi+atan(b/1-b)+atan(a+b/1-b)
Because it is useless to divide b by 1. Could you report correctly the function you want to solve, with the values of all parameters?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by