Martijn Anthonissen
Martijn Anthonissen
  • 137
  • 140 992
Animation of a solar concentrator
Made by Robert van Gestel during his PhD research at TU/e
มุมมอง: 23

วีดีโอ

Animation of "bucket of water" problem
มุมมอง 643 หลายเดือนก่อน
Animation by Robert van Gestel on his PhD work at TU/e
Animation of an optical fiber
มุมมอง 343 หลายเดือนก่อน
Animation of an optical fiber
Mass-spring system
มุมมอง 233 หลายเดือนก่อน
This animation shows a simulation of a horizontal mass-spring system
Finding a volume using polar coordinates
มุมมอง 1.7K2 ปีที่แล้ว
Worked out example
Finding the area of a region
มุมมอง 1.3K2 ปีที่แล้ว
Worked out example
Arc length
มุมมอง 9272 ปีที่แล้ว
Worked out example
Directional derivative
มุมมอง 1.2K2 ปีที่แล้ว
Worked out example
Chain rule
มุมมอง 9402 ปีที่แล้ว
Worked out example
Solving an initial value problem
มุมมอง 1.1K2 ปีที่แล้ว
Worked out example
Tangent plane to the graph of a function of two variables
มุมมอง 1.3K2 ปีที่แล้ว
Worked out example
Domain of a function of two variables
มุมมอง 8392 ปีที่แล้ว
Worked out example
lecture 6 part 5
มุมมอง 5583 ปีที่แล้ว
lecture 6 part 5
lecture 6 part 4
มุมมอง 5913 ปีที่แล้ว
We consider the convergence of the basic iterative methods
Part 3
มุมมอง 6253 ปีที่แล้ว
Basic iterative methods: - Jacobi - Gauss-Seidel - SOR
Part 2
มุมมอง 5723 ปีที่แล้ว
Part 2
Iterative methods for linear systems, Part 1
มุมมอง 9513 ปีที่แล้ว
Iterative methods for linear systems, Part 1
Double integral in polar coordinates
มุมมอง 1.3K3 ปีที่แล้ว
Double integral in polar coordinates
Mass of a flat plate
มุมมอง 1.5K3 ปีที่แล้ว
Mass of a flat plate
Length of a curve
มุมมอง 1.1K3 ปีที่แล้ว
Length of a curve
Area of a surface
มุมมอง 9493 ปีที่แล้ว
Area of a surface
Solving an ordinary differential equation
มุมมอง 8943 ปีที่แล้ว
Solving an ordinary differential equation
Partial derivatives
มุมมอง 8343 ปีที่แล้ว
Partial derivatives
Intersection points of a plane with the coordinate axes
มุมมอง 1.3K3 ปีที่แล้ว
Intersection points of a plane with the coordinate axes
Domain of a function of two variables
มุมมอง 9543 ปีที่แล้ว
Domain of a function of two variables
7-4 Differential equations
มุมมอง 4063 ปีที่แล้ว
7-4 Differential equations
7-3 Improper integrals
มุมมอง 3293 ปีที่แล้ว
7-3 Improper integrals
7-2 Surface area
มุมมอง 2123 ปีที่แล้ว
7-2 Surface area
7-1 Length of a curve
มุมมอง 3103 ปีที่แล้ว
7-1 Length of a curve
6-4 Integration by substitution
มุมมอง 3723 ปีที่แล้ว
6-4 Integration by substitution

