photo

Venkitesh1300


Indian Institute of Technology

Last seen: 6 years ago Active since 2019

Followers: 0   Following: 0

Message

Mechanical engineer

Statistics

MATLAB Answers

1 Question
0 Answers

RANK
161,052
of 301,440

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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...

6 years ago | 1 answer | 0

1

answer