Community Profile

photo

Md Rezaul Karim


Last seen: más de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

All
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 1 año hace

Respondida
How can I evaluate the derivatives of a Bessel function at different points?
syms x; diff(bessely(1, x))= bessely(0, x) - bessely(1, x)/x;

alrededor de 4 años hace | 0

Respondida
How can I evaluate the derivatives of a Bessel function at different points?
the derivatives of Bessel function: % *J = besselj(nu,Z,scale)* % *scale* - 0(default) or 1 % *Z* - Normalized kc by inner o...

alrededor de 4 años hace | 0