{"id":256,"date":"2010-11-23T14:24:17","date_gmt":"2010-11-23T14:24:17","guid":{"rendered":"https:\/\/blogs.mathworks.com\/loren\/2010\/11\/23\/educational-webinar-tuesday-december-7-2010\/"},"modified":"2017-11-17T12:41:52","modified_gmt":"2017-11-17T17:41:52","slug":"educational-webinar-tuesday-december-7-2010","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/loren\/2010\/11\/23\/educational-webinar-tuesday-december-7-2010\/","title":{"rendered":"Educational Webinar &#8211; Tuesday, December 7, 2010"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <introduction>\r\n      <p>Early this December, we will be hosting a webinar entitled \"Teaching Math and Physics with Symbolic Math Toolbox\".  I've seen\r\n         a sneak peek of the content and I think many readers might be interested in attending.\r\n      <\/p>\r\n   <\/introduction>\r\n   <h3>Contents<\/h3>\r\n   <div>\r\n      <ul>\r\n         <li><a href=\"#1\">Webinar Content<\/a><\/li>\r\n         <li>Session Registrations<\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <h3>Webinar Content<a name=\"1\"><\/a><\/h3>\r\n   <p>The webinar will highlight how symbolic computation can be used to teach concepts and solve problems in Math and Physics courses.<\/p>\r\n   <p>Topics include:<\/p>\r\n   <div>\r\n      <ul>\r\n         <li>Using symbolic computation for common tasks such as solving, simplifying, and plotting equations, and performing other calculations\r\n            such as derivatives, integrals, limits, and inverses\r\n         <\/li>\r\n         <li>Creating interactive animations to demonstrate concepts during class<\/li>\r\n         <li>Developing curriculum materials and homework assignments using the MuPAD notebook interface<\/li>\r\n      <\/ul>\r\n   <\/div>\r\n\r\n   <p>Hope to see you there!<\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_c6bd3041600a48e2af30bc9fab355f2d() {\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='c6bd3041600a48e2af30bc9fab355f2d ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' c6bd3041600a48e2af30bc9fab355f2d';\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 2010 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_c6bd3041600a48e2af30bc9fab355f2d()\"><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.11<br><\/p>\r\n<\/div>\r\n<!--\r\nc6bd3041600a48e2af30bc9fab355f2d ##### SOURCE BEGIN #####\r\n%% Educational Webinar - Tuesday, December 7, 2010\r\n% Early this December, we will be hosting a webinar entitled \"Teaching Math\r\n% and Physics with Symbolic Math Toolbox\".  I've seen a sneak peek of the\r\n% content and I think many readers might be interested in attending.\r\n%% Webinar Content\r\n% The webinar will highlight how symbolic computation can be used to teach\r\n% concepts and solve problems in Math and Physics courses.\r\n% \r\n% Topics include:\r\n%\r\n% * Using symbolic computation for common tasks such as solving, \r\n% simplifying, and plotting equations, and performing other calculations \r\n% such as derivatives, integrals, limits, and inverses\r\n% * Creating interactive animations to demonstrate concepts during class  \r\n% * Developing curriculum materials and homework assignments using the \r\n% MuPAD notebook interface \r\n\r\n\r\n\r\n%% Session Registrations\r\n% This webinar will be delivered twice, so choose the time best suited to\r\n% your schedule.\r\n%\r\n% * <https:\/\/www.mathworks.com\/company\/events\/webinars\/wbnr52810.html?seq=1\r\n% 9AM US EST)>\r\n% * <https:\/\/www.mathworks.com\/company\/events\/webinars\/wbnr52810.html?seq=2\r\n% 2PM US EST>\r\n%\r\n% Hope to see you there!\r\n\r\n##### SOURCE END ##### c6bd3041600a48e2af30bc9fab355f2d\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\n   \r\n      Early this December, we will be hosting a webinar entitled \"Teaching Math and Physics with Symbolic Math Toolbox\".  I've seen\r\n         a sneak peek of the content and I think many... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/loren\/2010\/11\/23\/educational-webinar-tuesday-december-7-2010\/\">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\/256"}],"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=256"}],"version-history":[{"count":2,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/256\/revisions"}],"predecessor-version":[{"id":2470,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/256\/revisions\/2470"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/media?parent=256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/categories?post=256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/tags?post=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}