Introduction to MATLAB for beginners
1:18:50
Gauss Jordan Method with MATLAB code
20:37
Regula-Falsi Method with MATLAB code
18:36
Cramer's Rule with MATLAB code
18:20
3 жыл бұрын
Secant Method with MATLAB code
23:45
3 жыл бұрын
Bisection Method with MATLAB code
32:30
Пікірлер
@ahmetakdag8119
@ahmetakdag8119 3 күн бұрын
hi we didnt checked the deritive of g(x0)
@user-kx7rm4nx4o
@user-kx7rm4nx4o 10 күн бұрын
Assalam o Alaikum sir sir bisection k koi bi question aaya tu same isi method se kry?? thek ho jay ga??
@Mahsa.khatibi
@Mahsa.khatibi 27 күн бұрын
thanks
@DanielPolanco-cq8eq
@DanielPolanco-cq8eq 28 күн бұрын
Great explanation!
@user-tg6pk1sh7m
@user-tg6pk1sh7m 29 күн бұрын
Perfect bro
@howaidasalem7429
@howaidasalem7429 Ай бұрын
There is no error when writing the program, so what should I do?
@howaidasalem7429
@howaidasalem7429 Ай бұрын
Why are the final results all the same when executed from repetitions 1 to 20? All results have the same value of 1.9000 2.9000 3.5000
@howaidasalem7429
@howaidasalem7429 Ай бұрын
Thank you very much for what you provide I have a question about the Gaussian method for deletion. I wrote it, but it was not implemented in MATLAB, so I do not know where the error is. Do you have an email to contact you in this regard?
@ATTIQIQBAL
@ATTIQIQBAL Ай бұрын
Hi thanks for your feedback and you can email me at [email protected]
@howaidasalem7429
@howaidasalem7429 Ай бұрын
@@ATTIQIQBAL Thank you very much, I solved the problem
@BPH_Kapil
@BPH_Kapil Ай бұрын
Sir do you have a code of memristor device for matlab
@BPH_Kapil
@BPH_Kapil Ай бұрын
Sir do you have a code of memristor device for matlab
@equiknox_
@equiknox_ Ай бұрын
On the V = conv something, it says error that both arguments A and B must be vectors. I am using octave. Can you help?
@ATTIQIQBAL
@ATTIQIQBAL Ай бұрын
Send copy of your code at [email protected]
@AliAkbar-cr7ym
@AliAkbar-cr7ym Ай бұрын
Good teacher
@collinskipkemei3096
@collinskipkemei3096 2 ай бұрын
Can you do this in english please or make the subtitles be english😢
@ivideos7348
@ivideos7348 2 ай бұрын
Sir kindly is ka pdf share karday
@zenota0
@zenota0 2 ай бұрын
Can you give me a code like text
@tsehayenegash8394
@tsehayenegash8394 2 ай бұрын
Nice video but please pload english
@TheJorgeMC
@TheJorgeMC 2 ай бұрын
does this only work with square matrices?
@ATTIQIQBAL
@ATTIQIQBAL 2 ай бұрын
Yes
@diegom.b.3149
@diegom.b.3149 2 ай бұрын
Thanks a lot! I had to use the pinv( ) function due to matrix singularities problems... y = -pinv(J)*F instead of y = -J\F
@ATTIQIQBAL
@ATTIQIQBAL 2 ай бұрын
That's great 👍
@Adarsh-hg1rm
@Adarsh-hg1rm 2 ай бұрын
thanks mang
@diyakhalasi3917
@diyakhalasi3917 2 ай бұрын
best video ever, thank you sir
@hasnaathaiderbukhari6747
@hasnaathaiderbukhari6747 2 ай бұрын
please sir can you tell me if i am a diploma holder in mechanical and want to learn matlab for ansys comparing values these lecture help me more! please sir tell me
@ATTIQIQBAL
@ATTIQIQBAL 2 ай бұрын
These lectures can only help you with the skills I mentioned in video description.
@hasnaathaiderbukhari6747
@hasnaathaiderbukhari6747 2 ай бұрын
nice vedio
@shivrajpadale6373
@shivrajpadale6373 2 ай бұрын
suban allah .... thank you sir may allah bless you with thousands of subscriber
@SalimSalim-eg3gq
@SalimSalim-eg3gq 3 ай бұрын
Method euler explicit and implicit help me please 😢
@ATTIQIQBAL
@ATTIQIQBAL 3 ай бұрын
This is explicit since everything on the right hand side is known from previous iteration or initial condition for 1st iteration.
@rachitrawal4642
@rachitrawal4642 3 ай бұрын
bhai aapka bhot bhot dhanyawaad
@TrevorPope-kz6ev
@TrevorPope-kz6ev 3 ай бұрын
captions really saved my life here
@H_mughal
@H_mughal 3 ай бұрын
Line 8 mien mera error aa raha ha
@mohhamadhosseindehghanitaf1826
@mohhamadhosseindehghanitaf1826 3 ай бұрын
Hello good time Excuse me, the code you wrote is only for 3 data or can it be used for more data like 20 data?
@ATTIQIQBAL
@ATTIQIQBAL 3 ай бұрын
It can be used for more data points.
@universalcreation258
@universalcreation258 3 ай бұрын
Please provide code in description
@Kya_bat_he
@Kya_bat_he 3 ай бұрын
Br sanveg
@IONT781
@IONT781 3 ай бұрын
Thank you very much for all the work you have done. I have been watching the videos you have posted and they have really helped me a lot to understand how to implement numerical methods in Matlab. Keep up the excellent work!!!! I have recommended your channel to some of my colleagues ;)
@ATTIQIQBAL
@ATTIQIQBAL 3 ай бұрын
Thank you for your kind words and support! Glad to hear the videos are helping you grasp numerical methods in Matlab. Your recommendations mean a lot! 😊
@AbbasAli-lv4cy
@AbbasAli-lv4cy 4 ай бұрын
Thank u sir for your knowledge . Please can u assist me how to get MATLAB setup?
@user-cb2gu4be7x
@user-cb2gu4be7x 4 ай бұрын
Thank You sir, Very helpful
@jamalshah4639
@jamalshah4639 4 ай бұрын
Nice sir ☺️ great to see your lectures
@usernameisamyth
@usernameisamyth 4 ай бұрын
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
@skusaid8512
@skusaid8512 4 ай бұрын
Assalamualaikum Sir ur gr8. Love from Srinagar Kashmir
@ShabihaNaz
@ShabihaNaz 4 ай бұрын
Very helpful...thank you
@srabontysoily5185
@srabontysoily5185 4 ай бұрын
Sir, can you do Matlab code for fixed point for system of non linear equations?
@srabontysoily5185
@srabontysoily5185 4 ай бұрын
Hello sir do you have any codes for fixed point method for multivaribles? Can you kindly make a lecture on that?
@user-ox3bt7ey5v
@user-ox3bt7ey5v 4 ай бұрын
Is it applicable for 24x24 matrix?
@ATTIQIQBAL
@ATTIQIQBAL 4 ай бұрын
Yes
@srlrs1
@srlrs1 4 ай бұрын
دكتورة عفتي كل الامثلة جيتي عالهنود
@need_10k
@need_10k 4 ай бұрын
showing error line 8 column 5
@ATTIQIQBAL
@ATTIQIQBAL 4 ай бұрын
Email your code at [email protected]
@Nahidkabir38
@Nahidkabir38 5 ай бұрын
wrong equation
@RajKumar-bl8ox
@RajKumar-bl8ox 5 ай бұрын
Good explanation.... thank you....👍
@Isabella-ce1gq
@Isabella-ce1gq 5 ай бұрын
this was such a slay.
@srabontysoily5185
@srabontysoily5185 6 ай бұрын
Sir, nice explanation, how can I put the third stopping condition inside the code as you mentioned here ?
@ATTIQIQBAL
@ATTIQIQBAL 6 ай бұрын
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.
@funwithwaniarumaisaareeba7586
@funwithwaniarumaisaareeba7586 6 ай бұрын
sir why do we have two different values of y against single value of independent variable x=0.7?
@ATTIQIQBAL
@ATTIQIQBAL 6 ай бұрын
Sorry that's a mistake.
@user-ph1pr1jx4o
@user-ph1pr1jx4o 6 ай бұрын
HI . what about modified newton-raphson
@ahmadiqbal925
@ahmadiqbal925 6 ай бұрын
fortran me be yehe program likhty sir ya kuch diffrent hota
@Gardenhouse313
@Gardenhouse313 6 ай бұрын
After a lot of searching Finally i find it RK 4 it better if the method named is written in thumbnail. Thanks sir❤
@faisalhasan7826
@faisalhasan7826 6 ай бұрын
😂😂😂😂😂😂