{"id":6235,"date":"2020-05-20T17:16:40","date_gmt":"2020-05-20T21:16:40","guid":{"rendered":"https:\/\/blogs.mathworks.com\/cleve\/?p=6235"},"modified":"2020-05-20T17:16:40","modified_gmt":"2020-05-20T21:16:40","slug":"moler-on-e-nla-wednesday-may-27","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/cleve\/2020\/05\/20\/moler-on-e-nla-wednesday-may-27\/","title":{"rendered":"Moler on E-NLA, Wednesday, May 27"},"content":{"rendered":"\r\n<div class=\"content\"><!--introduction--><!--\/introduction--><p>It has been a while since I made a blog post. It is because I am preparing to give a talk next week on<\/p><p><b>\"The Evolution of the Evolution of MATLAB\"<\/b><\/p><p>on E-NLA, the <a href=\"https:\/\/sites.google.com\/view\/e-nla\/home\">Online seminar series on Numerical Linear Algebra<\/a>.<\/p><p>I will explain the evolution of the title in the talk.<\/p><p>The talk will be Wednesday, May 27, at 4 pm CEST (Central European Summer Time).  That's 10 am EDT and 7 am PDT in the US.<\/p><p>Here is a <a href=\"https:\/\/sites.google.com\/view\/e-nla\/home#h.46fk2gwgceov\">link to the abstract<\/a>.<\/p><p>You will be able to access the talk live with Zoom at <a href=\"https:\/\/unige.zoom.us\/j\/92461131720?pwd=YmhRcWFlejRPVFZGTEFpMXZqSzVqdz09\">this link<\/a>.<\/p><p>Or, you will be able to access it, along with recordings of previous talks by Nick Higham, Michele Benzi, Volker Mehrmann, and Ilse Ipsen, on YouTube at <a href=\"https:\/\/www.youtube.com\/channel\/UCl3AmvN5JwD4FUJn2aLKDZQ\/live\">this link<\/a>.<\/p><p>Better yet, sign up for the entire E-NLA series at <a href=\"https:\/\/sites.google.com\/view\/e-nla\/home\">this link<\/a>. After me, future speakers include Nick Trefethen, Martin Gander, Mark Embree, Jim Demmel, Tammy Kolda, Laura Grigori, and who knows who else.<\/p><script language=\"JavaScript\"> <!-- \r\n    function grabCode_316db8d484fd4ec1ac43420452115d2c() {\r\n        \/\/ Remember the title so we can use it in the new page\r\n        title = document.title;\r\n\r\n        \/\/ Break up these strings so that their presence\r\n        \/\/ in the Javascript doesn't mess up the search for\r\n        \/\/ the MATLAB code.\r\n        t1='316db8d484fd4ec1ac43420452115d2c ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' 316db8d484fd4ec1ac43420452115d2c';\r\n    \r\n        b=document.getElementsByTagName('body')[0];\r\n        i1=b.innerHTML.indexOf(t1)+t1.length;\r\n        i2=b.innerHTML.indexOf(t2);\r\n \r\n        code_string = b.innerHTML.substring(i1, i2);\r\n        code_string = code_string.replace(\/REPLACE_WITH_DASH_DASH\/g,'--');\r\n\r\n        \/\/ Use \/x3C\/g instead of the less-than character to avoid errors \r\n        \/\/ in the XML parser.\r\n        \/\/ Use '\\x26#60;' instead of '<' so that the XML parser\r\n        \/\/ doesn't go ahead and substitute the less-than character. \r\n        code_string = code_string.replace(\/\\x3C\/g, '\\x26#60;');\r\n\r\n        copyright = 'Copyright 2020 The MathWorks, Inc.';\r\n\r\n        w = window.open();\r\n        d = w.document;\r\n        d.write('<pre>\\n');\r\n        d.write(code_string);\r\n\r\n        \/\/ Add copyright line at the bottom if specified.\r\n        if (copyright.length > 0) {\r\n            d.writeln('');\r\n            d.writeln('%%');\r\n            if (copyright.length > 0) {\r\n                d.writeln('% _' + copyright + '_');\r\n            }\r\n        }\r\n\r\n        d.write('<\/pre>\\n');\r\n\r\n        d.title = title + ' (MATLAB code)';\r\n        d.close();\r\n    }   \r\n     --> <\/script><p style=\"text-align: right; font-size: xx-small; font-weight:lighter;   font-style: italic; color: gray\"><br><a href=\"javascript:grabCode_316db8d484fd4ec1ac43420452115d2c()\"><span style=\"font-size: x-small;        font-style: italic;\">Get \r\n      the MATLAB code <noscript>(requires JavaScript)<\/noscript><\/span><\/a><br><br>\r\n      Published with MATLAB&reg; R2019b<br><\/p><\/div><!--\r\n316db8d484fd4ec1ac43420452115d2c ##### SOURCE BEGIN #####\r\n%% Moler on E-NLA, Wednesday, May 27\r\n\r\n%%\r\n% It has been a while since I made a blog post.\r\n% It is because I am preparing to give a talk next week on\r\n%\r\n% *\"The Evolution of the Evolution of MATLAB\"*\r\n%\r\n% on E-NLA, the\r\n% <https:\/\/sites.google.com\/view\/e-nla\/home\r\n% Online seminar series on Numerical Linear Algebra>.\r\n%\r\n% I will explain the evolution of the title in the talk.\r\n%\r\n% The talk will be Wednesday, May 27, at 4 pm CEST\r\n% (Central European Summer Time).  That's 10 am EDT and\r\n% 7 am PDT in the US.\r\n%\r\n% Here is a\r\n% <https:\/\/sites.google.com\/view\/e-nla\/home#h.46fk2gwgceov\r\n% link to the abstract>.\r\n%\r\n% You will be able to access the talk live with Zoom at\r\n% <https:\/\/unige.zoom.us\/j\/92461131720?pwd=YmhRcWFlejRPVFZGTEFpMXZqSzVqdz09\r\n% this link>.\r\n%\r\n% Or, you will be able to access it, along with recordings of previous\r\n% talks by Nick Higham, Michele Benzi, Volker Mehrmann, and Ilse Ipsen,\r\n% on YouTube at\r\n% <https:\/\/www.youtube.com\/channel\/UCl3AmvN5JwD4FUJn2aLKDZQ\/live\r\n% this link>.\r\n%\r\n% Better yet, sign up for the entire E-NLA series at\r\n% <https:\/\/sites.google.com\/view\/e-nla\/home this link>.\r\n% After me, future speakers include Nick Trefethen, Martin Gander,\r\n% Mark Embree, Jim Demmel, Tammy Kolda, Laura Grigori, and who knows\r\n% who else.\r\n\r\n\r\n##### SOURCE END ##### 316db8d484fd4ec1ac43420452115d2c\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\nIt has been a while since I made a blog post. It is because I am preparing to give a talk next week on\"The Evolution of the Evolution of MATLAB\"on E-NLA, the Online seminar series on Numerical... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/cleve\/2020\/05\/20\/moler-on-e-nla-wednesday-may-27\/\">read more >><\/a><\/p>","protected":false},"author":78,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[5,4,8],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts\/6235"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/users\/78"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/comments?post=6235"}],"version-history":[{"count":4,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts\/6235\/revisions"}],"predecessor-version":[{"id":6243,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts\/6235\/revisions\/6243"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/media?parent=6235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/categories?post=6235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/tags?post=6235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}