LU decomposition using Doolittle's Method with MATLAB code

  Рет қаралды 28,961

ATTIQ IQBAL

ATTIQ IQBAL

Күн бұрын

Пікірлер: 52
@وردةالزنبق-ع5ح
@وردةالزنبق-ع5ح Жыл бұрын
I am a student in the Department of Mathematics from Iraq. I thank you very much because I benefited a lot from the excellent explanation. I even speak Arabic and do not understand Hindi, but your explanation was excellent, even though I do not understand your language, but I understood the explanation. Thank you very much.
@gopinathchakraborty2694
@gopinathchakraborty2694 3 жыл бұрын
Thank you very much Atik .... I was stuck with the algorithm for weeks.... Now I can run my simulation
@divyadhaka1619
@divyadhaka1619 4 ай бұрын
Great explanation...
@skusaid8512
@skusaid8512 11 ай бұрын
Assalamualaikum Sir ur gr8. Love from Srinagar Kashmir
@rutvikrajpadhiyar3545
@rutvikrajpadhiyar3545 3 ай бұрын
Excellent 👍🏻
@sayakkarmakar4873
@sayakkarmakar4873 Жыл бұрын
very nice video. thank you sir
@rahuldorai6628
@rahuldorai6628 2 жыл бұрын
Thank you so much you explained this complicating looking problem in a most simple way.Great work indded❤❤
@anushranka3679
@anushranka3679 2 жыл бұрын
amazing explanations!!
@saroshrizvi2498
@saroshrizvi2498 2 жыл бұрын
You are goated bro! love your videos
@NairutyaPatel
@NairutyaPatel 10 ай бұрын
Thank You sir, Very helpful
@usernameisamyth
@usernameisamyth 10 ай бұрын
code: --------- clc;clear all; A=input('Enter the coefficient matrix: '); b=input('Enter the vector of constants: '); N=length(A); L=zeros(N,N); U=zeros(N,N); for i=1:N L(i,i)=1; end U(1,:)=A(1,:); L(:,1)=A(:,1)/U(1,1); for i=2:N for j=i:N U(i,j)=A(i,j)-L(i,1:i-1)*U(1:i-1,j); end for k=i+1:N L(k,i)=(A(k,i)-L(k,1:i-1)*U(1:i-1,i))/U(i,i); end end L,U y=L\b x=U\y
@md.moinuddin6540
@md.moinuddin6540 24 күн бұрын
Thanku Rimon Sir
@akashgupta6414
@akashgupta6414 3 жыл бұрын
Very nice explanation
@ankitmishra2723
@ankitmishra2723 4 ай бұрын
Thanks sir❤
@idreesafridi6494
@idreesafridi6494 3 жыл бұрын
Amazing
@shirishkrishna3155
@shirishkrishna3155 2 жыл бұрын
it doesnt work for non square matrix,how to fix that
@idreesafridi6494
@idreesafridi6494 3 жыл бұрын
Great work
@parthadutta1553
@parthadutta1553 5 ай бұрын
Thank you very much mashallah
@yonathanbomisso7650
@yonathanbomisso7650 Жыл бұрын
Puis-je avoir le pdf de cette méthode ?
@m.eminerdogan5371
@m.eminerdogan5371 2 жыл бұрын
firstly thx for video but ı have problem with NAN and İnf , how can ı fix that ?
@samytee3282
@samytee3282 3 жыл бұрын
Well explained,👍
@eedeatlikkle3652
@eedeatlikkle3652 3 жыл бұрын
You are a king! Best explanations I have ever come across! I was wondering if you will be covering initial value problems and boundary value problems using matlab? Since you explain concepts very well, it would be very helpful.
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
Will do in future
@deepeshkumargupta5801
@deepeshkumargupta5801 3 жыл бұрын
Well explain.. Thank you
@meloncherrysoda2536
@meloncherrysoda2536 3 жыл бұрын
Thank you sir your work is amazing!
@imtiazshah1775
@imtiazshah1775 3 жыл бұрын
well explained 👍
@muradsaleem9746
@muradsaleem9746 3 жыл бұрын
Very informative
@omarsoliman7124
@omarsoliman7124 3 жыл бұрын
Unrecognized function or variable 'B'. Error in LU_Decomposition (line 20) Y(1) = B(1)/L(1,1);
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
Send screenshot of your code at attiqforstudents@gmail.com
@ala4942
@ala4942 Жыл бұрын
hi, did you get answer? I have the same problem
@ebtehalalmohaimeed3839
@ebtehalalmohaimeed3839 2 жыл бұрын
your work is great and if can you write the code under the video, this will be so helpful
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Then who will take intrest in watching the video. :D
@ebtehalalmohaimeed3839
@ebtehalalmohaimeed3839 2 жыл бұрын
@@ATTIQIQBAL Thanks too much, I understand your opinion
@syedhashimnaqvi3321
@syedhashimnaqvi3321 3 жыл бұрын
Thank you sir❣️
@royblack8568
@royblack8568 2 жыл бұрын
Nice video bro, i'm mexican ando i don't understand well all words that you say, It would be easier if you could put subtitles of what you say
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Thank you for feedback. I will work on it
@siddhanthmadhavan1468
@siddhanthmadhavan1468 3 жыл бұрын
sir, i am getting error like "Index in position 1 exceeds array bounds (must not exceed 1)" in line number 13 in my program when i typed the same like u have typed sir. pls help in resolving my error asap.
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
Email the screenshot of your code and output at attiqforstudents@gmail.com
@siddhanthmadhavan1468
@siddhanthmadhavan1468 3 жыл бұрын
@@ATTIQIQBAL i have mailed sir
@seveneightsix5289
@seveneightsix5289 3 жыл бұрын
@@ATTIQIQBAL sir please help me i have some errors
@tranthanhtruong4205
@tranthanhtruong4205 2 жыл бұрын
Can you give me the slide show please? Thank you very much
@tirthakgayen2181
@tirthakgayen2181 3 жыл бұрын
can you make a video for cholesky decomposition, please
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
Working on it.
@tirthakgayen2181
@tirthakgayen2181 3 жыл бұрын
@@ATTIQIQBAL if u can make it within this week ..i would be grateful. thanks in advance
@mrigankchhabra3844
@mrigankchhabra3844 3 жыл бұрын
Greetings Mr.Iqbal, I am watching your video lectures of coding matrix problems, and I am finding it incredibly useful. But have a small query too, may you please explain it again the reason behind of taking zeros, Is this a function and what does it actually signify? Regards
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
First of all thank you for your feedback and now about your query, actually I'm just initializing the matrices with all entries zero and then i will update those entries according to desired algorithm. I hope it helps.
@mrigankchhabra3844
@mrigankchhabra3844 3 жыл бұрын
@@ATTIQIQBAL, Thank you for your message. That makes perfect sense and yes I noticed when applying parenthesis (the round brackets using shift and 9, shift and 0) it forms rows and columns of matrix and zeros acts as a function. Overall, zeros(m,n) forms a matrix of zeros values of all elements with m rows and n columns. I am having some more queries regarding the Matlab, may you please let me know the best way of contacting you? Regards
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
Yes you're absolutely right about this concept. Reach me through email at attiqforstudents@gmail.com
@zumrakayani2584
@zumrakayani2584 3 жыл бұрын
👍
@daniyal946
@daniyal946 Жыл бұрын
this is a good method to solve lud composition,but there is a built in function in matlab to solve lud coposition. clear; clc; A = [2 4 -6; 1 5 3; 1 3 2]; b = [-4; 10; 5]; [L, U] = lu(A); y = L\b; x = U\y; disp("Solution:"); disp(x);
@shahimtiazali6803
@shahimtiazali6803 3 жыл бұрын
👍
LU decomposition using Crout's Method with MATLAB code
18:20
ATTIQ IQBAL
Рет қаралды 15 М.
LU decomposition - An Example Calculation
8:48
The Bright Side of Mathematics
Рет қаралды 401 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Jacobi Method with MATLAB code
31:35
ATTIQ IQBAL
Рет қаралды 24 М.
Introduction to MATLAB for beginners
1:18:50
ATTIQ IQBAL
Рет қаралды 13 М.
Bisection Method with MATLAB code
32:30
ATTIQ IQBAL
Рет қаралды 77 М.
GUESS THE MUSLIM
33:29
Dose of Emirates
Рет қаралды 457 М.
Solve a System of Linear Equations Using LU Decomposition
8:23
Mathispower4u
Рет қаралды 838 М.
DeepSeek is a Game Changer for AI - Computerphile
19:58
Computerphile
Рет қаралды 1 МЛН
Why my Entire Christian Family became Muslim
13:32
Hooded Calisthenics
Рет қаралды 406 М.
LU Decomposition and Partial Pivoting
18:38
MATLAB Programming for Numerical Computation
Рет қаралды 49 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 170 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН