Explore >> Select a destination


You are here

blog.autarkaw.com
| | www.stochasticlifestyle.com
7.1 parsecs away

Travel
| | Many problems can be reduced down to solving f(x)=0, maybe even more than you think! Solving a stiff differential equation? Finding out where the ball hits the ground? Solving an inverse problem to find the parameters to fit a model? In this talk we'll showcase how SciML's NonlinearSolve.jl is a general system for solving nonlinear equations and demonstrate its ability to efficiently handle these kinds of problems with high stability and performance. We will focus on how compilers are being integrated in...
| | autarkaw.wordpress.com
5.0 parsecs away

Travel
| | Many students ask me how do I do this or that in MATLAB. So I thought why not have a small series of my next few blogs do that. In this blog, I show you how to solve simultaneous linear equations given in matrix form. The MATLAB program link is here. The HTML version of...
| | xcorr.net
14.9 parsecs away

Travel
| | I've updated my automatic 2d Gaussian surface fitting function, available in Matlab Central, to add a function to fit Gabors to noisy data. As I've discussed previously, fitting a parametric surface to noisy data is pretty trivial whether it's a Gabor, Gaussian, or otherwise -- it's a straightforward application of numerical optimization that can be...
| | autarkaw.wordpress.com
29.3 parsecs away

Travel
| Many students ask me how do I do this or that in MATLAB. So I thought why not have a small series of my next few blogs do that. In this blog, I show you how to do polynomial interpolation. The MATLAB program link is here. The HTML version of the MATLAB program is here....