Newton-Raphson Method with MATLAB code

  Рет қаралды 111,677

ATTIQ IQBAL

ATTIQ IQBAL

3 жыл бұрын

The contents of this video lecture are:
📜Contents 📜
📌 (0:03​) Newton Raphson Method
📌 (3:35​) Example related to Newton Raphson Method
📌 (8:45​) MATLAB code of Newton Raphson method
#newtonraphsonmethod​
#newtonmethodmatlabcode​
#tangentlinemethod​
#numericalanalysis​
#numericalcomputation

Пікірлер: 80
@shivrajpadale6373
@shivrajpadale6373 2 ай бұрын
suban allah .... thank you sir may allah bless you with thousands of subscriber
@norahdiseko5879
@norahdiseko5879 2 жыл бұрын
Exactly what I was looking for! you are the best Attiq, we appreciate your work
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Thank you
@aovantung2429
@aovantung2429 2 жыл бұрын
I'm a second-year student, and thank you so much for sharing some useful things
@sheguftazahan4930
@sheguftazahan4930 Жыл бұрын
Thanks a lot! Your video is really helpful and easy to understand.
@AirborneSaad
@AirborneSaad 3 жыл бұрын
Very efficient 👍
@xtropy7439
@xtropy7439 2 жыл бұрын
Quality content!
@vish_7x
@vish_7x Жыл бұрын
amazing explanation
@mobina42831
@mobina42831 2 жыл бұрын
Amazing explanation 😍🌹
@CLICKS14
@CLICKS14 2 жыл бұрын
good bro it help me a lot and also your method of teaching is impressive keep it up
@nazmussakib8520
@nazmussakib8520 2 жыл бұрын
Real hero.love from Bangladesh
@shafaet1995
@shafaet1995 9 ай бұрын
Jajakallahu khairan vaijan
@naserahmed9874
@naserahmed9874 2 жыл бұрын
You're the best. May Allah bless you.
@shabanabasharat2895
@shabanabasharat2895 3 жыл бұрын
very nice
@Vk_iresh
@Vk_iresh 10 ай бұрын
Sir Love from India...💝💝.Kal Exam hai...And it is Really helping a alot to Understand the Codes. Thank You Sir...Keep doing the Good Work🙏🙏
@tahmidhussain4672
@tahmidhussain4672 Жыл бұрын
Jhakaaassss
@QAYEESIMRUL
@QAYEESIMRUL 2 жыл бұрын
Thank You so much
@Haider_Waseem_445
@Haider_Waseem_445 2 жыл бұрын
Mashallah
@TrevorPope-kz6ev
@TrevorPope-kz6ev 3 ай бұрын
captions really saved my life here
@arek9430
@arek9430 2 жыл бұрын
Thanks bro
@realrobot5535
@realrobot5535 2 жыл бұрын
i have one question please answer me . wright a code for solving a set of equetions on matlab using newton raphson method with provided that: ① all the result of the system solution is positive values. ②greater than zero output is greater than 0 and less than 1
@manu3308
@manu3308 9 ай бұрын
Very interesting video I congratulate you, I want to ask you a question if you want to store those data in a matrix or create a matrix with those data how can you do it. thanks.
@collegemathematics6698
@collegemathematics6698 2 жыл бұрын
great as usual. it would be very helpful if you make a video about the solution of nonlinear systems using the Newton-Raphson method.
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Ok i will
@collegemathematics6698
@collegemathematics6698 2 жыл бұрын
@@ATTIQIQBAL thanks 🌹
@brahmindev6978
@brahmindev6978 Жыл бұрын
What if we want to compute a + sin(X) . How to define a in the code?
@yawaralmat715
@yawaralmat715 Жыл бұрын
Hello sir I want an advice from you I am an applied physics (electronics)student is there an scope of learning Matlab in Pakistan compare to other software like python etc and in which field of which sector?
@imtiazshah1775
@imtiazshah1775 2 жыл бұрын
👍
@DHMathematicaAcademy
@DHMathematicaAcademy 9 ай бұрын
Sir can you explain that if i want to calculate Convergence and stability of Newton Raphson Method. What will be Matlab coding
@zainabakram1543
@zainabakram1543 Жыл бұрын
sir i need the code for newton raphson method to solve an ode. plz help me
@user-ph1pr1jx4o
@user-ph1pr1jx4o 6 ай бұрын
HI . what about modified newton-raphson
@nomanulhaq9265
@nomanulhaq9265 Жыл бұрын
Well done Mr.Attique I study abroad and really follow your channel for coding. I have a suggestion you should also have videos on other iterative method for solving equations like Jacobi, Conjugate gradients, ichol, kyrolov space etc. and alot more. keep the good work going
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
Hi Noman Thanks for your feedback
@imtiazhussain6108
@imtiazhussain6108 3 жыл бұрын
Kindly make vedio for shooting method in matlab
@ketanpatil8825
@ketanpatil8825 2 жыл бұрын
can you send the matlab code by drive link
@nairo8522
@nairo8522 2 жыл бұрын
if it had subtitles it would be better
@amirs0hel346
@amirs0hel346 2 жыл бұрын
Hi bro I need for the same example, so if you see this Massagee, please reply me
@srabontysoily5185
@srabontysoily5185 5 ай бұрын
Sir, nice explanation, how can I put the third stopping condition inside the code as you mentioned here ?
@ATTIQIQBAL
@ATTIQIQBAL 5 ай бұрын
Thanks. It depends if you want the new condition and previous condition both true or either one of them true. If you want both true use && symbol infront of previous condition and write new condition. If you want either of them true then use || symbol. You can write as many conditions as you want infront of a single "if" as long as result after being them satisfied is same which in this case is breaking the loop.
@soheirmrain975
@soheirmrain975 Жыл бұрын
hi thank you sir for your video please i have this equation 2*cos(x) - beta*sin(x) + beta*sin(alpha*x) = 0 with alpha and beta two parameters and i need to found x what can i use for solving this equation i first use Matlab with function solve but some one tell me to use inverse Lagrange theorem its look complicate for me ... there is another alternative or something with Matlab to solve my equation?
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
I think what you are asking is to solve this equation for different values of alpha and beta which are constants. If yes, you can set alpha and beta as a loop variable and paste newton raphson code inside the loop.
@soheirmrain975
@soheirmrain975 Жыл бұрын
@@ATTIQIQBAL thank you for answering me, but no alpha end beta are a parameters end i need to solve x as alpha and beta parameters x(alpha,beta)= something
@PracticeMockESECivil
@PracticeMockESECivil 2 жыл бұрын
Sir could you please provide a code for multivariable newton raphson method
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
I will work on it and post it by next weekend.
@naveed6396
@naveed6396 2 жыл бұрын
Can we apply the same for nonlinear system of equations with coefficients as matrices not coefficients
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Yes you can modify this code for non-linear system of equations. Just search the algorithm of that method and yes you're right we will be having vectors in that case.
@naveed6396
@naveed6396 2 жыл бұрын
@@ATTIQIQBAL I am stucked there . Any help will be appreciated
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Write email with your code.
@HigherMathswithAsad
@HigherMathswithAsad Жыл бұрын
We should add a command so that it calculates the derivatives of function by itself ?
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
I have done that in newton Raphson for system of non linear equations.
@HigherMathswithAsad
@HigherMathswithAsad Жыл бұрын
Thanks sir . And can we use while loop instead of for ?
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
Yes we can i will upload video on that within a week. Otherwise you can watch my video related to jacobi method while loop to have some idea about converting code from for to while loop.
@HigherMathswithAsad
@HigherMathswithAsad Жыл бұрын
@@ATTIQIQBAL thank you sir ♥️
@sushovansaha5923
@sushovansaha5923 2 жыл бұрын
you are god
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Good*
@sharminmonika8887
@sharminmonika8887 Жыл бұрын
Can't the derivative of the function be done using any command?
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
Yes it can be. I have explained it in my video titled as Newtons method for system of non linear equations.
@petervasileiou795
@petervasileiou795 Жыл бұрын
ΣΕ ΑΓΑΠΑΩ
@hafizamaryam2076
@hafizamaryam2076 Жыл бұрын
Appreciate you work but apni voice ki jo slide chla ray hain program py disturb kr rae
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
Hi Maryam Thanks for your feedback. If you understand the language then you can always disable the subtitles by clicking the cc button and if you want to see subtitles without background then change the caption background opacity to 0%.
@travelgalaxy8291
@travelgalaxy8291 2 жыл бұрын
How to solve system of two equations in matlab ?
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Please check my other video on newtin raphson method for system of non linear equations
@travelgalaxy8291
@travelgalaxy8291 2 жыл бұрын
@@ATTIQIQBAL , thanks
@tsanisahsalsabila4113
@tsanisahsalsabila4113 Жыл бұрын
Nonton ges
@zumrakayani2584
@zumrakayani2584 3 жыл бұрын
Kya hum isko while loop se b kr skty hen?
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
Yes we can, take help from my video related to jacobi method while loop. In that video you will find that how we can convert our code from for loop to while loop.
@zumrakayani2584
@zumrakayani2584 3 жыл бұрын
@@ATTIQIQBAL thank you
@vivekmehta6833
@vivekmehta6833 3 жыл бұрын
@@ATTIQIQBAL Hey! I'm a Freelancer and I do have pirated versions of the softwares. And I was planning to make videos on mechanical softwares like MATLAB, Solidworks, AutoCAD, etc on KZbin. Like how to design a particular thing or how to write a code for a particular problem. All these softwares cost 1000s of dollars a year for individual/commercial license which obviously I can't afford. If you could help me out with a few questions, I would be really grateful of you!!! 1) When I apply for monetization, will I be asked whether I have commerical licenses of the aforementioned softwares by KZbin? 2) If KZbin doesn't ask for commercial licenses and after that my content is monetized, at what point can I expect these companies to send me a notice regarding the licenses? At 10k subscribers? 50k? 100k? 3) How much money do KZbinrs with 10-50k subscribers from 3rd world countries like India get monthly? Any idea? 4) Is it really worth it? I mean I do have the skills and knowledge but I honestly don't think I would be able to afford these softwares until and unless I start earning 500-1000$ per month via KZbin.
@anmoladil7593
@anmoladil7593 2 жыл бұрын
number of iteration ko function k sath kese plot krein gy
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Inside loop store value of loop variable in some vector. Like a(i) = i. Similarly store value of function in some other vector. Like b(i) = f(x(i))
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Outside loop use plot(a,b)
@najamshah5318
@najamshah5318 7 ай бұрын
Video is ok but samnay English translation a jati hai aur Nazar ana bnd ho jata hai
@hossammostafa2849
@hossammostafa2849 Жыл бұрын
Sir could you put code here in a comment because i need it please
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
Email me at attiqforstudents@gmail.com
@hossammostafa2849
@hossammostafa2849 Жыл бұрын
@@ATTIQIQBAL Why you not put it here instead of contacting you in your mail
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
I understand your opinion but who will be watching the video if I just provide the code.
@ChadCarney-hu3du
@ChadCarney-hu3du Жыл бұрын
if your title is in english, the video should be too!
@ss_2939
@ss_2939 5 ай бұрын
Who said ? Cope harder
@nolanmurphy1613
@nolanmurphy1613 2 жыл бұрын
i hate my life
@imtiazhussain6108
@imtiazhussain6108 3 жыл бұрын
Kindly make vedio for shooting method in matlab
Secant Method with MATLAB code
23:45
ATTIQ IQBAL
Рет қаралды 40 М.
Fixed Point Iteration Method with MATLAB code
13:12
ATTIQ IQBAL
Рет қаралды 44 М.
HOW DID HE WIN? 😱
00:33
Topper Guild
Рет қаралды 30 МЛН
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 4,8 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
Alat Seru Penolong untuk Mimpi Indah Bayi!
00:31
Let's GLOW! Indonesian
Рет қаралды 15 МЛН
Bisection Method with MATLAB code
32:30
ATTIQ IQBAL
Рет қаралды 68 М.
How to use the Newton Raphson method
12:24
ExamSolutions
Рет қаралды 635 М.
MATLAB Code of Newton-Raphson method for root finding
17:12
Dr. Harish Garg
Рет қаралды 25 М.
Introduction to MATLAB for beginners
1:18:50
ATTIQ IQBAL
Рет қаралды 10 М.
1.4 MATLAB - Newton Raphson Method
16:35
ProgrammingException
Рет қаралды 18 М.
The Basic Newton Method in MATLAB
7:47
Christi Patton Luks
Рет қаралды 84 М.
Numerical on Newton Raphson Technique
56:15
P SUMALATHA
Рет қаралды 54 М.
Newton's Method
10:41
The Organic Chemistry Tutor
Рет қаралды 1,1 МЛН
Bisection Method | Programming Numerical Methods in MATLAB
9:56
mechtutor com
Рет қаралды 144 М.
HOW DID HE WIN? 😱
00:33
Topper Guild
Рет қаралды 30 МЛН