Eytan, amazing work! This type of visualization and explanation is so valuable to the community. Thank you for it!
@isaiahfleischer81732 жыл бұрын
Great video Eytan!
@monsieur9102 жыл бұрын
This video is great. It just came up on my feed but I was smiling through the whole video. I used this method extensively during my phd :) Anyway I subscribe to your channel.
@alexkleb19412 жыл бұрын
What do you do when the two lines created by the tangent planes are parallel and either always intersect or never intersect?
@MDOLab2 жыл бұрын
Great question Alex! That represents an unsolvable (i.e., singular) linear system. Newton's method would not be able to continue, though you could imagine workarounds where the current states are perturbed slightly with the hope of finding a solvable point nearby. When applying Newton's method to numerical codes in practice, finding a point that is exactly singular is unlikely. However, it can come close in which case Newton's method would return a bad step, but to somewhere that is hopefully better conditioned.