ความคิดเห็น

  • @magnuswootton6181
    @magnuswootton6181 4 วันที่ผ่านมา

    this is actually a ray plane intersection!

  • @AsoAhmadzade-w2h
    @AsoAhmadzade-w2h หลายเดือนก่อน

    many thanks from Kurdistan your explanation is perfect professor. I had a question according to my calculation and running the algorithm on computer, in the matrix H2H1A the last element should be -9/5 at 41:12 am i correct?

    • @martijnanthonissen
      @martijnanthonissen หลายเดือนก่อน

      Thanks for your feedback! To answer your question: the matrix in the video is correct. Here is some Matlab code to check the results: A = [1 -7 0 ; 2 -20 5 ; 2 1 1] b = [-15 ; -27 ; 3] A\b x1 = [4 ; 2 ; 2] H1 = eye(3) - 2 * x1 * x1' / (x1' * x1) B = H1*A x2hat = [-24 ; 12] H2hat = eye(2) - 2 * x2hat * x2hat' / (x2hat' * x2hat) B(2:3,2:3) H2hat * B(2:3,2:3) H2 = eye(3); H2(2:3,2:3) = H2hat H2*H1*A H1*b H2*H1*b

  • @Uncown_Licus
    @Uncown_Licus หลายเดือนก่อน

    Thanks for the video, it's very good. (*˘︶˘*).。.:*♡ I'm watching from Russia, I don't know the language well, but this video still helped me. I still couldn't solve my task, but in any case I'll think about it some more. However, I have a question: could there be any problems in the solution due to the fact that, for example, we count with an accuracy of 5 or more decimal places? If not, then I'm in despair, I can't do the calculations and I don't understand why yet. P.s.1: Sorry for my bad English, anyway thank you again for the video. With it I passed at least the theoretical exam.ヾ(@^▽^@)ノ P.s.2: Maybe in 10 years someone will look at this and help me with the calculations, it would be funny. I'll be old already, and someone will send me the solution to these equations or something like that. I'm attaching my example here just in case. All the numbers here are separated by tabs, I don't know if TH-cam saves it, but you can paste the matrix into a notepad. We need to solve this matrix B = (A | b) using the Givens method (rotations) 0.94241 -9.92593 -4.90992 -4.10518 8.62312 110.64248 3.95281 -9.73429 9.62224 2.55386 8.13700 198.54478 3.94003 -6.60744 8.03506 -6.22550 4.25786 202.69444 4.40064 9.45029 7.78432 -4.23471 3.47524 92.84404 9.89481 -5.46737 8.68865 -5.27678 0.31915 165.27806 I calculate the rotation matrix G1 0.09452 0.99552 0 0 0 -0.99552 0.09452 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 Then I multiply G1 by the matrix B 4.02418 -10.62888 9.11505 2.1544 8.9156 208.11323 -0.56457 8.96138 5.79742 4.32818 -7.81538 -91.38035 3.94003 -6.60744 8.03506 -6.2255 4.25786 202.69444 4.40064 9.45029 7.78432 -4.23471 3.47524 92.84404 9.89481 -5.46737 8.68865 -5.27678 0.31915 165.27806 The first element of the 2nd row should be 0, but I have -0.56457 There is a mistake here somewhere, but I don't know where. Basically, the only thing I don't understand is why I can't get 0 here. Or maybe I didn't watch the video carefully. You need to solve this option manually, so the option with writing code will not work here.

    • @martijnanthonissen
      @martijnanthonissen หลายเดือนก่อน

      Thanks for your comment! Glad you liked the videos. Indeed your G1 matrix is incorrect. You should have found: a11=0.94241, a21=3.95281, alpha = sqrt(a11^2+a21^2) = 4.0636, c=a11/alpha=0.2319, s=a21/alpha=0.9727, G1 = [c s 0 0 0; -s c 0 0 0; 0 0 1 0 0; 0 0 0 1 0; 0 0 0 0 1].

    • @Uncown_Licus
      @Uncown_Licus หลายเดือนก่อน

      @martijnanthonissen thank you very much! I already realized this 5 hours before the exam and did this lab, but still thank you very much again 🩵

  • @miguelcarvalho7487
    @miguelcarvalho7487 2 หลายเดือนก่อน

    Awesome explanation!

  • @heyjianjing
    @heyjianjing 2 หลายเดือนก่อน

    Thank you so much Professor! Wonderful series!

  • @NicolasMonozon
    @NicolasMonozon 2 หลายเดือนก่อน

    Thank you for the wonderful videos, professor! They have been a huge help for my NLA class.

    • @martijnanthonissen
      @martijnanthonissen 2 หลายเดือนก่อน

      @@NicolasMonozon Great to hear that! Thanks for your message!

  • @TheClockmister
    @TheClockmister 3 หลายเดือนก่อน

    nou joe aur eej ferrie choet tietcher! tenk joe ferrie meutch!!

  • @TanishqDass-y3b
    @TanishqDass-y3b 3 หลายเดือนก่อน

    give examples to explain the topic. You're just reading the slides. Didn't understand a single thing. Same shit is written in my notes, but how do I actually implement it?

  • @down3879
    @down3879 4 หลายเดือนก่อน

    Still helping students in 2024, here from Romania, keep up with these kind of videos!

  • @ghostcookie882
    @ghostcookie882 4 หลายเดือนก่อน

    This is insanely good

    • @martijnanthonissen
      @martijnanthonissen 4 หลายเดือนก่อน

      @@ghostcookie882 Glad you like it! Thanks

  • @BikashBayan-x9u
    @BikashBayan-x9u 4 หลายเดือนก่อน

    Hi sir, could you give me any link for the scientific computation course which discusses about advanced linear system solvers? Thank you.

    • @martijnanthonissen
      @martijnanthonissen 4 หลายเดือนก่อน

      Thanks for your interest! I'm afraid that course is not publicly available on TH-cam. You're welcome to come to Eindhoven naturally 🙂

  • @earlducaine1085
    @earlducaine1085 5 หลายเดือนก่อน

    You're always apologizing for the proofs, but they're the best part!

    • @martijnanthonissen
      @martijnanthonissen 5 หลายเดือนก่อน

      @@earlducaine1085 Glad you enjoy the proofs too! Thanks for the feedback!

  • @bouenmarjan
    @bouenmarjan 5 หลายเดือนก่อน

    Very clear explanation. This is good stuff. I have 2 questions: 1) Why does Ai stay upper Hessenberg? 2) I don't really grasp why the diagonal elements of Ai converge to the eigenvalues? Thanks for the video!

    • @martijnanthonissen
      @martijnanthonissen 4 หลายเดือนก่อน

      Thanks for the feedback! Great questions - do you have access to the book "Scientific Computing" by Gander, Gander and Kwok? Your questions are answered in Sections 7.6.4 and 7.6.7

  • @holyshit922
    @holyshit922 6 หลายเดือนก่อน

    Reduction interval [a;b] to the [-1;1] interval can be done by substitution but the biggest problem with Gauss-Legendre quadratures is calculation of nodes I would like to see comparison between Gauss-Chebyshev quadratures Chebyshev nodes are easy to compute while Legendre nodes needs numerical methods (I can get coefficients of Legendre polynomial of degree n in linear time from power series solution of differential equation but to calculate nodes I need numerical methods such as QR method for eigenvalues)

  • @sanchitagarwal8764
    @sanchitagarwal8764 6 หลายเดือนก่อน

    Could we use deflation as well to compute the eigenvalues ?

    • @martijnanthonissen
      @martijnanthonissen 6 หลายเดือนก่อน

      @@sanchitagarwal8764 Yes, indeed. You can combine it with deflation. This is discussed in, e.g., the book by Gander, Gander & Kwok on Scientific Computing

    • @sanchitagarwal8764
      @sanchitagarwal8764 6 หลายเดือนก่อน

      @@martijnanthonissen I think I finally got it, Francis step can be applied until the m, m-1 element is larger than machine epsilon and.then deflation can be done

  • @sanchitagarwal8764
    @sanchitagarwal8764 6 หลายเดือนก่อน

    Great content Professor

  • @phymadori545
    @phymadori545 6 หลายเดือนก่อน

    You've become my professor of linear algebra. Thank you very much.

  • @phymadori545
    @phymadori545 6 หลายเดือนก่อน

    Super. Thanks.

  • @anthonykonstantinou5378
    @anthonykonstantinou5378 6 หลายเดือนก่อน

    you explain everything in an extremely clear manner, thanks a lot

    • @martijnanthonissen
      @martijnanthonissen 6 หลายเดือนก่อน

      @@anthonykonstantinou5378 Great to hear that. Thanks for the feedback!

  • @advancedappliedandpuremath
    @advancedappliedandpuremath 8 หลายเดือนก่อน

    Hi Sir this video is exceptional it summarizes all of SVD. I have just a one question can we find AA^T first which will give U matrix and then funding V matrix using relation U(sigma) = AV, i mean the reverse process of what is usually found in books

    • @martijnanthonissen
      @martijnanthonissen 8 หลายเดือนก่อน

      Thanks! I'm not sure the reverse process will work because we define the columns of U in terms of the columns of V

    • @advancedappliedandpuremath
      @advancedappliedandpuremath 7 หลายเดือนก่อน

      @@martijnanthonissen Sir is it necessary to arrange singular values in descending order what if we don't.

    • @martijnanthonissen
      @martijnanthonissen 7 หลายเดือนก่อน

      @@advancedappliedandpuremath You can find a factorization where the singular values are not sorted. However, the singular values are a weight for the importance of the singular vectors. For applications you usually approximate the matrix using only a few singular vectors and then it is useful to sort them by importance

    • @advancedappliedandpuremath
      @advancedappliedandpuremath 7 หลายเดือนก่อน

      @@martijnanthonissen Great Sir thanks a lot.

  • @martijnanthonissen
    @martijnanthonissen 8 หลายเดือนก่อน

    Thanks! What do you mean by "power of matrices property"?

    • @karimsayed4889
      @karimsayed4889 8 หลายเดือนก่อน

      In 3:57, the property entitled Lemma:Power of matrices. You mentioned that it was explained previously in one of these videos.

    • @martijnanthonissen
      @martijnanthonissen 8 หลายเดือนก่อน

      @@karimsayed4889 It is in video 1-3 of the NLA playlist. Here's a link th-cam.com/video/utLFuFLZOFk/w-d-xo.htmlsi=1k2EZr0Wrv_ASTdj

  • @karimsayed4889
    @karimsayed4889 8 หลายเดือนก่อน

    Great video. Where do you explain the power of matrices property?

  • @kaanyucel6294
    @kaanyucel6294 8 หลายเดือนก่อน

    how to choose sigmas when shifting not knowing the eig values

    • @martijnanthonissen
      @martijnanthonissen 8 หลายเดือนก่อน

      That is indeed a problem. You can estimate eigenvalues (using e.g. Gershgorin's theorem)

  • @aryanshrajsaxena6961
    @aryanshrajsaxena6961 8 หลายเดือนก่อน

    Hi. I am Chong Li from Bloodsport. Love your lectures sir!

  • @fazgamerx
    @fazgamerx 9 หลายเดือนก่อน

    Wow!

  • @AM-jx3zf
    @AM-jx3zf 9 หลายเดือนก่อน

    Thank you, dear sir. Very simple and easy to understand. I was a math undergrad, and I am going back for my master's after 10 years, so this is a huge help for revision.

  • @hectortilla_francesa
    @hectortilla_francesa 9 หลายเดือนก่อน

    This has been a perfect explanation about the householder's QR decomposition! Really grateful for your video!!

  • @wilsonailen5015
    @wilsonailen5015 10 หลายเดือนก่อน

    please, can you send me a link to find the gradient(derivative) of norms? thank you

    • @martijnanthonissen
      @martijnanthonissen 10 หลายเดือนก่อน

      You probably need the derivative of the 2-norm? I think you can find that yourself! Just try differentiating its definition in components

  • @NYkid3099
    @NYkid3099 10 หลายเดือนก่อน

    Thank you. Extremely helpful!

  • @RobinWu-t9n
    @RobinWu-t9n 10 หลายเดือนก่อน

    Greatly help with my understanding in concepts and algorithms!!

  • @Schooling2023
    @Schooling2023 10 หลายเดือนก่อน

    this is so great! Thank's

  • @ananthakrishnank3208
    @ananthakrishnank3208 10 หลายเดือนก่อน

    Wonderful lecture. Missing such mathematics for a long time. Thanks!

  • @AMRAbdellatif-sj3dg
    @AMRAbdellatif-sj3dg 11 หลายเดือนก่อน

    i really like your videos but can you explain how to get H2 and H1 simply

  • @abdulazizalhaidari7665
    @abdulazizalhaidari7665 ปีที่แล้ว

    Each video of these series is great, thanks from the bottoms of my heart,

    • @abdulazizalhaidari7665
      @abdulazizalhaidari7665 ปีที่แล้ว

      though, I wish if there were more detailed underlying technical details as you did with some other lectures (i.e. the intuition on why this works).

  • @abdulazizalhaidari7665
    @abdulazizalhaidari7665 ปีที่แล้ว

    Hi Prof Martijn, I always review your videos for Numerical Linear algebra, your explanation is just make sense and intuitive. Thank you.

  • @deepalikulal88
    @deepalikulal88 ปีที่แล้ว

    Hello professor, may I know which book you have taken for reference, thank you 😊

    • @martijnanthonissen
      @martijnanthonissen ปีที่แล้ว

      There are a couple of books I like on the topic. Each one of these is a great resource: - Michael T. Heath, Scientific Computing. An introductory survey. Mc Graw Hill - Walter Gander, Martin J. Gander, Felix Kwok, Scientific Computing --- An Introduction using Maple and MATLAB. Springer, 2014 - Richard L. Burden, J. Douglas Faires and Annette M. Burden, Numerical Analysis 10th edition. Cengage Learning, 2016

  • @ashar4121
    @ashar4121 ปีที่แล้ว

    Watching from Zürich, this is so great! You should have more subscribers

  • @abdulazizalhaidari7665
    @abdulazizalhaidari7665 ปีที่แล้ว

    you are a bless Dr Martijn. Deep appreciation for your videos, you are a great lecturer

  • @enside8822
    @enside8822 ปีที่แล้ว

    I absolutely loved your explanation for choosing the sign at 23:25, I couldn't find anywhere else on the internet whether we are supposed to use +, - or signum and why, thank you a lot professor.

    • @martijnanthonissen
      @martijnanthonissen ปีที่แล้ว

      You are most welcome. Thanks for your nice comment!

  • @abdulwasayikhlaq8013
    @abdulwasayikhlaq8013 ปีที่แล้ว

    Excellent explanation!

  • @dothuong-f1e
    @dothuong-f1e ปีที่แล้ว

    σ is the smallest singular value of A∗A, µi are the singular values of A, and we have used the fact that A∗A is normal. Why norm of (A*A)^-1=(norm A^+)^2 Can you explain for me ? Thank you so much

    • @martijnanthonissen
      @martijnanthonissen ปีที่แล้ว

      I am afraid that I do not understand what you are asking. Could you elaborate please?

  • @CGMossa
    @CGMossa ปีที่แล้ว

    I've seen these videos and frankly they are some of the best on the web, in terms of clarity and information. Love it.

  • @martijnanthonissen
    @martijnanthonissen ปีที่แล้ว

    Check Video 2-3 in this series. It discusses sensitivity of linear systems

  • @dothuong-f1e
    @dothuong-f1e ปีที่แล้ว

    Can you help me explain sensitivity of variable A

  • @holyshit922
    @holyshit922 ปีที่แล้ว

    One important thing : Cross product is a vector Americans misuse the terms cross product and its length For example in Convex hull they use term cross product no matter that cross product works only for 3D vectors and they have the length of cross product of their mind

  • @rainbowreviews8644
    @rainbowreviews8644 ปีที่แล้ว

    Thank you so much for these lectures ❤

  • @ashutoshtrivedi3960
    @ashutoshtrivedi3960 ปีที่แล้ว

    can you provide code for this

  • @artemandrienko5165
    @artemandrienko5165 ปีที่แล้ว

    Dear Professor, thank you very much for the explanation! How could I deal with complex matrices? Can I use QR/Schur for the complex case? As soon as I understood, you derived the explanation for the real values.

    • @martijnanthonissen
      @martijnanthonissen ปีที่แล้ว

      Indeed, the video is for real matrices. The decomposition exists for complex matrices too. You can look on Wikipedia to see how that works. Good luck!

    • @artemandrienko5165
      @artemandrienko5165 ปีที่แล้ว

      Thank you very much, Professor! @@martijnanthonissen

  • @holyshit922
    @holyshit922 ปีที่แล้ว

    And suppose I would like to get some orthogonal polynomials via orthogonalisation How Householder transformation would help ? I know how to use modified Gram-Schmidt for this purpose We have inner product than v_{j}^{T}v_{k} For example inner product for Chebyshov (sh is hard and over that e there are two dots which Russians usually dont write so it is better to write o here) polynomial is sum(a_{2k}*1/(2^(2k)*binomial(2k,k),k=0..floor((m+n)/2)) where p(x)q(x) = sum(a_{k}*x^k,k=0..m+n) so this inner product is different from that produced by v_{j}^{T}v_{k}

    • @martijnanthonissen
      @martijnanthonissen ปีที่แล้ว

      I do not have a direct answer to your question, but the video th-cam.com/video/OGRuR2uOWUQ/w-d-xo.htmlsi=O36_V4M2V25w5vzU covers Gram-Schmidt to factor a matrix. You may also use Householder to get such a factorization

  • @abdelrahmanibrahim1981
    @abdelrahmanibrahim1981 ปีที่แล้ว

    well done appreciate your effort