(This time, including derivatives.) Closed form solutions are possible for some of these, I know. …which of course has a constant derivative. Matlab code: function implicit_funcs options = optim… more →
Justin Domke's Weblogwrote 1 year ago: (This time, including derivatives.) Closed form solutions are possible for some of these, I know. … more →
wrote 1 year ago: Matlab code: function implicit_funcs fsize = 16; f1 = @(x) x; f2 = @(x) 1.5*x; xAR = -2.5:.05:2.5; f … more →