{"id":572,"date":"2017-09-14T13:41:36","date_gmt":"2017-09-14T16:41:36","guid":{"rendered":"http:\/\/www.professores.uff.br\/diomarcesarlobao\/?page_id=572"},"modified":"2017-09-14T13:41:36","modified_gmt":"2017-09-14T16:41:36","slug":"fcn2plot-m","status":"publish","type":"page","link":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/fcn2plot-m\/","title":{"rendered":"fcn2plot.m"},"content":{"rendered":"<pre>function y = fcn2plot(x)\r\n% FCN2plot returns an array containing two functions to be\r\n% plotted simultaneously with fplot\r\n\r\n% BE SURE TO COMMENT OUT ALL DEFINITIONS NOT REQUIRED\r\n\r\n% The following is used for plotting two functions with 'fplot'\r\n\r\n% for the polynomial f2, this is rearrangment for 1-point iteration\r\n%y(:,1) = -1200\/(x^3 - 5*x^2 - 124*x + 380);     % version 1\r\n%y(:,1) = (5*x^3 + 124*x^2 - 380*x - 1200)\/x^3;   % version 2\r\ny(:,1) =(-x^4 + 5*x^3 - 380*x - 1200)\/(-124*x);   % version 3\r\ny(:,2) = x;\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>function y = fcn2plot(x) % FCN2plot returns an array containing two functions to be % plotted simultaneously with fplot % BE SURE TO COMMENT OUT ALL DEFINITIONS NOT REQUIRED % The following is used for plotting two functions with &#8216;fplot&#8217; % for the polynomial f2, this is rearrangment for 1-point iteration %y(:,1) = -1200\/(x^3 &#8211; [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[],"tags":[],"class_list":["post-572","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages\/572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/comments?post=572"}],"version-history":[{"count":1,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages\/572\/revisions"}],"predecessor-version":[{"id":573,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages\/572\/revisions\/573"}],"wp:attachment":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/media?parent=572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/categories?post=572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/tags?post=572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}