Community Profile

photo

Venkitesh1300


Indian Institute of Technology

Last seen: alrededor de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Contacto

Mechanical engineer

Estadísticas

Feeds

Ver por

Pregunta


i want to find the solution to an equation containing bessel function x*besselj(1,x)-C*besselj(0,x). I am using newton raphson method but I am getting NaN as the root.
clc close all x=linspace(0,100,10^6); Bi=0.1; error=10; for i=1:10^6 x(i+1)=x(i)-(x(i).*besselj(1,x(i))-Bi*besselj(0,x...

más de 4 años hace | 1 respuesta | 0

1

respuesta