Md Rezaul Karim
Followers: 0 Following: 0
Feeds
문제를 풀었습니다
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:...
거의 2년 전
답변 있음
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;
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;
4년 초과 전 | 0
답변 있음
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...
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...
4년 초과 전 | 0