{"id":172,"date":"2009-02-17T17:24:07","date_gmt":"2009-02-17T17:24:07","guid":{"rendered":"https:\/\/blogs.mathworks.com\/loren\/2009\/02\/17\/experiments-with-matlab-the-book\/"},"modified":"2009-02-19T17:05:38","modified_gmt":"2009-02-19T17:05:38","slug":"experiments-with-matlab-the-book","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/loren\/2009\/02\/17\/experiments-with-matlab-the-book\/","title":{"rendered":"Experiments with MATLAB &#8211; The Book"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <introduction>\r\n      <p>Quite a few MATLAB users that I meet these days want to know if The MathWorks has a toolbox for their precocious teenagers.\r\n         Currently, there is not such product.  However, <a href=\"https:\/\/www.mathworks.com\/company\/aboutus\/founders\/clevemoler.html\">Cleve Moler<\/a>, cofounder of The MathWorks, has a book, <a href=\"https:\/\/www.mathworks.com\/moler\/exm\/index.html\"><b>Experiments with MATLAB<\/b><\/a> that you might find suitable.\r\n      <\/p>\r\n   <\/introduction>\r\n   <p>Cleve is an engaging writer; his love for math and teaching shine through. Cleve has written other books as well.  Prior to\r\n      <b>Experiments with MATLAB<\/b>, Cleve most recently wrote <a href=\"https:\/\/www.mathworks.com\/moler\/index_ncm.html\"><b>Numerical Computing with MATLAB<\/b><\/a>.\r\n   <\/p>\r\n   <p>Cleve's audience for each of these books is quite different; the former intended for high school and early college, the latter\r\n      for an introduction to numerical methods. You may notice that the these two books share some chapters with the same titles,\r\n      e.g., \"Linear Equations.\" Despite the naming similarities, Cleve focuses appropriately in each book on the intended audience.\r\n   <\/p>\r\n   <p>In <b>Experiments<\/b> you will see a 7-page chapter using a high school level word problem to motivate the discussion.  In contrast, Cleve spends\r\n      about 40 pages on the equivalent chapter in the <b>Numerical Computing<\/b> book for the equivalent chapter.\r\n   <\/p>\r\n   <p>Here's a list of the chapters.<\/p>\r\n   <p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"https:\/\/blogs.mathworks.com\/images\/loren\/172\/CBMtoc.PNG\"> <\/p>\r\n   <p>Tell us your experiences of teaching your high school kids to use MATLAB. What sorts of problems did they work on?  What was\r\n      easy?  What was hard? Let us know <a href=\"https:\/\/blogs.mathworks.com\/loren\/?p=172\">here<\/a>.\r\n   <\/p>\r\n<p><b>Update:<\/b> High school students can purchase and use the Student Version, which is available for a pretty good price and delivered by download at the MathWorks store ($99).\r\n <\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_a5bb003058bd425ba725c9a7e9257971() {\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='a5bb003058bd425ba725c9a7e9257971 ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' a5bb003058bd425ba725c9a7e9257971';\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        author = 'Loren Shure';\r\n        copyright = 'Copyright 2009 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 author and copyright lines at the bottom if specified.\r\n        if ((author.length > 0) || (copyright.length > 0)) {\r\n            d.writeln('');\r\n            d.writeln('%%');\r\n            if (author.length > 0) {\r\n                d.writeln('% _' + author + '_');\r\n            }\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      \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_a5bb003058bd425ba725c9a7e9257971()\"><span style=\"font-size: x-small;        font-style: italic;\">Get \r\n            the MATLAB code \r\n            <noscript>(requires JavaScript)<\/noscript><\/span><\/a><br><br>\r\n      Published with MATLAB&reg; 7.7<br><\/p>\r\n<\/div>\r\n<!--\r\na5bb003058bd425ba725c9a7e9257971 ##### SOURCE BEGIN #####\r\n%% Experiments with MATLAB - The Book\r\n% Quite a few MATLAB users that I meet these days want to know if The\r\n% MathWorks has a toolbox for their precocious teenagers.  Currently, there\r\n% is not such product.  However,\r\n% <https:\/\/www.mathworks.com\/company\/aboutus\/founders\/clevemoler.html Cleve Moler>, \r\n% cofounder of The MathWorks, has a book, \r\n% <https:\/\/www.mathworks.com\/moler\/exm\/index.html *Experiments with MATLAB*> \r\n% that you might find suitable. \r\n%% \r\n% Cleve is an engaging writer; his love for math and teaching shine\r\n% through. Cleve has written other books as well.  Prior to *Experiments with\r\n% MATLAB*, Cleve most recently wrote\r\n% <https:\/\/www.mathworks.com\/moler\/index_ncm.html *Numerical Computing with MATLAB*>.\r\n%%\r\n% Cleve's audience for each of these books is quite different; the former\r\n% intended for high school and early college, the latter for an\r\n% introduction to numerical methods. You may notice that the these two\r\n% books share some chapters with the same titles, e.g., \"Linear Equations.\"\r\n% Despite the naming similarities, Cleve focuses appropriately in each book\r\n% on the intended audience.  \r\n%%\r\n% In *Experiments* you will see a 7-page chapter using a high school level \r\n% word problem to motivate the discussion.  In contrast, Cleve spends about\r\n% 40 pages on the equivalent chapter in the *Numerical Computing* book for\r\n% the equivalent chapter.\r\n%% \r\n% Here's a list of the chapters.\r\n%\r\n% <<CBMtoc.PNG>>\r\n%%\r\n% Tell us your experiences of teaching your high school kids to use MATLAB.\r\n% What sorts of problems did they work on?  What was easy?  What was hard?\r\n% Let us know <https:\/\/blogs.mathworks.com\/loren\/?p=172 here>.\r\n##### SOURCE END ##### a5bb003058bd425ba725c9a7e9257971\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\n   \r\n      Quite a few MATLAB users that I meet these days want to know if The MathWorks has a toolbox for their precocious teenagers.\r\n         Currently, there is not such product.  However,... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/loren\/2009\/02\/17\/experiments-with-matlab-the-book\/\">read more >><\/a><\/p>","protected":false},"author":39,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[25],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/172"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/comments?post=172"}],"version-history":[{"count":0,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/172\/revisions"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/media?parent=172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/categories?post=172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/tags?post=172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}