From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: (setq org-html-with-latex nil) is ignored Date: Sat, 04 Nov 2017 16:31:31 +0100 Message-ID: <87wp36t60c.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eB0Qr-0004K7-ES for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 11:32:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eB0QM-0008Ll-9P for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 11:32:25 -0400 Received: from [195.159.176.226] (port=46037 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eB0QK-0008J1-Cv for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 11:31:54 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eB0QB-0002MC-3B for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 16:31:43 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi I want to sent the following message * Matlab code f=@(t,y)[-t*y^2]; [t,y]=ode45(f,[0 1],1); t=[t(1),t(end)]; y=[y(1),y(end)]; disp('\begin{align*}') fprintf('t = [%g \\quad %g] \\\\\n', t) fprintf('y = [%g \\qquad %g] \n', y) disp('\end{align*}') And I want to run org-mime-htmlize. When I do this the function complains about the incorrect latex syntax. So I set (setq org-html-with-latex nil), either like this or with customize-option I even check that it is indeed nil, run again org-mime-htmlize. But then I obtain the *same error* and now the variable is, magically, set to dvipng!!!! What the heck is going on? Uwe Brauer --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=orglatex.txt Content-Transfer-Encoding: quoted-printable Debugger entered--Lisp error: (error "File \"/tmp/orgtex9387g-x.dvi\" wasn= =E2=80=99t produced. Please adjust =E2=80=99dvipng=E2=80=99 part of =E2=80= =98org-preview-latex-process-alist=E2=80=99.") signal(error ("File \"/tmp/orgtex9387g-x.dvi\" wasn=E2=80=99t produced. = Please adjust =E2=80=99dvipng=E2=80=99 part of =E2=80=98org-preview-latex-p= rocess-alist=E2=80=99.")) error("File \"/tmp/orgtex9387g-x.dvi\" wasn't produced. Please adjust 'd= vipng' part of `org-preview-latex-process-alist'.") org-compile-file("/tmp/orgtex9387g-x.tex" ("latex -interaction nonstopmod= e -output-directory %o %f") "dvi" "Please adjust 'dvipng' part of `org-prev= iew-latex-process-alist'." #) org-create-formula-image("\\begin{align*}" "/tmp/ltximg/latex9387T0r_6ac6= afcd6f5857d2025ea7b6f654f45e9a88eb65.png" (:foreground default :background = default :scale 1.5 :html-foreground "Black" :html-background "Transparent" = :html-scale 1 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")) nil dvipng) org-format-latex("ltximg/latex9387T0r" nil nil "/tmp/" nil "Creating LaTe= X Image..." nil dvipng) org-html-format-latex("\\begin{align*}" dvipng (:export-options (body-onl= y) :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold)= (center-block . org-html-center-block) (clock . org-html-clock) (code . or= g-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-b= lock) (entity . org-html-entity) (example-block . org-html-example-block) (= export-block . org-html-export-block) (export-snippet . org-html-export-sni= ppet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-= footnote-definition) (footnote-reference . org-html-footnote-reference) (he= adline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (i= nline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinet= ask) (inner-template . org-html-inner-template) (italic . org-html-italic) = (item . org-html-item) (keyword . org-html-keyword) (latex-environment . or= g-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-= break . org-html-line-break) (link . org-html-link) (node-property . org-ht= ml-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-p= lain-list) (plain-text . org-html-plain-text) (planning . org-html-planning= ) (property-drawer . org-html-property-drawer) (quote-block . org-html-quot= e-block) (radio-target . org-html-radio-target) (section . org-html-section= ) (special-block . org-html-special-block) (src-block . org-html-src-block)= (statistics-cookie . org-html-statistics-cookie) (strike-through . org-htm= l-strike-through) (subscript . org-html-subscript) (superscript . org-html-= superscript) (table . org-html-table) (table-cell . org-html-table-cell) (t= able-row . org-html-table-row) (target . org-html-target) (template . org-h= tml-template) (timestamp . org-html-timestamp) (underline . org-html-underl= ine) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) (= (:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_= CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil = nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "h= tml5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-us= e-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil= org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:= html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postam= ble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-pream= ble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "= HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil= nil parse) (:html-head-include-default-style nil "html-style" org-html-hea= d-include-default-style) (:html-head-include-scripts nil "html-scripts" org= -html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil = org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs= ) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil= nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-f= ormat) (:html-footnote-separator nil nil org-html-footnote-separator) (:htm= l-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawe= r-function nil nil org-html-format-drawer-function) (:html-format-headline-= function nil nil org-html-format-headline-function) (:html-format-inlinetas= k-function nil nil org-html-format-inlinetask-function) (:html-home/up-form= at nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) = (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-templa= te nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-= html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-lin= k-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-option= s) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metada= ta-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-post= amble-format nil nil org-html-postamble-format) (:html-preamble-format nil = nil org-html-preamble-format) (:html-table-align-individual-fields nil nil = org-html-table-align-individual-fields) (:html-table-caption-above nil nil = org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table= -data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:= html-table-use-header-tags-for-first-column nil nil org-html-table-use-head= er-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-clas= s-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:ht= ml-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-top= level-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil or= g-html-use-infojs) (:html-validation-link nil nil org-html-validation-link)= (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil or= g-html-inline-images) ...) ((:filter-options . org-html-infojs-install-scri= pt) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output= . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer= " org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (11= 1 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html = t s v b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold)= (center-block . org-html-center-block) (clock . org-html-clock) (code . or= g-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-b= lock) (entity . org-html-entity) (example-block . org-html-example-block) (= export-block . org-html-export-block) (export-snippet . org-html-export-sni= ppet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-= footnote-definition) (footnote-reference . org-html-footnote-reference) (he= adline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (i= nline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinet= ask) (inner-template . org-html-inner-template) (italic . org-html-italic) = (item . org-html-item) (keyword . org-html-keyword) (latex-environment . or= g-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-= break . org-html-line-break) (link . org-html-link) (node-property . org-ht= ml-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-p= lain-list) (plain-text . org-html-plain-text) (planning . org-html-planning= ) (property-drawer . org-html-property-drawer) (quote-block . org-html-quot= e-block) (radio-target . org-html-radio-target) (section . org-html-section= ) (special-block . org-html-special-block) (src-block . org-html-src-block)= (statistics-cookie . org-html-statistics-cookie) (strike-through . org-htm= l-strike-through) (subscript . org-html-subscript) (superscript . org-html-= superscript) (table . org-html-table) (table-cell . org-html-table-cell) (t= able-row . org-html-table-row) (target . org-html-target) (template . org-h= tml-template) (timestamp . org-html-timestamp) (underline . org-html-underl= ine) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) := exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-thresh= old 0.8 data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin = 1 :end 32 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end = 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :par= ent (org-data nil #4 (headline ... ...))) #2 (paragraph (:begin 32 :end 63 = :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :pare= nt #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))))) "" #("(s= etq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:begin 32 :end 63= :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :par= ent (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-bla= nk 1 :post-affiliated 1 :parent ...) (keyword ...) #4)) #2))) #("(setq org-= html-with-latex nil)
\n" 0 30 (:parent (paragraph (:begin 32 :end 63 := contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :paren= t (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank= 1 :post-affiliated 1 :parent ...) (keyword ...) #4)) #("(setq org-html-wit= h-latex nil)\n" 0 31 (:parent #4))))) (paragraph (:begin 32 :end 63 :conten= ts-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (sec= tion (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :po= st-affiliated 1 :parent (org-data nil #4 (headline ... ...))) (keyword (:ke= y "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :po= st-affiliated 1 :parent #4)) #2)) #("(setq org-html-with-latex nil)\n" 0 31= (:parent #2))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 = (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 = :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :conte= nts-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...) = (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #4)))= )) (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blan= k 1 :post-affiliated 1 :parent (org-data nil #2 (headline (:raw-value "Matl= ab code" :begin 64 :end 279 :pre-blank 0 :contents-begin 79 :contents-end 2= 79 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-= blank 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-affili= ated 64 :title (#("Matlab code" 0 11 ...)) :parent #4) (section (:begin 79 = :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliate= d 79 :parent #5) (paragraph ... #("f=3D@(t,y)[-t*y" 0 13 ...) ... #("];\n[t= ,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 = 67 ...) ... #("')\nfprintf('t =3D [%g \\" 0 22 ...) ... #("%g] \\\\\\\\" = 0 9 ...) ... #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) ... #("%g] " 0 4 .= ..) ... #("', y)\ndisp('" 0 12 ...) ... #("')\n" 0 3 ...)))))) (keyword (:k= ey "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :p= ost-affiliated 1 :parent #2)) (paragraph (:begin 32 :end 63 :contents-begin= 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent #2) #("(setq= org-html-with-latex nil)\n" 0 31 (:parent #3)))) #("

\n(setq org-html-wi= th-latex nil)
\n

\n\n" 4 34 (:parent (paragraph (:begin 32 :end 63 = :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :pare= nt (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blan= k 1 :post-affiliated 1 :parent ...) (keyword ...) #4)) #("(setq org-html-wi= th-latex nil)\n" 0 31 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (p= aragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-bla= nk 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4))= #2 (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 = :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n= [t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" = 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :en= d 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:pare= nt #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 = :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\= \n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D= [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 := end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragme= nt (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\nd= isp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 26= 4 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) #("f=3D= @(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 7= 9 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:be= gin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-af= filiated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (super= script (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-= end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dod= e45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:par= ent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :pos= t-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (l= atex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4= )) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin= 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" = 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :p= ost-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value= "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 1= 2 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276= :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) #("2" 0 1 (:paren= t (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :c= ontents-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :conten= ts-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...= ) #("f=3D@(t,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t= (1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #(= "')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\= \" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...= ) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndis= p('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) #2))) #("2" 0 1 (:p= arent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 9= 3 :contents-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :co= ntents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent= ...) #("f=3D@(t,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:pa= rent #4))))) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-= begin 93 :contents-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end = 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 = :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 := post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13= (:parent #4)) #2 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:v= alue "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 = (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank= 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:valu= e "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0= 3 (:parent #4)))) #("2" 0 1 (:parent #2))) #("2" 5 6 (:parent (= superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :cont= ents-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-= begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #= ("f=3D@(t,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1)= ,t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4)= )))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)= ];\ndisp('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79= :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:beg= in 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-aff= iliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (supers= cript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-e= nd 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #2 (latex-fragment= (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #= ("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\= \quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9= (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blan= k 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (late= x-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4))= #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 2= 52 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-f= ragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #= 4)) #("')\n" 0 3 (:parent #4))))) #("];
\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(end)];
\ndisp('" 0 2 (:pare= nt (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :pos= t-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :content= s-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...)= #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 9= 4 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :pa= rent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(= 1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment= (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #= ("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\= \quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9= (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blan= k 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (late= x-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4))= #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 2= 52 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-f= ragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #= 4)) #("')\n" 0 3 (:parent #4)))) 9 32 (:parent (paragraph (:begin 79 :end 2= 79 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 := parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :p= ost-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 = (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5)= )) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];= \ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :beg= in 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0= 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :pos= t-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment = (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :b= egin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (la= tex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #= ("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}"= :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))= ) 39 55 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :content= s-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :en= d 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 7= 9 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:b= egin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :po= st-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1= ],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (= latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 = :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragm= ent (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] = \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end = 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:par= ent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank = 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :be= gin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent= #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-bla= nk 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 62 78 (:parent (paragraph (:= begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-= affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :cont= ents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t= ,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-= p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0= 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:v= alue "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 = (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank= 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:valu= e "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0= 3 (:parent #4)))) 85 91 (:parent (paragraph (:begin 79 :end 279 :contents-= begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (secti= on (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 := post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4))= (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :co= ntents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,= y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 6= 7 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 1= 75 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent = #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :pa= rent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n"= :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%= g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end= 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment = (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp= ('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 := end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) ...)) :inp= ut-buffer " *temp*" :input-file nil :html-doctype "xhtml-strict" :html-cont= ainer "div" :description nil :keywords nil :html-html5-fancy nil :html-link= -use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html= -postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitl= e nil :html-head-include-default-style t :html-head-include-scripts t :html= -allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble"= ) (content "div" "content") (postamble "div" "postamble")) :html-checkbox-t= ype ascii ...)) org-html-latex-fragment((latex-fragment (:value "\\begin{align*}" :begin = 161 :end 175 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents= -begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (sect= ion (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 = :post-affiliated 79 :parent (headline (:raw-value "Matlab code" :begin 64 := end 279 :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priorit= y nil :tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-se= ction-p nil :archivedp nil :commentedp nil :post-affiliated 64 :title ... := parent ...) #4)) #2)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #2)) (superscript (= :begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 := post-blank 0 :parent #2) #("2" 0 1 (:parent #3))) #("];\n[t,y]=3Dode45(f,[0= 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #2))= #0 #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #2)) (latex-fragment (:val= ue "\\quad" :begin 197 :end 203 :post-blank 1 :parent #2)) #("%g] \\\\\\\\= " 0 9 (:parent #2)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post= -blank 0 :parent #2)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #2)) = (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent= #2)) #("%g] " 0 4 (:parent #2)) (latex-fragment (:value "\\n" :begin 250 := end 252 :post-blank 0 :parent #2)) #("', y)\ndisp('" 0 12 (:parent #2)) (la= tex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :par= ent #2)) #("')\n" 0 3 (:parent #2))))) nil (:export-options (body-only) :ba= ck-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (cent= er-block . org-html-center-block) (clock . org-html-clock) (code . org-html= -code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) = (entity . org-html-entity) (example-block . org-html-example-block) (export= -block . org-html-export-block) (export-snippet . org-html-export-snippet) = (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footno= te-definition) (footnote-reference . org-html-footnote-reference) (headline= . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-= src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (= inner-template . org-html-inner-template) (italic . org-html-italic) (item = . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html= -latex-environment) (latex-fragment . org-html-latex-fragment) (line-break = . org-html-line-break) (link . org-html-link) (node-property . org-html-nod= e-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-l= ist) (plain-text . org-html-plain-text) (planning . org-html-planning) (pro= perty-drawer . org-html-property-drawer) (quote-block . org-html-quote-bloc= k) (radio-target . org-html-radio-target) (section . org-html-section) (spe= cial-block . org-html-special-block) (src-block . org-html-src-block) (stat= istics-cookie . org-html-statistics-cookie) (strike-through . org-html-stri= ke-through) (subscript . org-html-subscript) (superscript . org-html-supers= cript) (table . org-html-table) (table-cell . org-html-table-cell) (table-r= ow . org-html-table-row) (target . org-html-target) (template . org-html-te= mplate) (timestamp . org-html-timestamp) (underline . org-html-underline) (= verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html= -doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAI= NER" nil org-html-container-element) (:description "DESCRIPTION" nil nil ne= wline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-f= ancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-= url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-h= tml-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-m= athjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" o= rg-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (= :html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_H= EAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil p= arse) (:html-head-include-default-style nil "html-style" org-html-head-incl= ude-default-style) (:html-head-include-scripts nil "html-scripts" org-html-= head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-ht= ml-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:ht= ml-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil o= rg-html-extension) (:html-footnote-format nil nil org-html-footnote-format)= (:html-footnote-separator nil nil org-html-footnote-separator) (:html-foot= notes-section nil nil org-html-footnotes-section) (:html-format-drawer-func= tion nil nil org-html-format-drawer-function) (:html-format-headline-functi= on nil nil org-html-format-headline-function) (:html-format-inlinetask-func= tion nil nil org-html-format-inlinetask-function) (:html-home/up-format nil= nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html= -infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil= nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-i= nline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-= files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:h= tml-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-tim= estamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-= format nil nil org-html-postamble-format) (:html-preamble-format nil nil or= g-html-preamble-format) (:html-table-align-individual-fields nil nil org-ht= ml-table-align-individual-fields) (:html-table-caption-above nil nil org-ht= ml-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-= tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-t= able-use-header-tags-for-first-column nil nil org-html-table-use-header-tag= s-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-pref= ix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-tod= o-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-= hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html= -use-infojs) (:html-validation-link nil nil org-html-validation-link) (:htm= l-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html= -inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:= filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org= -html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-= html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As = HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v = b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold) (cent= er-block . org-html-center-block) (clock . org-html-clock) (code . org-html= -code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) = (entity . org-html-entity) (example-block . org-html-example-block) (export= -block . org-html-export-block) (export-snippet . org-html-export-snippet) = (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footno= te-definition) (footnote-reference . org-html-footnote-reference) (headline= . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-= src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (= inner-template . org-html-inner-template) (italic . org-html-italic) (item = . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html= -latex-environment) (latex-fragment . org-html-latex-fragment) (line-break = . org-html-line-break) (link . org-html-link) (node-property . org-html-nod= e-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-l= ist) (plain-text . org-html-plain-text) (planning . org-html-planning) (pro= perty-drawer . org-html-property-drawer) (quote-block . org-html-quote-bloc= k) (radio-target . org-html-radio-target) (section . org-html-section) (spe= cial-block . org-html-special-block) (src-block . org-html-src-block) (stat= istics-cookie . org-html-statistics-cookie) (strike-through . org-html-stri= ke-through) (subscript . org-html-subscript) (superscript . org-html-supers= cript) (table . org-html-table) (table-cell . org-html-table-cell) (table-r= ow . org-html-table-row) (target . org-html-target) (template . org-html-te= mplate) (timestamp . org-html-timestamp) (underline . org-html-underline) (= verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :export= ed-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.= 8 data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end= 32 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 64 :co= ntents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (o= rg-data nil #4 (headline ... ...))) #2 (paragraph (:begin 32 :end 63 :conte= nts-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent #4)= #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))))) "" #("(setq or= g-html-with-latex nil)\n" 0 31 (:parent (paragraph (:begin 32 :end 63 :cont= ents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (s= ection (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 := post-affiliated 1 :parent ...) (keyword ...) #4)) #2))) #("(setq org-html-w= ith-latex nil)
\n" 0 30 (:parent (paragraph (:begin 32 :end 63 :conten= ts-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (sec= tion (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :po= st-affiliated 1 :parent ...) (keyword ...) #4)) #("(setq org-html-with-late= x nil)\n" 0 31 (:parent #4))))) (paragraph (:begin 32 :end 63 :contents-beg= in 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (= :begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-aff= iliated 1 :parent (org-data nil #4 (headline ... ...))) (keyword (:key "OPT= IONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-aff= iliated 1 :parent #4)) #2)) #("(setq org-html-with-latex nil)\n" 0 31 (:par= ent #2))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (:pare= nt (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-= blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :contents-be= gin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...) (keywo= rd ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #4))))) (se= ction (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :p= ost-affiliated 1 :parent (org-data nil #2 (headline (:raw-value "Matlab cod= e" :begin 64 :end 279 :pre-blank 0 :contents-begin 79 :contents-end 279 :le= vel 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank = 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 6= 4 :title (#("Matlab code" 0 11 ...)) :parent #4) (section (:begin 79 :end 2= 79 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 := parent #5) (paragraph ... #("f=3D@(t,y)[-t*y" 0 13 ...) ... #("];\n[t,y]=3D= ode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...= ) ... #("')\nfprintf('t =3D [%g \\" 0 22 ...) ... #("%g] \\\\\\\\" 0 9 ..= .) ... #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) ... #("%g] " 0 4 ...) ..= . #("', y)\ndisp('" 0 12 ...) ... #("')\n" 0 3 ...)))))) (keyword (:key "OP= TIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-af= filiated 1 :parent #2)) (paragraph (:begin 32 :end 63 :contents-begin 32 :c= ontents-end 63 :post-blank 0 :post-affiliated 32 :parent #2) #("(setq org-h= tml-with-latex nil)\n" 0 31 (:parent #3)))) #("

\n(setq org-html-with-lat= ex nil)
\n

\n\n" 4 34 (:parent (paragraph (:begin 32 :end 63 :conte= nts-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (se= ction (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :p= ost-affiliated 1 :parent ...) (keyword ...) #4)) #("(setq org-html-with-lat= ex nil)\n" 0 31 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragra= ph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 := post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #2 (s= uperscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conte= nts-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175= :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4= )) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :pare= nt #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" := begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g = \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 2= 46 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:= value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('= " 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :en= d 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) #("f=3D@(t,y= )[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :co= ntents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 7= 9 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affilia= ted 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscrip= t (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 9= 4 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f= ,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #= 4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-bla= nk 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-= fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #(= "%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 = :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 = (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-b= lank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n= " :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:p= arent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :pos= t-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) #("2" 0 1 (:parent (su= perscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conten= ts-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-be= gin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("= f=3D@(t,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t= (end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\n= fprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 = 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (la= tex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" = 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) #2))) #("2" 0 1 (:parent= (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :co= ntents-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :content= s-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...)= #("f=3D@(t,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(= 1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("= ')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\= " 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...)= (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp= ('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #= 4))))) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :c= ontents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :paren= t (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-b= lank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:par= ent #4)) #2 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1)= ,y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{alig= n*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [= %g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end= 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-= fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("',= t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\= qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent= #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :pare= nt #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end= {align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:par= ent #4)))) #("2" 0 1 (:parent #2))) #("2" 5 6 (:parent (superscr= ipt (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end= 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79= :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(= t,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)]= ;\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprint= f('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...)= (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fr= agment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 .= ..) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :e= nd 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated = 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:= begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :p= ost-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #2 (latex-fragment (:value= "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfp= rintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" := begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:paren= t #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :par= ent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragme= nt (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] = " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post= -blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment = (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("'= )\n" 0 3 (:parent #4))))) #("];
\n[t,y]=3Dode45(f,[0 1],1);
\nt= =3D[t(1),t(end)];
\ny=3D[y(1),y(end)];
\ndisp('" 0 2 (:parent (pa= ragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blan= k 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begi= n 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) = #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use= -brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #= 4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(e= nd)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:val= ue "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\n= fprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad"= :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:par= ent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :p= arent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-frag= ment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g= ] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :po= st-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragmen= t (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #(= "')\n" 0 3 (:parent #4)))) 9 32 (:parent (paragraph (:begin 79 :end 279 :co= ntents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent= (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-bl= ank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:pare= nt #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin= 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161= :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:= parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blan= k 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:valu= e "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y= =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 2= 39 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fr= agment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y= )\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begi= n 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 39 5= 5 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end = 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 = :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :par= ent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 9= 2 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-bla= nk 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\= nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-= fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :paren= t #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:= value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\= \\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :p= ost-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4= )) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :par= ent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 25= 0 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) = (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 := parent #4)) #("')\n" 0 3 (:parent #4)))) 62 78 (:parent (paragraph (:begin = 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affili= ated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-e= nd 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t= *y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil = :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:p= arent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1)= ,y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{alig= n*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [= %g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end= 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-= fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("',= t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\= qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent= #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :pare= nt #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end= {align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:par= ent #4)))) 85 91 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79= :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:beg= in 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-aff= iliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (supers= cript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-e= nd 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode= 45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:pare= nt #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post= -blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (la= tex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)= ) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin = 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0= 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :po= st-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value = "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12= (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 = :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) ...)) :input-buffe= r " *temp*" :input-file nil :html-doctype "xhtml-strict" :html-container "d= iv" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs= -url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamb= le auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :h= tml-head-include-default-style t :html-head-include-scripts t :html-allow-n= ame-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (conte= nt "div" "content") (postamble "div" "postamble")) :html-checkbox-type asci= i ...)) org-export-data((latex-fragment (:value "\\begin{align*}" :begin 161 :end= 175 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 7= 9 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:be= gin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-af= filiated 79 :parent (headline (:raw-value "Matlab code" :begin 64 :end 279 = :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :t= ags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p = nil :archivedp nil :commentedp nil :post-affiliated 64 :title ... :parent .= ..) #4)) #2)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #2)) (superscript (:begin 9= 2 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-bla= nk 0 :parent #2) #("2" 0 1 (:parent #3))) #("];\n[t,y]=3Dode45(f,[0 1],1);\= nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #2)) #0 #("'= )\nfprintf('t =3D [%g \\" 0 22 (:parent #2)) (latex-fragment (:value "\\qu= ad" :begin 197 :end 203 :post-blank 1 :parent #2)) #("%g] \\\\\\\\" 0 9 (:= parent #2)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0= :parent #2)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #2)) (latex-f= ragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #2)) #(= "%g] " 0 4 (:parent #2)) (latex-fragment (:value "\\n" :begin 250 :end 252 = :post-blank 0 :parent #2)) #("', y)\ndisp('" 0 12 (:parent #2)) (latex-frag= ment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #2))= #("')\n" 0 3 (:parent #2))))) (:export-options (body-only) :back-end [cl-s= truct-org-export-backend html nil ((bold . org-html-bold) (center-block . o= rg-html-center-block) (clock . org-html-clock) (code . org-html-code) (draw= er . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . or= g-html-entity) (example-block . org-html-example-block) (export-block . org= -html-export-block) (export-snippet . org-html-export-snippet) (fixed-width= . org-html-fixed-width) (footnote-definition . org-html-footnote-definitio= n) (footnote-reference . org-html-footnote-reference) (headline . org-html-= headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . = org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-templa= te . org-html-inner-template) (italic . org-html-italic) (item . org-html-i= tem) (keyword . org-html-keyword) (latex-environment . org-html-latex-envir= onment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-l= ine-break) (link . org-html-link) (node-property . org-html-node-property) = (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-= text . org-html-plain-text) (planning . org-html-planning) (property-drawer= . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-ta= rget . org-html-radio-target) (section . org-html-section) (special-block .= org-html-special-block) (src-block . org-html-src-block) (statistics-cooki= e . org-html-statistics-cookie) (strike-through . org-html-strike-through) = (subscript . org-html-subscript) (superscript . org-html-superscript) (tabl= e . org-html-table) (table-cell . org-html-table-cell) (table-row . org-htm= l-table-row) (target . org-html-target) (template . org-html-template) (tim= estamp . org-html-timestamp) (underline . org-html-underline) (verbatim . o= rg-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HT= ML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org= -html-container-element) (:description "DESCRIPTION" nil nil newline) (:key= words "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-ht= ml-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-htm= l-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-hom= e) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML= _MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-post= amble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "= HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" n= il org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html= -head-include-default-style nil "html-style" org-html-head-include-default-= style) (:html-head-include-scripts nil "html-scripts" org-html-head-include= -scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-nam= e-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-= type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-exte= nsion) (:html-footnote-format nil nil org-html-footnote-format) (:html-foot= note-separator nil nil org-html-footnote-separator) (:html-footnotes-sectio= n nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil= org-html-format-drawer-function) (:html-format-headline-function nil nil o= rg-html-format-headline-function) (:html-format-inlinetask-function nil nil= org-html-format-inlinetask-function) (:html-home/up-format nil nil org-htm= l-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-opti= ons nil nil org-html-infojs-options) (:html-infojs-template nil nil org-htm= l-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-= rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-htm= l) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-= template nil nil org-html-mathjax-template) (:html-metadata-timestamp-forma= t nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil n= il org-html-postamble-format) (:html-preamble-format nil nil org-html-pream= ble-format) (:html-table-align-individual-fields nil nil org-html-table-ali= gn-individual-fields) (:html-table-caption-above nil nil org-html-table-cap= tion-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html= -table-header-tags nil nil org-html-table-header-tags) (:html-table-use-hea= der-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-= column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-t= ext-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-= prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil n= il org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs)= (:html-validation-link nil nil org-html-validation-link) (:html-viewport n= il nil org-html-viewport) (:html-inline-images nil nil org-html-inline-imag= es) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse= -tree . org-html-image-link-filter) (:filter-final-output . org-html-final-= function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-= as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file an= d open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open= -file ...))))))] :translate-alist ((bold . org-html-bold) (center-block . o= rg-html-center-block) (clock . org-html-clock) (code . org-html-code) (draw= er . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . or= g-html-entity) (example-block . org-html-example-block) (export-block . org= -html-export-block) (export-snippet . org-html-export-snippet) (fixed-width= . org-html-fixed-width) (footnote-definition . org-html-footnote-definitio= n) (footnote-reference . org-html-footnote-reference) (headline . org-html-= headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . = org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-templa= te . org-html-inner-template) (italic . org-html-italic) (item . org-html-i= tem) (keyword . org-html-keyword) (latex-environment . org-html-latex-envir= onment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-l= ine-break) (link . org-html-link) (node-property . org-html-node-property) = (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-= text . org-html-plain-text) (planning . org-html-planning) (property-drawer= . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-ta= rget . org-html-radio-target) (section . org-html-section) (special-block .= org-html-special-block) (src-block . org-html-src-block) (statistics-cooki= e . org-html-statistics-cookie) (strike-through . org-html-strike-through) = (subscript . org-html-subscript) (superscript . org-html-superscript) (tabl= e . org-html-table) (table-cell . org-html-table-cell) (table-row . org-htm= l-table-row) (target . org-html-target) (template . org-html-template) (tim= estamp . org-html-timestamp) (underline . org-html-underline) (verbatim . o= rg-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(h= ash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data ((key= word (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-bl= ank 0 :post-affiliated 1 :parent (section (:begin 1 :end 64 :contents-begin= 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil = #4 (headline ... ...))) #2 (paragraph (:begin 32 :end 63 :contents-begin 32= :contents-end 63 :post-blank 0 :post-affiliated 32 :parent #4) #("(setq or= g-html-with-latex nil)\n" 0 31 (:parent #5)))))) "" #("(setq org-html-with-= latex nil)\n" 0 31 (:parent (paragraph (:begin 32 :end 63 :contents-begin 3= 2 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:beg= in 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affilia= ted 1 :parent ...) (keyword ...) #4)) #2))) #("(setq org-html-with-latex ni= l)
\n" 0 30 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 = :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin= 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliate= d 1 :parent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 = 31 (:parent #4))))) (paragraph (:begin 32 :end 63 :contents-begin 32 :conte= nts-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :en= d 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :p= arent (org-data nil #4 (headline ... ...))) (keyword (:key "OPTIONS" :value= "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :p= arent #4)) #2)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #2))) #(= "

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (:parent (paragrap= h (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :pos= t-affiliated 32 :parent (section (:begin 1 :end 64 :contents-begin 1 :conte= nts-end 63 :post-blank 1 :post-affiliated 1 :parent ...) (keyword ...) #4))= #("(setq org-html-with-latex nil)\n" 0 31 (:parent #4))))) (section (:begi= n 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliat= ed 1 :parent (org-data nil #2 (headline (:raw-value "Matlab code" :begin 64= :end 279 :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :prior= ity nil :tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-= section-p nil :archivedp nil :commentedp nil :post-affiliated 64 :title (#(= "Matlab code" 0 11 ...)) :parent #4) (section (:begin 79 :end 279 :contents= -begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent #5) (= paragraph ... #("f=3D@(t,y)[-t*y" 0 13 ...) ... #("];\n[t,y]=3Dode45(f,[0 1= ],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) ... #("')\= nfprintf('t =3D [%g \\" 0 22 ...) ... #("%g] \\\\\\\\" 0 9 ...) ... #("',= t)\nfprintf('y =3D [%g \\" 0 25 ...) ... #("%g] " 0 4 ...) ... #("', y)\n= disp('" 0 12 ...) ... #("')\n" 0 3 ...)))))) (keyword (:key "OPTIONS" :valu= e "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 := parent #2)) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end = 63 :post-blank 0 :post-affiliated 32 :parent #2) #("(setq org-html-with-lat= ex nil)\n" 0 31 (:parent #3)))) #("

\n(setq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32= :contents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begi= n 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliat= ed 1 :parent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0= 31 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 7= 9 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affilia= ted 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #2 (superscript (= :begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 := post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0= 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4))= (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank = 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fra= gment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g= ] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :en= d 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:p= arent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blan= k 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" := begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:pare= nt #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-b= lank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 = (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 27= 9 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :c= ontents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :paren= t ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 = :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank= 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fr= agment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent = #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:va= lue "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\= \" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :pos= t-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4))= (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :paren= t #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 = :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (l= atex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :pa= rent #4)) #("')\n" 0 3 (:parent #4))))) #("2" 0 1 (:parent (superscript (:b= egin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :po= st-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conte= nts-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t= *y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D= [y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t = =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (lat= ex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragmen= t ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (= latex-fragment ...) #("')\n" 0 3 ...))) #2))) #("2" 0 1 (:parent (superscri= pt (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end = 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t= ,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];= \ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf= ('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) = (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fra= gment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ..= .) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) (sup= erscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :content= s-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section = (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :pos= t-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) #2= #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\n= disp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin= 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 2= 2 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-= blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:= value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprint= f('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :beg= in 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (late= x-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("= ', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" := begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) = #("2" 0 1 (:parent #2))) #("2" 5 6 (:parent (superscript (:begin= 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-b= lank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-= end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" = 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1= ),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%= g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fra= gment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...)= #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-= fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 27= 9 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :c= ontents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :paren= t ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 = :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank= 0 :parent #4) #("2" 0 1 (:parent #5))) #2 (latex-fragment (:value "\\begin= {align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t = =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197= :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (l= atex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) = #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:valu= e "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:p= arent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 = :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "= \\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 = (:parent #4))))) #("];
\n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(= end)];
\ny=3D[y(1),y(end)];
\ndisp('" 0 2 (:parent (paragraph (:b= egin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-a= ffiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :conte= nts-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,= y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p= nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 = 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D= [y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin= {align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t = =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197= :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (l= atex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) = #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:valu= e "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:p= arent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 = :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "= \\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 = (:parent #4)))) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begi= n 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (= :begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post= -affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (su= perscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conten= ts-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175= :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4= )) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :pare= nt #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" := begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g = \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 2= 46 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:= value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('= " 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :en= d 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 39 55 (:paren= t (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post= -blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents= -begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) = #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94= :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :par= ent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1= ),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment = (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #(= "')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\= quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 = (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank= 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex= -fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) = #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 25= 2 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fr= agment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4= )) #("')\n" 0 3 (:parent #4)))) 62 78 (:parent (paragraph (:begin 79 :end 2= 79 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 := parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :p= ost-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 = (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5)= )) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];= \ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :beg= in 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0= 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :pos= t-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment = (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :b= egin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (la= tex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #= ("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}"= :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))= ) 85 91 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :content= s-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :en= d 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 7= 9 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:b= egin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :po= st-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1= ],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (= latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 = :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragm= ent (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] = \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end = 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:par= ent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank = 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :be= gin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent= #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-bla= nk 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) ...)) :input-buffer " *temp= *" :input-file nil :html-doctype "xhtml-strict" :html-container "div" :desc= ription nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil = :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto := html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-= include-default-style t :html-head-include-scripts t :html-allow-name-attri= bute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" = "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...)) #[257 "\301=01\300\"\207" [(:export-options (body-only) :back-end [cl-str= uct-org-export-backend html nil ((bold . org-html-bold) (center-block . org= -html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer= . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-= html-entity) (example-block . org-html-example-block) (export-block . org-h= tml-export-block) (export-snippet . org-html-export-snippet) (fixed-width .= org-html-fixed-width) (footnote-definition . org-html-footnote-definition)= (footnote-reference . org-html-footnote-reference) (headline . org-html-he= adline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . or= g-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template= . org-html-inner-template) (italic . org-html-italic) (item . org-html-ite= m) (keyword . org-html-keyword) (latex-environment . org-html-latex-environ= ment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-lin= e-break) (link . org-html-link) (node-property . org-html-node-property) (p= aragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-te= xt . org-html-plain-text) (planning . org-html-planning) (property-drawer .= org-html-property-drawer) (quote-block . org-html-quote-block) (radio-targ= et . org-html-radio-target) (section . org-html-section) (special-block . o= rg-html-special-block) (src-block . org-html-src-block) (statistics-cookie = . org-html-statistics-cookie) (strike-through . org-html-strike-through) (s= ubscript . org-html-subscript) (superscript . org-html-superscript) (table = . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-= table-row) (target . org-html-target) (template . org-html-template) (times= tamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org= -html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML= _DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-h= tml-container-element) (:description "DESCRIPTION" nil nil newline) (:keywo= rds "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html= -html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-= link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home)= (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_M= ATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postam= ble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HT= ML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil= org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-h= ead-include-default-style nil "html-style" org-html-head-include-default-st= yle) (:html-head-include-scripts nil "html-scripts" org-html-head-include-s= cripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-= attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-ty= pe nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extens= ion) (:html-footnote-format nil nil org-html-footnote-format) (:html-footno= te-separator nil nil org-html-footnote-separator) (:html-footnotes-section = nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil o= rg-html-format-drawer-function) (:html-format-headline-function nil nil org= -html-format-headline-function) (:html-format-inlinetask-function nil nil o= rg-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-= home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-option= s nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-= infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-ru= les) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html)= (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-te= mplate nil nil org-html-mathjax-template) (:html-metadata-timestamp-format = nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil= org-html-postamble-format) (:html-preamble-format nil nil org-html-preambl= e-format) (:html-table-align-individual-fields nil nil org-html-table-align= -individual-fields) (:html-table-caption-above nil nil org-html-table-capti= on-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-t= able-header-tags nil nil org-html-table-header-tags) (:html-table-use-heade= r-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-co= lumn) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-tex= t-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-pr= efix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil= org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (= :html-validation-link nil nil org-html-validation-link) (:html-viewport nil= nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images= ) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-t= ree . org-html-image-link-filter) (:filter-final-output . org-html-final-fu= nction)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as= -html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and = open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center= -block . org-html-center-block) (clock . org-html-clock) (code . org-html-c= ode) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (e= ntity . org-html-entity) (example-block . org-html-example-block) (export-b= lock . org-html-export-block) (export-snippet . org-html-export-snippet) (f= ixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote= -definition) (footnote-reference . org-html-footnote-reference) (headline .= org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-sr= c-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (in= ner-template . org-html-inner-template) (italic . org-html-italic) (item . = org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-l= atex-environment) (latex-fragment . org-html-latex-fragment) (line-break . = org-html-line-break) (link . org-html-link) (node-property . org-html-node-= property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-lis= t) (plain-text . org-html-plain-text) (planning . org-html-planning) (prope= rty-drawer . org-html-property-drawer) (quote-block . org-html-quote-block)= (radio-target . org-html-radio-target) (section . org-html-section) (speci= al-block . org-html-special-block) (src-block . org-html-src-block) (statis= tics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike= -through) (subscript . org-html-subscript) (superscript . org-html-superscr= ipt) (table . org-html-table) (table-cell . org-html-table-cell) (table-row= . org-html-table-row) (target . org-html-target) (template . org-html-temp= late) (timestamp . org-html-timestamp) (underline . org-html-underline) (ve= rbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported= -data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 = data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 3= 2 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 64 :cont= ents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...)= #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...))))) "" #(= "(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:begin 32 :end= 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 := parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30 (:parent = (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-bla= nk 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" = 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end= 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :c= ontents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent .= ..) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #= 4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (:parent (p= aragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank= 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 = 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :p= ost-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline ... ...))= ) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :p= ost-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32 :end 63 := contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :paren= t #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #("

\n(se= tq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 ...)))) #("= f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4 (= superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1)= ,t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,y)[-t*y" 0= 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 = 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\n= t=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment .= ..) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \= \\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 = 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y= )\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:parent (su= perscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conten= ts-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscript (:begin= 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-b= lank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-= end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" = 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1= ),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%= g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fra= gment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...)= #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-= fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2"= 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*= y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
\n[t,y]=3D= ode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(end)];
= \ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 9 3= 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end = 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13= ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 55 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph (:begin = 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affili= ated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0= 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(= end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \= \" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragmen= t ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("= %g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-frag= ment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :input-file ni= l :html-doctype "xhtml-strict" :html-container "div" :description nil :keyw= ords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "= " :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t := html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-s= tyle t :html-head-include-scripts t :html-allow-name-attribute-in-anchors n= il :html-divs ((preamble "div" "preamble") (content "div" "content") (posta= mble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 = "\n\n(fn ELEMENT)"]((latex-fragment (:value "\\begin{align*}" :begin 161 :e= nd 175 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin= 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:= begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-= affiliated 79 :parent (headline (:raw-value "Matlab code" :begin 64 :end 27= 9 :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil = :tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-= p nil :archivedp nil :commentedp nil :post-affiliated 64 :title ... :parent= ...) #4)) #2)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #2)) (superscript (:begin= 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-b= lank 0 :parent #2) #("2" 0 1 (:parent #3))) #("];\n[t,y]=3Dode45(f,[0 1],1)= ;\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #2)) #0 #(= "')\nfprintf('t =3D [%g \\" 0 22 (:parent #2)) (latex-fragment (:value "\\= quad" :begin 197 :end 203 :post-blank 1 :parent #2)) #("%g] \\\\\\\\" 0 9 = (:parent #2)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank= 0 :parent #2)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #2)) (latex= -fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #2)) = #("%g] " 0 4 (:parent #2)) (latex-fragment (:value "\\n" :begin 250 :end 25= 2 :post-blank 0 :parent #2)) #("', y)\ndisp('" 0 12 (:parent #2)) (latex-fr= agment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #2= )) #("')\n" 0 3 (:parent #2)))))) mapconcat(#[257 "\301=01\300\"\207" [(:export-options (body-only) :back-e= nd [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-b= lock . org-html-center-block) (clock . org-html-clock) (code . org-html-cod= e) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (ent= ity . org-html-entity) (example-block . org-html-example-block) (export-blo= ck . org-html-export-block) (export-snippet . org-html-export-snippet) (fix= ed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-d= efinition) (footnote-reference . org-html-footnote-reference) (headline . o= rg-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-= block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inne= r-template . org-html-inner-template) (italic . org-html-italic) (item . or= g-html-item) (keyword . org-html-keyword) (latex-environment . org-html-lat= ex-environment) (latex-fragment . org-html-latex-fragment) (line-break . or= g-html-line-break) (link . org-html-link) (node-property . org-html-node-pr= operty) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list)= (plain-text . org-html-plain-text) (planning . org-html-planning) (propert= y-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (= radio-target . org-html-radio-target) (section . org-html-section) (special= -block . org-html-special-block) (src-block . org-html-src-block) (statisti= cs-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-t= hrough) (subscript . org-html-subscript) (superscript . org-html-superscrip= t) (table . org-html-table) (table-cell . org-html-table-cell) (table-row .= org-html-table-row) (target . org-html-target) (template . org-html-templa= te) (timestamp . org-html-timestamp) (underline . org-html-underline) (verb= atim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doc= type "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER"= nil org-html-container-element) (:description "DESCRIPTION" nil nil newlin= e) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy= " org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url"= org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-= link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathj= ax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-h= tml-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:htm= l-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_= EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse= ) (:html-head-include-default-style nil "html-style" org-html-head-include-= default-style) (:html-head-include-scripts nil "html-scripts" org-html-head= -include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-a= llow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-c= heckbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-h= tml-extension) (:html-footnote-format nil nil org-html-footnote-format) (:h= tml-footnote-separator nil nil org-html-footnote-separator) (:html-footnote= s-section nil nil org-html-footnotes-section) (:html-format-drawer-function= nil nil org-html-format-drawer-function) (:html-format-headline-function n= il nil org-html-format-headline-function) (:html-format-inlinetask-function= nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil= org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-inf= ojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil= org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inlin= e-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-file= s-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-= mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timesta= mp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-form= at nil nil org-html-postamble-format) (:html-preamble-format nil nil org-ht= ml-preamble-format) (:html-table-align-individual-fields nil nil org-html-t= able-align-individual-fields) (:html-table-caption-above nil nil org-html-t= able-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags= ) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table= -use-header-tags-for-first-column nil nil org-html-table-use-header-tags-fo= r-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) = (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kw= d-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlev= el nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use= -infojs) (:html-validation-link nil nil org-html-validation-link) (:html-vi= ewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inl= ine-images) ...) ((:filter-options . org-html-infojs-install-script) (:filt= er-parse-tree . org-html-image-link-filter) (:filter-final-output . org-htm= l-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html= -export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML= file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bol= d) (center-block . org-html-center-block) (clock . org-html-clock) (code . = org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic= -block) (entity . org-html-entity) (example-block . org-html-example-block)= (export-block . org-html-export-block) (export-snippet . org-html-export-s= nippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-htm= l-footnote-definition) (footnote-reference . org-html-footnote-reference) (= headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) = (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlin= etask) (inner-template . org-html-inner-template) (italic . org-html-italic= ) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . = org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (lin= e-break . org-html-line-break) (link . org-html-link) (node-property . org-= html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html= -plain-list) (plain-text . org-html-plain-text) (planning . org-html-planni= ng) (property-drawer . org-html-property-drawer) (quote-block . org-html-qu= ote-block) (radio-target . org-html-radio-target) (section . org-html-secti= on) (special-block . org-html-special-block) (src-block . org-html-src-bloc= k) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-h= tml-strike-through) (subscript . org-html-subscript) (superscript . org-htm= l-superscript) (table . org-html-table) (table-cell . org-html-table-cell) = (table-row . org-html-table-row) (target . org-html-target) (template . org= -html-template) (timestamp . org-html-timestamp) (underline . org-html-unde= rline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block))= :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-thre= shold 0.8 data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begi= n 1 :end 32 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :en= d 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :p= arent ...) #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...)= )))) "" #("(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30= (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63= :post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-late= x nil)\n" 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :co= ntents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 = :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1= :parent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 = (:parent #4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (= :parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 := post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex = nil)\n" 0 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents= -end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline= ... ...))) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 = :end 32 :post-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32= :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated= 32 :parent #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #= ("

\n(setq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (parag= raph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 := post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 .= ..)))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :co= ntents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent= ...) #4 (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\= nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,= y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #(= "2" 0 1 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :conte= nts-begin 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscri= pt (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end = 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t= ,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];= \ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf= ('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) = (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fra= gment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ..= .) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2" 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil= :contents-begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 .= ..)))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(en= d)];\ndisp('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin = 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D= @(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
= \n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(en= d)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-b= egin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #(= "f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-f= ragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex= -fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 = 3 ...))) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 = 55 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end= 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 1= 3 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :in= put-file nil :html-doctype "xhtml-strict" :html-container "div" :descriptio= n nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-= link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-p= reamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-includ= e-default-style t :html-head-include-scripts t :html-allow-name-attribute-i= n-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "conte= nt") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-expo= rt-data] 4 "\n\n(fn ELEMENT)"] (#("f=3D@(t,y)[-t*y" 0 13 (:parent (paragrap= h (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :p= ost-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 := contents-end 279 :post-blank 0 :post-affiliated 79 :parent (headline ... #5= )) #3)) #1 (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-be= gin 93 :contents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:parent #4))) = #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\nd= isp('" 0 67 (:parent #3)) (latex-fragment (:value "\\begin{align*}" :begin = 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf('t =3D [%g \\" 0 22= (:parent #3)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-b= lank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3)) (latex-fragment (:v= alue "\\n" :begin 212 :end 214 :post-blank 0 :parent #3)) #("', t)\nfprintf= ('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragment (:value "\\qquad" :begi= n 239 :end 246 :post-blank 1 :parent #3)) #("%g] " 0 4 (:parent #3)) (latex= -fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #3)) #("'= , y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (:value "\\end{align*}" :b= egin 264 :end 276 :post-blank 0 :parent #3)) #("')\n" 0 3 (:parent #3))))) = (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :con= tents-end 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents= -begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (sect= ion (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 = :post-affiliated 79 :parent (headline ... #5)) #3)) #("f=3D@(t,y)[-t*y" 0 1= 3 (:parent #3)) #1 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #3= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragment (:v= alue "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #("%g] " 0 4 = (:parent #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank= 0 :parent #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (:valu= e "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #3)) #("')\n" 0= 3 (:parent #3)))) #("2" 0 1 (:parent #1))) #("];\n[t,y]=3Dode45(f,[0 1],1)= ;\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent (headline ... #5)= ) #3)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end = 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :p= arent #3) #("2" 0 1 (:parent #4))) #1 (latex-fragment (:value "\\begin{alig= n*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf('t =3D [= %g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" :begin 197 :end= 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3)) (latex-= fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #3)) #("',= t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragment (:value "\\= qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #("%g] " 0 4 (:parent= #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :pare= nt #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (:value "\\end= {align*}" :begin 264 :end 276 :post-blank 0 :parent #3)) #("')\n" 0 3 (:par= ent #3))))) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 := post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :con= tents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79= :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliat= ed 79 :parent (headline ... #5)) #3)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #3)= ) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :c= ontents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:parent #4))) #("];\n[t= ,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 = 67 (:parent #3)) #1 #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #3)) (late= x-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #3)) = #("%g] \\\\\\\\" 0 9 (:parent #3)) (latex-fragment (:value "\\n" :begin 21= 2 :end 214 :post-blank 0 :parent #3)) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 (:parent #3)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post= -blank 1 :parent #3)) #("%g] " 0 4 (:parent #3)) (latex-fragment (:value "\= \n" :begin 250 :end 252 :post-blank 0 :parent #3)) #("', y)\ndisp('" 0 12 (= :parent #3)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :p= ost-blank 0 :parent #3)) #("')\n" 0 3 (:parent #3))))) #("')\nfprintf('t = =3D [%g \\" 0 22 (:parent (paragraph (:begin 79 :end 279 :contents-begin 7= 9 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:be= gin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-af= filiated 79 :parent (headline ... #5)) #3)) #("f=3D@(t,y)[-t*y" 0 13 (:pare= nt #3)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin= 93 :contents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:parent #4))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent #3)) (latex-fragment (:value "\\begin{align*}" :begin 161= :end 175 :post-blank 0 :parent #3)) #1 (latex-fragment (:value "\\quad" :b= egin 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent= #3)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :pare= nt #3)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragmen= t (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #("%g] "= 0 4 (:parent #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-= blank 0 :parent #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (= :value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #3)) #("')= \n" 0 3 (:parent #3))))) (latex-fragment (:value "\\quad" :begin 197 :end 2= 03 :post-blank 1 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begi= n 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affi= liated 79 :parent (headline ... #5)) #3)) #("f=3D@(t,y)[-t*y" 0 13 (:parent= #3)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 9= 3 :contents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:parent #4))) #("];= \n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('= " 0 67 (:parent #3)) (latex-fragment (:value "\\begin{align*}" :begin 161 := end 175 :post-blank 0 :parent #3)) #("')\nfprintf('t =3D [%g \\" 0 22 (:pa= rent #3)) #1 #("%g] \\\\\\\\" 0 9 (:parent #3)) (latex-fragment (:value "\= \n" :begin 212 :end 214 :post-blank 0 :parent #3)) #("', t)\nfprintf('y =3D= [%g \\" 0 25 (:parent #3)) (latex-fragment (:value "\\qquad" :begin 239 := end 246 :post-blank 1 :parent #3)) #("%g] " 0 4 (:parent #3)) (latex-fragme= nt (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #3)) #("', y)\nd= isp('" 0 12 (:parent #3)) (latex-fragment (:value "\\end{align*}" :begin 26= 4 :end 276 :post-blank 0 :parent #3)) #("')\n" 0 3 (:parent #3))))) #("%g] = \\\\\\\\" 0 9 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 := contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin= 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affil= iated 79 :parent (headline ... #5)) #3)) #("f=3D@(t,y)[-t*y" 0 13 (:parent = #3)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93= :contents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:parent #4))) #("];\= n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('"= 0 67 (:parent #3)) (latex-fragment (:value "\\begin{align*}" :begin 161 :e= nd 175 :post-blank 0 :parent #3)) #("')\nfprintf('t =3D [%g \\" 0 22 (:par= ent #3)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1= :parent #3)) #1 (latex-fragment (:value "\\n" :begin 212 :end 214 :post-bl= ank 0 :parent #3)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (la= tex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #3= )) #("%g] " 0 4 (:parent #3)) (latex-fragment (:value "\\n" :begin 250 :end= 252 :post-blank 0 :parent #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex= -fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent= #3)) #("')\n" 0 3 (:parent #3))))) (latex-fragment (:value "\\n" :begin 21= 2 :end 214 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-b= egin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (sectio= n (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :p= ost-affiliated 79 :parent (headline ... #5)) #3)) #("f=3D@(t,y)[-t*y" 0 13 = (:parent #3)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:parent #4)= )) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];= \ndisp('" 0 67 (:parent #3)) (latex-fragment (:value "\\begin{align*}" :beg= in 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf('t =3D [%g \\" 0= 22 (:parent #3)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :pos= t-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3)) #1 #("', t)\nfpr= intf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragment (:value "\\qquad" := begin 239 :end 246 :post-blank 1 :parent #3)) #("%g] " 0 4 (:parent #3)) (l= atex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #3)) = #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (:value "\\end{align*}= " :begin 264 :end 276 :post-blank 0 :parent #3)) #("')\n" 0 3 (:parent #3))= ))) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent (paragraph (:begin 79 := end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated= 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 2= 79 :post-blank 0 :post-affiliated 79 :parent (headline ... #5)) #3)) #("f= =3D@(t,y)[-t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end 94 :use-bra= ckets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #3) #= ("2" 0 1 (:parent #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)]= ;\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:value "= \\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nfpri= ntf('t =3D [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" :be= gin 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent = #3)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :paren= t #3)) #1 (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank= 1 :parent #3)) #("%g] " 0 4 (:parent #3)) (latex-fragment (:value "\\n" :b= egin 250 :end 252 :post-blank 0 :parent #3)) #("', y)\ndisp('" 0 12 (:paren= t #3)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-bl= ank 0 :parent #3)) #("')\n" 0 3 (:parent #3))))) (latex-fragment (:value "\= \qquad" :begin 239 :end 246 :post-blank 1 :parent (paragraph (:begin 79 :en= d 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 7= 9 :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279= :post-blank 0 :post-affiliated 79 :parent (headline ... #5)) #3)) #("f=3D@= (t,y)[-t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end 94 :use-bracket= s-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #3) #("2"= 0 1 (:parent #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #3= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) #1 #("%g] " 0 4 (:p= arent #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 = :parent #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (:value "= \\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #3)) #("')\n" 0 3 = (:parent #3))))) #("%g] " 0 4 (:parent (paragraph (:begin 79 :end 279 :cont= ents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (= section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blan= k 0 :post-affiliated 79 :parent (headline ... #5)) #3)) #("f=3D@(t,y)[-t*y"= 0 13 (:parent #3)) (superscript (:begin 92 :end 94 :use-brackets-p nil :co= ntents-begin 93 :contents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:pare= nt #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(= end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:value "\\begin{align*}= " :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf('t =3D [%g = \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" :begin 197 :end 20= 3 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3)) (latex-fra= gment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #3)) #("', t)= \nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragment (:value "\\qqu= ad" :begin 239 :end 246 :post-blank 1 :parent #3)) #1 (latex-fragment (:val= ue "\\n" :begin 250 :end 252 :post-blank 0 :parent #3)) #("', y)\ndisp('" 0= 12 (:parent #3)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 2= 76 :post-blank 0 :parent #3)) #("')\n" 0 3 (:parent #3))))) (latex-fragment= (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent (paragraph (:begin= 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affil= iated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-= end 279 :post-blank 0 :post-affiliated 79 :parent (headline ... #5)) #3)) #= ("f=3D@(t,y)[-t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end 94 :use-= brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #3= ) #("2" 0 1 (:parent #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(en= d)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:valu= e "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nf= printf('t =3D [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" = :begin 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:pare= nt #3)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :pa= rent #3)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragm= ent (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #("%g]= " 0 4 (:parent #3)) #1 #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragmen= t (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #3)) #(= "')\n" 0 3 (:parent #3))))) #("', y)\ndisp('" 0 12 (:parent (paragraph (:be= gin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-af= filiated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent (headline ... #5)) #3)= ) #("f=3D@(t,y)[-t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end 94 :u= se-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent= #3) #("2" 0 1 (:parent #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t= (end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:v= alue "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')= \nfprintf('t =3D [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\qua= d" :begin 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:p= arent #3)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 = :parent #3)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fr= agment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #("= %g] " 0 4 (:parent #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 := post-blank 0 :parent #3)) #1 (latex-fragment (:value "\\end{align*}" :begin= 264 :end 276 :post-blank 0 :parent #3)) #("')\n" 0 3 (:parent #3))))) (lat= ex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :pare= nt (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :pos= t-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :content= s-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (hea= dline ... #5)) #3)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #3)) (superscript (:b= egin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :po= st-blank 0 :parent #3) #("2" 0 1 (:parent #4))) #("];\n[t,y]=3Dode45(f,[0 1= ],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (= latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 = :parent #3)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #3)) (latex-fragm= ent (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #3)) #("%g] = \\\\\\\\" 0 9 (:parent #3)) (latex-fragment (:value "\\n" :begin 212 :end = 214 :post-blank 0 :parent #3)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:par= ent #3)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank = 1 :parent #3)) #("%g] " 0 4 (:parent #3)) (latex-fragment (:value "\\n" :be= gin 250 :end 252 :post-blank 0 :parent #3)) #("', y)\ndisp('" 0 12 (:parent= #3)) #1 #("')\n" 0 3 (:parent #3))))) #("')\n" 0 3 (:parent (paragraph (:b= egin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-a= ffiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :conte= nts-end 279 :post-blank 0 :post-affiliated 79 :parent (headline ... #5)) #3= )) #("f=3D@(t,y)[-t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end 94 := use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :paren= t #3) #("2" 0 1 (:parent #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),= t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:= value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("'= )\nfprintf('t =3D [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\qu= ad" :begin 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:= parent #3)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0= :parent #3)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-f= ragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #(= "%g] " 0 4 (:parent #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 = :post-blank 0 :parent #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex-frag= ment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #3))= #1)))) "") org-export-data((paragraph (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :e= nd 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated = 79 :parent (headline (:raw-value "Matlab code" :begin 64 :end 279 :pre-blan= k 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :tags nil := todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil :arch= ivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab code" 0 11 = ...)) :parent (org-data nil (section ... ... ...) #4)) #2)) #0)) #("f=3D@(t= ,y)[-t*y" 0 13 (:parent #0)) (superscript (:begin 92 :end 94 :use-brackets-= p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #0) #("2" 0= 1 (:parent #1))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #0)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #0)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #0)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #0)) #("%g] \\\\\\\\" 0 9 (:parent #0))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #0= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #0)) (latex-fragment (:v= alue "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #0)) #("%g] " 0 4 = (:parent #0)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank= 0 :parent #0)) #("', y)\ndisp('" 0 12 (:parent #0)) (latex-fragment (:valu= e "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #0)) #("')\n" 0= 3 (:parent #0))) (:export-options (body-only) :back-end [cl-struct-org-exp= ort-backend html nil ((bold . org-html-bold) (center-block . org-html-cente= r-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html= -drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity= ) (example-block . org-html-example-block) (export-block . org-html-export-= block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-f= ixed-width) (footnote-definition . org-html-footnote-definition) (footnote-= reference . org-html-footnote-reference) (headline . org-html-headline) (ho= rizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inli= ne-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html= -inner-template) (italic . org-html-italic) (item . org-html-item) (keyword= . org-html-keyword) (latex-environment . org-html-latex-environment) (late= x-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (l= ink . org-html-link) (node-property . org-html-node-property) (paragraph . = org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-ht= ml-plain-text) (planning . org-html-planning) (property-drawer . org-html-p= roperty-drawer) (quote-block . org-html-quote-block) (radio-target . org-ht= ml-radio-target) (section . org-html-section) (special-block . org-html-spe= cial-block) (src-block . org-html-src-block) (statistics-cookie . org-html-= statistics-cookie) (strike-through . org-html-strike-through) (subscript . = org-html-subscript) (superscript . org-html-superscript) (table . org-html-= table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) = (target . org-html-target) (template . org-html-template) (timestamp . org-= html-timestamp) (underline . org-html-underline) (verbatim . org-html-verba= tim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" n= il org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-contain= er-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWOR= DS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fanc= y) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-ab= s-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-lin= k-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil= "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html= -preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" ni= l org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-h= ead-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include= -default-style nil "html-style" org-html-head-include-default-style) (:html= -head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:h= tml-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-i= n-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil = org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html= -footnote-format nil nil org-html-footnote-format) (:html-footnote-separato= r nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org= -html-footnotes-section) (:html-format-drawer-function nil nil org-html-for= mat-drawer-function) (:html-format-headline-function nil nil org-html-forma= t-headline-function) (:html-format-inlinetask-function nil nil org-html-for= mat-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-for= mat) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil o= rg-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-temp= late) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html= -link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mat= hjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil = nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org= -html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-p= ostamble-format) (:html-preamble-format nil nil org-html-preamble-format) (= :html-table-align-individual-fields nil nil org-html-table-align-individual= -fields) (:html-table-caption-above nil nil org-html-table-caption-above) (= :html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header= -tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-= first-column nil nil org-html-table-use-header-tags-for-first-column) (:htm= l-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-al= ist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil ni= l org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-t= oplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-valid= ation-link nil nil org-html-validation-link) (:html-viewport nil nil org-ht= ml-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:f= ilter-options . org-html-infojs-install-script) (:filter-parse-tree . org-h= tml-image-link-filter) (:filter-final-output . org-html-final-function)) ni= l (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104= "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lamb= da (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))= ))] :translate-alist ((bold . org-html-bold) (center-block . org-html-cente= r-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html= -drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity= ) (example-block . org-html-example-block) (export-block . org-html-export-= block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-f= ixed-width) (footnote-definition . org-html-footnote-definition) (footnote-= reference . org-html-footnote-reference) (headline . org-html-headline) (ho= rizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inli= ne-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html= -inner-template) (italic . org-html-italic) (item . org-html-item) (keyword= . org-html-keyword) (latex-environment . org-html-latex-environment) (late= x-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (l= ink . org-html-link) (node-property . org-html-node-property) (paragraph . = org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-ht= ml-plain-text) (planning . org-html-planning) (property-drawer . org-html-p= roperty-drawer) (quote-block . org-html-quote-block) (radio-target . org-ht= ml-radio-target) (section . org-html-section) (special-block . org-html-spe= cial-block) (src-block . org-html-src-block) (statistics-cookie . org-html-= statistics-cookie) (strike-through . org-html-strike-through) (subscript . = org-html-subscript) (superscript . org-html-superscript) (table . org-html-= table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) = (target . org-html-target) (template . org-html-template) (timestamp . org-= html-timestamp) (underline . org-html-underline) (verbatim . org-html-verba= tim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table siz= e 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data ((keyword (:key "O= PTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-a= ffiliated 1 :parent (section (:begin 1 :end 64 :contents-begin 1 :contents-= end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline = ... ...))) #2 (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-en= d 63 :post-blank 0 :post-affiliated 32 :parent #4) #("(setq org-html-with-l= atex nil)\n" 0 31 (:parent #5)))))) "" #("(setq org-html-with-latex nil)\n"= 0 31 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-e= nd 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 = :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent= ...) (keyword ...) #4)) #2))) #("(setq org-html-with-latex nil)
\n" 0= 30 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end= 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :c= ontents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent .= ..) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #= 4))))) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :p= ost-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :content= s-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (org-da= ta nil #4 (headline ... ...))) (keyword (:key "OPTIONS" :value "latex:t toc= :nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #4)) #2= )) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #2))) #("

\n(setq o= rg-html-with-latex nil)
\n

\n" 4 34 (:parent (paragraph (:begin 32 = :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated = 32 :parent (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :p= ost-blank 1 :post-affiliated 1 :parent ...) (keyword ...) #4)) #("(setq org= -html-with-latex nil)\n" 0 31 (:parent #4))))) (section (:begin 1 :end 64 := contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent = (org-data nil #2 (headline (:raw-value "Matlab code" :begin 64 :end 279 :pr= e-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :tags= nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil= :archivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab code"= 0 11 ...)) :parent #4) (section (:begin 79 :end 279 :contents-begin 79 :co= ntents-end 279 :post-blank 0 :post-affiliated 79 :parent #5) (paragraph ...= #("f=3D@(t,y)[-t*y" 0 13 ...) ... #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t= (1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) ... #("')\nfprintf('t = =3D [%g \\" 0 22 ...) ... #("%g] \\\\\\\\" 0 9 ...) ... #("', t)\nfprintf= ('y =3D [%g \\" 0 25 ...) ... #("%g] " 0 4 ...) ... #("', y)\ndisp('" 0 12= ...) ... #("')\n" 0 3 ...)))))) (keyword (:key "OPTIONS" :value "latex:t t= oc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #2)) = (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-bla= nk 0 :post-affiliated 32 :parent #2) #("(setq org-html-with-latex nil)\n" 0= 31 (:parent #3)))) #("

\n(setq org-html-with-latex nil)
\n

\n\n"= 4 34 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-e= nd 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 = :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent= ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent= #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 := contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :pare= nt (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #4)) #2 (superscript (:begin 92 :e= nd 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0= :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fr= agment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent = #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:va= lue "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\= \" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :pos= t-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4))= (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :paren= t #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 = :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (l= atex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :pa= rent #4)) #("')\n" 0 3 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (= paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-bl= ank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-be= gin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)= ) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :u= se-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent= #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t= (end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:v= alue "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')= \nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\qua= d" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:p= arent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 = :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fr= agment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("= %g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 := post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragm= ent (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) = #("')\n" 0 3 (:parent #4))))) #("2" 0 1 (:parent (superscript (:begin 92 :e= nd 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0= :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 27= 9 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 .= ..) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(en= d)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\"= 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment = ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g= ] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragme= nt ...) #("')\n" 0 3 ...))) #2))) #("2" 0 1 (:parent (superscript (:begin 9= 2 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-bla= nk 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 = 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),= y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g = \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragm= ent ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #= ("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fr= agment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) (superscript (:b= egin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :po= st-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conte= nts-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 := end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated= 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) #2 #("];\n[t,y= ]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67= (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 17= 5 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #= 4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :par= ent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" = :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g= \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end = 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (= :value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp(= '" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :e= nd 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) #("2" 0 1 (:= parent #2))) #("2" 5 6 (:parent (superscript (:begin 92 :end 94 = :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :pare= nt (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :pos= t-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) #4= #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\n= disp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 = ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #= ("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 = 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...= ) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) #("];\n[t,y]=3Dode45(f,[0 = 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent (para= graph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank = 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin = 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #(= "f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-b= rackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4)= #("2" 0 1 (:parent #5))) #2 (latex-fragment (:value "\\begin{align*}" :beg= in 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0= 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :pos= t-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment = (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :b= egin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (la= tex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #= ("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}"= :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))= )) #("];
\n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\n= y=3D[y(1),y(end)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 2= 79 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 := parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :p= ost-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 = (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5)= )) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];= \ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :beg= in 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0= 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :pos= t-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment = (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :b= egin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (la= tex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #= ("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}"= :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))= ) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents= -end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end= 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79= :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:be= gin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :pos= t-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1]= ,1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (l= atex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 := parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragme= nt (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] = \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 2= 14 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:pare= nt #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1= :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :beg= in 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent = #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blan= k 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 39 55 (:parent (paragraph (:b= egin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-a= ffiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :conte= nts-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,= y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p= nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 = 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D= [y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin= {align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t = =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197= :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (l= atex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) = #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:valu= e "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:p= arent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 = :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "= \\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 = (:parent #4)))) 62 78 (:parent (paragraph (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section = (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :pos= t-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (s= uperscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conte= nts-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175= :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4= )) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :pare= nt #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" := begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g = \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 2= 46 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:= value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('= " 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :en= d 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 85 91 (:paren= t (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post= -blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents= -begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) = #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94= :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :par= ent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1= ),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment = (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #(= "')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\= quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 = (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank= 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex= -fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) = #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 25= 2 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fr= agment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4= )) #("')\n" 0 3 (:parent #4))))) ...)) :input-buffer " *temp*" :input-file = nil :html-doctype "xhtml-strict" :html-container "div" :description nil :ke= ywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home= "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t= :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default= -style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors= nil :html-divs ((preamble "div" "preamble") (content "div" "content") (pos= tamble "div" "postamble")) :html-checkbox-type ascii ...)) #[257 "\301=01\300\"\207" [(:export-options (body-only) :back-end [cl-str= uct-org-export-backend html nil ((bold . org-html-bold) (center-block . org= -html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer= . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-= html-entity) (example-block . org-html-example-block) (export-block . org-h= tml-export-block) (export-snippet . org-html-export-snippet) (fixed-width .= org-html-fixed-width) (footnote-definition . org-html-footnote-definition)= (footnote-reference . org-html-footnote-reference) (headline . org-html-he= adline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . or= g-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template= . org-html-inner-template) (italic . org-html-italic) (item . org-html-ite= m) (keyword . org-html-keyword) (latex-environment . org-html-latex-environ= ment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-lin= e-break) (link . org-html-link) (node-property . org-html-node-property) (p= aragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-te= xt . org-html-plain-text) (planning . org-html-planning) (property-drawer .= org-html-property-drawer) (quote-block . org-html-quote-block) (radio-targ= et . org-html-radio-target) (section . org-html-section) (special-block . o= rg-html-special-block) (src-block . org-html-src-block) (statistics-cookie = . org-html-statistics-cookie) (strike-through . org-html-strike-through) (s= ubscript . org-html-subscript) (superscript . org-html-superscript) (table = . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-= table-row) (target . org-html-target) (template . org-html-template) (times= tamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org= -html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML= _DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-h= tml-container-element) (:description "DESCRIPTION" nil nil newline) (:keywo= rds "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html= -html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-= link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home)= (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_M= ATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postam= ble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HT= ML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil= org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-h= ead-include-default-style nil "html-style" org-html-head-include-default-st= yle) (:html-head-include-scripts nil "html-scripts" org-html-head-include-s= cripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-= attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-ty= pe nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extens= ion) (:html-footnote-format nil nil org-html-footnote-format) (:html-footno= te-separator nil nil org-html-footnote-separator) (:html-footnotes-section = nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil o= rg-html-format-drawer-function) (:html-format-headline-function nil nil org= -html-format-headline-function) (:html-format-inlinetask-function nil nil o= rg-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-= home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-option= s nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-= infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-ru= les) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html)= (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-te= mplate nil nil org-html-mathjax-template) (:html-metadata-timestamp-format = nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil= org-html-postamble-format) (:html-preamble-format nil nil org-html-preambl= e-format) (:html-table-align-individual-fields nil nil org-html-table-align= -individual-fields) (:html-table-caption-above nil nil org-html-table-capti= on-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-t= able-header-tags nil nil org-html-table-header-tags) (:html-table-use-heade= r-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-co= lumn) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-tex= t-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-pr= efix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil= org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (= :html-validation-link nil nil org-html-validation-link) (:html-viewport nil= nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images= ) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-t= ree . org-html-image-link-filter) (:filter-final-output . org-html-final-fu= nction)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as= -html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and = open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center= -block . org-html-center-block) (clock . org-html-clock) (code . org-html-c= ode) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (e= ntity . org-html-entity) (example-block . org-html-example-block) (export-b= lock . org-html-export-block) (export-snippet . org-html-export-snippet) (f= ixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote= -definition) (footnote-reference . org-html-footnote-reference) (headline .= org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-sr= c-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (in= ner-template . org-html-inner-template) (italic . org-html-italic) (item . = org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-l= atex-environment) (latex-fragment . org-html-latex-fragment) (line-break . = org-html-line-break) (link . org-html-link) (node-property . org-html-node-= property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-lis= t) (plain-text . org-html-plain-text) (planning . org-html-planning) (prope= rty-drawer . org-html-property-drawer) (quote-block . org-html-quote-block)= (radio-target . org-html-radio-target) (section . org-html-section) (speci= al-block . org-html-special-block) (src-block . org-html-src-block) (statis= tics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike= -through) (subscript . org-html-subscript) (superscript . org-html-superscr= ipt) (table . org-html-table) (table-cell . org-html-table-cell) (table-row= . org-html-table-row) (target . org-html-target) (template . org-html-temp= late) (timestamp . org-html-timestamp) (underline . org-html-underline) (ve= rbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported= -data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 = data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 3= 2 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 64 :cont= ents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...)= #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...))))) "" #(= "(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:begin 32 :end= 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 := parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30 (:parent = (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-bla= nk 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" = 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end= 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :c= ontents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent .= ..) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #= 4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (:parent (p= aragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank= 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 = 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :p= ost-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline ... ...))= ) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :p= ost-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32 :end 63 := contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :paren= t #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #("

\n(se= tq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 ...)))) #("= f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4 (= superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1)= ,t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,y)[-t*y" 0= 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 = 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\n= t=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment .= ..) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \= \\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 = 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y= )\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:parent (su= perscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conten= ts-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscript (:begin= 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-b= lank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-= end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" = 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1= ),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%= g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fra= gment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...)= #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-= fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2"= 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*= y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
\n[t,y]=3D= ode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(end)];
= \ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 9 3= 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end = 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13= ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 55 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph (:begin = 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affili= ated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0= 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(= end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \= \" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragmen= t ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("= %g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-frag= ment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :input-file ni= l :html-doctype "xhtml-strict" :html-container "div" :description nil :keyw= ords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "= " :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t := html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-s= tyle t :html-head-include-scripts t :html-allow-name-attribute-in-anchors n= il :html-divs ((preamble "div" "preamble") (content "div" "content") (posta= mble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 = "\n\n(fn ELEMENT)"]((paragraph (:begin 79 :end 279 :contents-begin 79 :cont= ents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 = :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliate= d 79 :parent (headline (:raw-value "Matlab code" :begin 64 :end 279 :pre-bl= ank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :tags nil= :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil :ar= chivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab code" 0 1= 1 ...)) :parent (org-data nil (section ... ... ...) #4)) #2)) #0)) #("f=3D@= (t,y)[-t*y" 0 13 (:parent #0)) (superscript (:begin 92 :end 94 :use-bracket= s-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #0) #("2"= 0 1 (:parent #1))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #0)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #0)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #0)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #0)) #("%g] \\\\\\\\" 0 9 (:parent #0))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #0= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #0)) (latex-fragment (:v= alue "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #0)) #("%g] " 0 4 = (:parent #0)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank= 0 :parent #0)) #("', y)\ndisp('" 0 12 (:parent #0)) (latex-fragment (:valu= e "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #0)) #("')\n" 0= 3 (:parent #0)))) mapconcat(#[257 "\301=01\300\"\207" [(:export-options (body-only) :back-e= nd [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-b= lock . org-html-center-block) (clock . org-html-clock) (code . org-html-cod= e) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (ent= ity . org-html-entity) (example-block . org-html-example-block) (export-blo= ck . org-html-export-block) (export-snippet . org-html-export-snippet) (fix= ed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-d= efinition) (footnote-reference . org-html-footnote-reference) (headline . o= rg-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-= block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inne= r-template . org-html-inner-template) (italic . org-html-italic) (item . or= g-html-item) (keyword . org-html-keyword) (latex-environment . org-html-lat= ex-environment) (latex-fragment . org-html-latex-fragment) (line-break . or= g-html-line-break) (link . org-html-link) (node-property . org-html-node-pr= operty) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list)= (plain-text . org-html-plain-text) (planning . org-html-planning) (propert= y-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (= radio-target . org-html-radio-target) (section . org-html-section) (special= -block . org-html-special-block) (src-block . org-html-src-block) (statisti= cs-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-t= hrough) (subscript . org-html-subscript) (superscript . org-html-superscrip= t) (table . org-html-table) (table-cell . org-html-table-cell) (table-row .= org-html-table-row) (target . org-html-target) (template . org-html-templa= te) (timestamp . org-html-timestamp) (underline . org-html-underline) (verb= atim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doc= type "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER"= nil org-html-container-element) (:description "DESCRIPTION" nil nil newlin= e) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy= " org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url"= org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-= link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathj= ax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-h= tml-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:htm= l-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_= EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse= ) (:html-head-include-default-style nil "html-style" org-html-head-include-= default-style) (:html-head-include-scripts nil "html-scripts" org-html-head= -include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-a= llow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-c= heckbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-h= tml-extension) (:html-footnote-format nil nil org-html-footnote-format) (:h= tml-footnote-separator nil nil org-html-footnote-separator) (:html-footnote= s-section nil nil org-html-footnotes-section) (:html-format-drawer-function= nil nil org-html-format-drawer-function) (:html-format-headline-function n= il nil org-html-format-headline-function) (:html-format-inlinetask-function= nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil= org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-inf= ojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil= org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inlin= e-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-file= s-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-= mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timesta= mp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-form= at nil nil org-html-postamble-format) (:html-preamble-format nil nil org-ht= ml-preamble-format) (:html-table-align-individual-fields nil nil org-html-t= able-align-individual-fields) (:html-table-caption-above nil nil org-html-t= able-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags= ) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table= -use-header-tags-for-first-column nil nil org-html-table-use-header-tags-fo= r-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) = (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kw= d-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlev= el nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use= -infojs) (:html-validation-link nil nil org-html-validation-link) (:html-vi= ewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inl= ine-images) ...) ((:filter-options . org-html-infojs-install-script) (:filt= er-parse-tree . org-html-image-link-filter) (:filter-final-output . org-htm= l-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html= -export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML= file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bol= d) (center-block . org-html-center-block) (clock . org-html-clock) (code . = org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic= -block) (entity . org-html-entity) (example-block . org-html-example-block)= (export-block . org-html-export-block) (export-snippet . org-html-export-s= nippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-htm= l-footnote-definition) (footnote-reference . org-html-footnote-reference) (= headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) = (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlin= etask) (inner-template . org-html-inner-template) (italic . org-html-italic= ) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . = org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (lin= e-break . org-html-line-break) (link . org-html-link) (node-property . org-= html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html= -plain-list) (plain-text . org-html-plain-text) (planning . org-html-planni= ng) (property-drawer . org-html-property-drawer) (quote-block . org-html-qu= ote-block) (radio-target . org-html-radio-target) (section . org-html-secti= on) (special-block . org-html-special-block) (src-block . org-html-src-bloc= k) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-h= tml-strike-through) (subscript . org-html-subscript) (superscript . org-htm= l-superscript) (table . org-html-table) (table-cell . org-html-table-cell) = (table-row . org-html-table-row) (target . org-html-target) (template . org= -html-template) (timestamp . org-html-timestamp) (underline . org-html-unde= rline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block))= :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-thre= shold 0.8 data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begi= n 1 :end 32 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :en= d 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :p= arent ...) #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...)= )))) "" #("(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30= (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63= :post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-late= x nil)\n" 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :co= ntents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 = :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1= :parent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 = (:parent #4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (= :parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 := post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex = nil)\n" 0 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents= -end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline= ... ...))) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 = :end 32 :post-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32= :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated= 32 :parent #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #= ("

\n(setq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (parag= raph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 := post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 .= ..)))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :co= ntents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent= ...) #4 (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\= nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,= y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #(= "2" 0 1 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :conte= nts-begin 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscri= pt (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end = 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t= ,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];= \ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf= ('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) = (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fra= gment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ..= .) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2" 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil= :contents-begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 .= ..)))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(en= d)];\ndisp('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin = 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D= @(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
= \n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(en= d)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-b= egin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #(= "f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-f= ragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex= -fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 = 3 ...))) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 = 55 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end= 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 1= 3 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :in= put-file nil :html-doctype "xhtml-strict" :html-container "div" :descriptio= n nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-= link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-p= reamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-includ= e-default-style t :html-head-include-scripts t :html-allow-name-attribute-i= n-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "conte= nt") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-expo= rt-data] 4 "\n\n(fn ELEMENT)"] ((paragraph (:begin 79 :end 279 :contents-be= gin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent (headline (:raw-value "Matlab code" :begin 64 :end= 279 :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority n= il :tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-secti= on-p nil :archivedp nil :commentedp nil :post-affiliated 64 :title (#("Matl= ab code" 0 11 ...)) :parent (org-data nil ... #5)) #3)) #1)) #("f=3D@(t,y)[= -t*y" 0 13 (:parent #1)) (superscript (:begin 92 :end 94 :use-brackets-p ni= l :contents-begin 93 :contents-end 94 :post-blank 0 :parent #1) #("2" 0 1 (= :parent #2))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(= 1),y(end)];\ndisp('" 0 67 (:parent #1)) (latex-fragment (:value "\\begin{al= ign*}" :begin 161 :end 175 :post-blank 0 :parent #1)) #("')\nfprintf('t =3D= [%g \\" 0 22 (:parent #1)) (latex-fragment (:value "\\quad" :begin 197 :e= nd 203 :post-blank 1 :parent #1)) #("%g] \\\\\\\\" 0 9 (:parent #1)) (late= x-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #1)) #("= ', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #1)) (latex-fragment (:value "= \\qquad" :begin 239 :end 246 :post-blank 1 :parent #1)) #("%g] " 0 4 (:pare= nt #1)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :pa= rent #1)) #("', y)\ndisp('" 0 12 (:parent #1)) (latex-fragment (:value "\\e= nd{align*}" :begin 264 :end 276 :post-blank 0 :parent #1)) #("')\n" 0 3 (:p= arent #1)))) "") org-export-data((section (:begin 79 :end 279 :contents-begin 79 :contents= -end 279 :post-blank 0 :post-affiliated 79 :parent (headline (:raw-value "M= atlab code" :begin 64 :end 279 :pre-blank 0 :contents-begin 79 :contents-en= d 279 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :po= st-blank 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-aff= iliated 64 :title (#("Matlab code" 0 11 (:parent #2))) :parent (org-data ni= l (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-blank= 1 :post-affiliated 1 :parent #4) (keyword (:key "OPTIONS" :value "latex:t = toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #5))= (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-bl= ank 0 :post-affiliated 32 :parent #5) #("(setq org-html-with-latex nil)\n" = 0 31 ...))) #2)) #0)) (paragraph (:begin 79 :end 279 :contents-begin 79 :co= ntents-end 279 :post-blank 0 :post-affiliated 79 :parent #0) #("f=3D@(t,y)[= -t*y" 0 13 (:parent #1)) (superscript (:begin 92 :end 94 :use-brackets-p ni= l :contents-begin 93 :contents-end 94 :post-blank 0 :parent #1) #("2" 0 1 (= :parent #2))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(= 1),y(end)];\ndisp('" 0 67 (:parent #1)) (latex-fragment (:value "\\begin{al= ign*}" :begin 161 :end 175 :post-blank 0 :parent #1)) #("')\nfprintf('t =3D= [%g \\" 0 22 (:parent #1)) (latex-fragment (:value "\\quad" :begin 197 :e= nd 203 :post-blank 1 :parent #1)) #("%g] \\\\\\\\" 0 9 (:parent #1)) (late= x-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #1)) #("= ', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #1)) (latex-fragment (:value "= \\qquad" :begin 239 :end 246 :post-blank 1 :parent #1)) #("%g] " 0 4 (:pare= nt #1)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :pa= rent #1)) #("', y)\ndisp('" 0 12 (:parent #1)) (latex-fragment (:value "\\e= nd{align*}" :begin 264 :end 276 :post-blank 0 :parent #1)) #("')\n" 0 3 (:p= arent #1)))) (:export-options (body-only) :back-end [cl-struct-org-export-b= ackend html nil ((bold . org-html-bold) (center-block . org-html-center-blo= ck) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-draw= er) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (ex= ample-block . org-html-example-block) (export-block . org-html-export-block= ) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-= width) (footnote-definition . org-html-footnote-definition) (footnote-refer= ence . org-html-footnote-reference) (headline . org-html-headline) (horizon= tal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-sr= c-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inne= r-template) (italic . org-html-italic) (item . org-html-item) (keyword . or= g-html-keyword) (latex-environment . org-html-latex-environment) (latex-fra= gment . org-html-latex-fragment) (line-break . org-html-line-break) (link .= org-html-link) (node-property . org-html-node-property) (paragraph . org-h= tml-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-pl= ain-text) (planning . org-html-planning) (property-drawer . org-html-proper= ty-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-ra= dio-target) (section . org-html-section) (special-block . org-html-special-= block) (src-block . org-html-src-block) (statistics-cookie . org-html-stati= stics-cookie) (strike-through . org-html-strike-through) (subscript . org-h= tml-subscript) (superscript . org-html-superscript) (table . org-html-table= ) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (targ= et . org-html-target) (template . org-html-template) (timestamp . org-html-= timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) = (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil or= g-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-el= ement) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" n= il nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:= html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url= ) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up = "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" s= pace) (:html-postamble nil "html-postamble" org-html-postamble) (:html-prea= mble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org= -html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-e= xtra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-defa= ult-style nil "html-style" org-html-head-include-default-style) (:html-head= -include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-a= llow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anc= hors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-h= tml-checkbox-type) (:html-extension nil nil org-html-extension) (:html-foot= note-format nil nil org-html-footnote-format) (:html-footnote-separator nil= nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html= -footnotes-section) (:html-format-drawer-function nil nil org-html-format-d= rawer-function) (:html-format-headline-function nil nil org-html-format-hea= dline-function) (:html-format-inlinetask-function nil nil org-html-format-i= nlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) = (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-ht= ml-infojs-options) (:html-infojs-template nil nil org-html-infojs-template)= (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link= -org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-= options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil o= rg-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html= -metadata-timestamp-format) (:html-postamble-format nil nil org-html-postam= ble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html= -table-align-individual-fields nil nil org-html-table-align-individual-fiel= ds) (:html-table-caption-above nil nil org-html-table-caption-above) (:html= -table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags= nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first= -column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag= -class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist n= il nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org= -html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplev= el-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation= -link nil nil org-html-validation-link) (:html-viewport nil nil org-html-vi= ewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter= -options . org-html-infojs-install-script) (:filter-parse-tree . org-html-i= mage-link-filter) (:filter-final-output . org-html-final-function)) nil (10= 4 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As = HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a= s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] := translate-alist ((bold . org-html-bold) (center-block . org-html-center-blo= ck) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-draw= er) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (ex= ample-block . org-html-example-block) (export-block . org-html-export-block= ) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-= width) (footnote-definition . org-html-footnote-definition) (footnote-refer= ence . org-html-footnote-reference) (headline . org-html-headline) (horizon= tal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-sr= c-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inne= r-template) (italic . org-html-italic) (item . org-html-item) (keyword . or= g-html-keyword) (latex-environment . org-html-latex-environment) (latex-fra= gment . org-html-latex-fragment) (line-break . org-html-line-break) (link .= org-html-link) (node-property . org-html-node-property) (paragraph . org-h= tml-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-pl= ain-text) (planning . org-html-planning) (property-drawer . org-html-proper= ty-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-ra= dio-target) (section . org-html-section) (special-block . org-html-special-= block) (src-block . org-html-src-block) (statistics-cookie . org-html-stati= stics-cookie) (strike-through . org-html-strike-through) (subscript . org-h= tml-subscript) (superscript . org-html-superscript) (table . org-html-table= ) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (targ= et . org-html-target) (template . org-html-template) (timestamp . org-html-= timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) = (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 400= 1 test eq rehash-size 1.5 rehash-threshold 0.8 data ((keyword (:key "OPTION= S" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affili= ated 1 :parent (section (:begin 1 :end 64 :contents-begin 1 :contents-end 6= 3 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline ... .= ..))) #2 (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 = :post-blank 0 :post-affiliated 32 :parent #4) #("(setq org-html-with-latex = nil)\n" 0 31 (:parent #5)))))) "" #("(setq org-html-with-latex nil)\n" 0 31= (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63= :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :cont= ents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...)= (keyword ...) #4)) #2))) #("(setq org-html-with-latex nil)
\n" 0 30 (= :parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 := post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :conten= ts-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...) (= keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #4))))= ) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-b= lank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :contents-beg= in 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (org-data ni= l #4 (headline ... ...))) (keyword (:key "OPTIONS" :value "latex:t toc:nil = H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #4)) #2)) #(= "(setq org-html-with-latex nil)\n" 0 31 (:parent #2))) #("

\n(setq org-ht= ml-with-latex nil)
\n

\n" 4 34 (:parent (paragraph (:begin 32 :end = 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :p= arent (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-b= lank 1 :post-affiliated 1 :parent ...) (keyword ...) #4)) #("(setq org-html= -with-latex nil)\n" 0 31 (:parent #4))))) (section (:begin 1 :end 64 :conte= nts-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (org-= data nil #2 (headline (:raw-value "Matlab code" :begin 64 :end 279 :pre-bla= nk 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :tags nil = :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil :arc= hivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab code" 0 11= ...)) :parent #4) (section (:begin 79 :end 279 :contents-begin 79 :content= s-end 279 :post-blank 0 :post-affiliated 79 :parent #5) (paragraph ... #("f= =3D@(t,y)[-t*y" 0 13 ...) ... #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t= (end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) ... #("')\nfprintf('t =3D [%= g \\" 0 22 ...) ... #("%g] \\\\\\\\" 0 9 ...) ... #("', t)\nfprintf('y = =3D [%g \\" 0 25 ...) ... #("%g] " 0 4 ...) ... #("', y)\ndisp('" 0 12 ...= ) ... #("')\n" 0 3 ...)))))) (keyword (:key "OPTIONS" :value "latex:t toc:n= il H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #2)) (par= agraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0= :post-affiliated 32 :parent #2) #("(setq org-html-with-latex nil)\n" 0 31 = (:parent #3)))) #("

\n(setq org-html-with-latex nil)
\n

\n\n" 4 3= 4 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 6= 3 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :con= tents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...= ) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #4)= )))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :cont= ents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (= section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blan= k 0 :post-affiliated 79 :parent ...) #4)) #2 (superscript (:begin 92 :end 9= 4 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :pa= rent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(= 1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment= (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #= ("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\= \quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9= (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blan= k 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (late= x-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4))= #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 2= 52 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-f= ragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #= 4)) #("')\n" 0 3 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragr= aph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 = :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79= :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f= =3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-bra= ckets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #= ("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)]= ;\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "= \\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfpri= ntf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :be= gin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent = #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :paren= t #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment= (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " = 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-b= lank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:= value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\= n" 0 3 (:parent #4))))) #("2" 0 1 (:parent (superscript (:begin 92 :end 94 = :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :pare= nt (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :pos= t-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) #4= #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\n= disp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 = ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #= ("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 = 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...= ) #("')\n" 0 3 ...))) #2))) #("2" 0 1 (:parent (superscript (:begin 92 :end= 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 := parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 = :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...= ) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)= ];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0= 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ..= .) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] = " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment= ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) (superscript (:begin 9= 2 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-bla= nk 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 27= 9 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :p= arent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) #2 #("];\n[t,y]=3Dod= e45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:par= ent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :pos= t-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (l= atex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4= )) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin= 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" = 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :p= ost-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value= "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 1= 2 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276= :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) #("2" 0 1 (:parent= #2))) #("2" 5 6 (:parent (superscript (:begin 92 :end 94 :use-b= rackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent (pa= ragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blan= k 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) #4 #("];= \n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('= " 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (= latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t= )\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...)= (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("'= )\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) #("];\n[t,y]=3Dode45(f,[0 1],1);= \nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent (paragraph = (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :pos= t-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :co= ntents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@= (t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-bracket= s-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2"= 0 1 (:parent #5))) #2 (latex-fragment (:value "\\begin{align*}" :begin 161= :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:= parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blan= k 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:valu= e "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y= =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 2= 39 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fr= agment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y= )\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begi= n 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4))))) #("= ];
\n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y= (1),y(end)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :co= ntents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent= (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-bl= ank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:pare= nt #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin= 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161= :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:= parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blan= k 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:valu= e "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y= =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 2= 39 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fr= agment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y= )\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begi= n 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 9 32= (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 2= 79 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 := contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :pare= nt ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92= :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blan= k 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\n= t=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-f= ragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent= #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:v= alue "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\= \\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :po= st-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)= ) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :pare= nt #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250= :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (= latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :p= arent #4)) #("')\n" 0 3 (:parent #4)))) 39 55 (:parent (paragraph (:begin 7= 9 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affilia= ted 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*= y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil := contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:pa= rent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),= y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align= *}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%= g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end = 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-f= ragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', = t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\q= quad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent = #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :paren= t #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{= align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:pare= nt #4)))) 62 78 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begi= n 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affi= liated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (supersc= ript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-en= d 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode4= 5(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:paren= t #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-= blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (lat= ex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4))= #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 2= 12 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 = 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :pos= t-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "= \\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 = (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 := post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 85 91 (:parent (para= graph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank = 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin = 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #(= "f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-b= rackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4)= #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end= )];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value= "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfp= rintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" := begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:paren= t #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :par= ent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragme= nt (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] = " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post= -blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment = (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("'= )\n" 0 3 (:parent #4))))) ...)) :input-buffer " *temp*" :input-file nil :ht= ml-doctype "xhtml-strict" :html-container "div" :description nil :keywords = nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :ht= ml-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-= head "" :html-head-extra "" :subtitle nil :html-head-include-default-style = t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :h= tml-divs ((preamble "div" "preamble") (content "div" "content") (postamble = "div" "postamble")) :html-checkbox-type ascii ...)) #[257 "\301=01\300\"\207" [(:export-options (body-only) :back-end [cl-str= uct-org-export-backend html nil ((bold . org-html-bold) (center-block . org= -html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer= . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-= html-entity) (example-block . org-html-example-block) (export-block . org-h= tml-export-block) (export-snippet . org-html-export-snippet) (fixed-width .= org-html-fixed-width) (footnote-definition . org-html-footnote-definition)= (footnote-reference . org-html-footnote-reference) (headline . org-html-he= adline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . or= g-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template= . org-html-inner-template) (italic . org-html-italic) (item . org-html-ite= m) (keyword . org-html-keyword) (latex-environment . org-html-latex-environ= ment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-lin= e-break) (link . org-html-link) (node-property . org-html-node-property) (p= aragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-te= xt . org-html-plain-text) (planning . org-html-planning) (property-drawer .= org-html-property-drawer) (quote-block . org-html-quote-block) (radio-targ= et . org-html-radio-target) (section . org-html-section) (special-block . o= rg-html-special-block) (src-block . org-html-src-block) (statistics-cookie = . org-html-statistics-cookie) (strike-through . org-html-strike-through) (s= ubscript . org-html-subscript) (superscript . org-html-superscript) (table = . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-= table-row) (target . org-html-target) (template . org-html-template) (times= tamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org= -html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML= _DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-h= tml-container-element) (:description "DESCRIPTION" nil nil newline) (:keywo= rds "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html= -html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-= link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home)= (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_M= ATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postam= ble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HT= ML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil= org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-h= ead-include-default-style nil "html-style" org-html-head-include-default-st= yle) (:html-head-include-scripts nil "html-scripts" org-html-head-include-s= cripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-= attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-ty= pe nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extens= ion) (:html-footnote-format nil nil org-html-footnote-format) (:html-footno= te-separator nil nil org-html-footnote-separator) (:html-footnotes-section = nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil o= rg-html-format-drawer-function) (:html-format-headline-function nil nil org= -html-format-headline-function) (:html-format-inlinetask-function nil nil o= rg-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-= home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-option= s nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-= infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-ru= les) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html)= (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-te= mplate nil nil org-html-mathjax-template) (:html-metadata-timestamp-format = nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil= org-html-postamble-format) (:html-preamble-format nil nil org-html-preambl= e-format) (:html-table-align-individual-fields nil nil org-html-table-align= -individual-fields) (:html-table-caption-above nil nil org-html-table-capti= on-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-t= able-header-tags nil nil org-html-table-header-tags) (:html-table-use-heade= r-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-co= lumn) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-tex= t-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-pr= efix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil= org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (= :html-validation-link nil nil org-html-validation-link) (:html-viewport nil= nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images= ) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-t= ree . org-html-image-link-filter) (:filter-final-output . org-html-final-fu= nction)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as= -html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and = open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center= -block . org-html-center-block) (clock . org-html-clock) (code . org-html-c= ode) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (e= ntity . org-html-entity) (example-block . org-html-example-block) (export-b= lock . org-html-export-block) (export-snippet . org-html-export-snippet) (f= ixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote= -definition) (footnote-reference . org-html-footnote-reference) (headline .= org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-sr= c-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (in= ner-template . org-html-inner-template) (italic . org-html-italic) (item . = org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-l= atex-environment) (latex-fragment . org-html-latex-fragment) (line-break . = org-html-line-break) (link . org-html-link) (node-property . org-html-node-= property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-lis= t) (plain-text . org-html-plain-text) (planning . org-html-planning) (prope= rty-drawer . org-html-property-drawer) (quote-block . org-html-quote-block)= (radio-target . org-html-radio-target) (section . org-html-section) (speci= al-block . org-html-special-block) (src-block . org-html-src-block) (statis= tics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike= -through) (subscript . org-html-subscript) (superscript . org-html-superscr= ipt) (table . org-html-table) (table-cell . org-html-table-cell) (table-row= . org-html-table-row) (target . org-html-target) (template . org-html-temp= late) (timestamp . org-html-timestamp) (underline . org-html-underline) (ve= rbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported= -data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 = data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 3= 2 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 64 :cont= ents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...)= #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...))))) "" #(= "(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:begin 32 :end= 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 := parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30 (:parent = (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-bla= nk 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" = 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end= 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :c= ontents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent .= ..) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #= 4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (:parent (p= aragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank= 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 = 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :p= ost-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline ... ...))= ) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :p= ost-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32 :end 63 := contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :paren= t #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #("

\n(se= tq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 ...)))) #("= f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4 (= superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1)= ,t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,y)[-t*y" 0= 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 = 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\n= t=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment .= ..) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \= \\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 = 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y= )\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:parent (su= perscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conten= ts-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscript (:begin= 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-b= lank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-= end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" = 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1= ),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%= g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fra= gment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...)= #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-= fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2"= 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*= y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
\n[t,y]=3D= ode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(end)];
= \ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 9 3= 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end = 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13= ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 55 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph (:begin = 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affili= ated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0= 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(= end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \= \" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragmen= t ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("= %g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-frag= ment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :input-file ni= l :html-doctype "xhtml-strict" :html-container "div" :description nil :keyw= ords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "= " :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t := html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-s= tyle t :html-head-include-scripts t :html-allow-name-attribute-in-anchors n= il :html-divs ((preamble "div" "preamble") (content "div" "content") (posta= mble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 = "\n\n(fn ELEMENT)"]((section (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent (headline (:raw-value = "Matlab code" :begin 64 :end 279 :pre-blank 0 :contents-begin 79 :contents-= end 279 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil := post-blank 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-a= ffiliated 64 :title (#("Matlab code" 0 11 (:parent #2))) :parent (org-data = nil (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :post-bla= nk 1 :post-affiliated 1 :parent #4) (keyword (:key "OPTIONS" :value "latex:= t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #5= )) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-= blank 0 :post-affiliated 32 :parent #5) #("(setq org-html-with-latex nil)\n= " 0 31 ...))) #2)) #0)) (paragraph (:begin 79 :end 279 :contents-begin 79 := contents-end 279 :post-blank 0 :post-affiliated 79 :parent #0) #("f=3D@(t,y= )[-t*y" 0 13 (:parent #1)) (superscript (:begin 92 :end 94 :use-brackets-p = nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #1) #("2" 0 1= (:parent #2))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[= y(1),y(end)];\ndisp('" 0 67 (:parent #1)) (latex-fragment (:value "\\begin{= align*}" :begin 161 :end 175 :post-blank 0 :parent #1)) #("')\nfprintf('t = =3D [%g \\" 0 22 (:parent #1)) (latex-fragment (:value "\\quad" :begin 197= :end 203 :post-blank 1 :parent #1)) #("%g] \\\\\\\\" 0 9 (:parent #1)) (l= atex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #1)) = #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #1)) (latex-fragment (:valu= e "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #1)) #("%g] " 0 4 (:p= arent #1)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 = :parent #1)) #("', y)\ndisp('" 0 12 (:parent #1)) (latex-fragment (:value "= \\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #1)) #("')\n" 0 3 = (:parent #1))))) mapconcat(#[257 "\301=01\300\"\207" [(:export-options (body-only) :back-e= nd [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-b= lock . org-html-center-block) (clock . org-html-clock) (code . org-html-cod= e) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (ent= ity . org-html-entity) (example-block . org-html-example-block) (export-blo= ck . org-html-export-block) (export-snippet . org-html-export-snippet) (fix= ed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-d= efinition) (footnote-reference . org-html-footnote-reference) (headline . o= rg-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-= block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inne= r-template . org-html-inner-template) (italic . org-html-italic) (item . or= g-html-item) (keyword . org-html-keyword) (latex-environment . org-html-lat= ex-environment) (latex-fragment . org-html-latex-fragment) (line-break . or= g-html-line-break) (link . org-html-link) (node-property . org-html-node-pr= operty) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list)= (plain-text . org-html-plain-text) (planning . org-html-planning) (propert= y-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (= radio-target . org-html-radio-target) (section . org-html-section) (special= -block . org-html-special-block) (src-block . org-html-src-block) (statisti= cs-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-t= hrough) (subscript . org-html-subscript) (superscript . org-html-superscrip= t) (table . org-html-table) (table-cell . org-html-table-cell) (table-row .= org-html-table-row) (target . org-html-target) (template . org-html-templa= te) (timestamp . org-html-timestamp) (underline . org-html-underline) (verb= atim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doc= type "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER"= nil org-html-container-element) (:description "DESCRIPTION" nil nil newlin= e) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy= " org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url"= org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-= link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathj= ax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-h= tml-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:htm= l-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_= EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse= ) (:html-head-include-default-style nil "html-style" org-html-head-include-= default-style) (:html-head-include-scripts nil "html-scripts" org-html-head= -include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-a= llow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-c= heckbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-h= tml-extension) (:html-footnote-format nil nil org-html-footnote-format) (:h= tml-footnote-separator nil nil org-html-footnote-separator) (:html-footnote= s-section nil nil org-html-footnotes-section) (:html-format-drawer-function= nil nil org-html-format-drawer-function) (:html-format-headline-function n= il nil org-html-format-headline-function) (:html-format-inlinetask-function= nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil= org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-inf= ojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil= org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inlin= e-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-file= s-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-= mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timesta= mp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-form= at nil nil org-html-postamble-format) (:html-preamble-format nil nil org-ht= ml-preamble-format) (:html-table-align-individual-fields nil nil org-html-t= able-align-individual-fields) (:html-table-caption-above nil nil org-html-t= able-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags= ) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table= -use-header-tags-for-first-column nil nil org-html-table-use-header-tags-fo= r-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) = (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kw= d-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlev= el nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use= -infojs) (:html-validation-link nil nil org-html-validation-link) (:html-vi= ewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inl= ine-images) ...) ((:filter-options . org-html-infojs-install-script) (:filt= er-parse-tree . org-html-image-link-filter) (:filter-final-output . org-htm= l-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html= -export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML= file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bol= d) (center-block . org-html-center-block) (clock . org-html-clock) (code . = org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic= -block) (entity . org-html-entity) (example-block . org-html-example-block)= (export-block . org-html-export-block) (export-snippet . org-html-export-s= nippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-htm= l-footnote-definition) (footnote-reference . org-html-footnote-reference) (= headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) = (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlin= etask) (inner-template . org-html-inner-template) (italic . org-html-italic= ) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . = org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (lin= e-break . org-html-line-break) (link . org-html-link) (node-property . org-= html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html= -plain-list) (plain-text . org-html-plain-text) (planning . org-html-planni= ng) (property-drawer . org-html-property-drawer) (quote-block . org-html-qu= ote-block) (radio-target . org-html-radio-target) (section . org-html-secti= on) (special-block . org-html-special-block) (src-block . org-html-src-bloc= k) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-h= tml-strike-through) (subscript . org-html-subscript) (superscript . org-htm= l-superscript) (table . org-html-table) (table-cell . org-html-table-cell) = (table-row . org-html-table-row) (target . org-html-target) (template . org= -html-template) (timestamp . org-html-timestamp) (underline . org-html-unde= rline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block))= :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-thre= shold 0.8 data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begi= n 1 :end 32 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :en= d 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :p= arent ...) #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...)= )))) "" #("(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30= (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63= :post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-late= x nil)\n" 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :co= ntents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 = :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1= :parent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 = (:parent #4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (= :parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 := post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex = nil)\n" 0 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents= -end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline= ... ...))) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 = :end 32 :post-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32= :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated= 32 :parent #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #= ("

\n(setq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (parag= raph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 := post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 .= ..)))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :co= ntents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent= ...) #4 (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\= nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,= y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #(= "2" 0 1 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :conte= nts-begin 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscri= pt (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end = 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t= ,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];= \ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf= ('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) = (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fra= gment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ..= .) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2" 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil= :contents-begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 .= ..)))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(en= d)];\ndisp('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin = 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D= @(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
= \n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(en= d)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-b= egin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #(= "f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-f= ragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex= -fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 = 3 ...))) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 = 55 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end= 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 1= 3 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :in= put-file nil :html-doctype "xhtml-strict" :html-container "div" :descriptio= n nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-= link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-p= reamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-includ= e-default-style t :html-head-include-scripts t :html-allow-name-attribute-i= n-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "conte= nt") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-expo= rt-data] 4 "\n\n(fn ELEMENT)"] ((section (:begin 79 :end 279 :contents-begi= n 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (headline = (:raw-value "Matlab code" :begin 64 :end 279 :pre-blank 0 :contents-begin 7= 9 :contents-end 279 :level 1 :priority nil :tags nil :todo-keyword nil :tod= o-type nil :post-blank 0 :footnote-section-p nil :archivedp nil :commentedp= nil :post-affiliated 64 :title (#("Matlab code" 0 11 (:parent #3))) :paren= t (org-data nil (section (:begin 1 :end 64 :contents-begin 1 :contents-end = 63 :post-blank 1 :post-affiliated 1 :parent #5) (keyword ...) (paragraph ..= . #("(setq org-html-with-latex nil)\n" 0 31 ...))) #3)) #1)) (paragraph (:b= egin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-a= ffiliated 79 :parent #1) #("f=3D@(t,y)[-t*y" 0 13 (:parent #2)) (superscrip= t (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 9= 4 :post-blank 0 :parent #2) #("2" 0 1 (:parent #3))) #("];\n[t,y]=3Dode45(f= ,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #= 2)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-bla= nk 0 :parent #2)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #2)) (latex-= fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #2)) #(= "%g] \\\\\\\\" 0 9 (:parent #2)) (latex-fragment (:value "\\n" :begin 212 = :end 214 :post-blank 0 :parent #2)) #("', t)\nfprintf('y =3D [%g \\" 0 25 = (:parent #2)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-b= lank 1 :parent #2)) #("%g] " 0 4 (:parent #2)) (latex-fragment (:value "\\n= " :begin 250 :end 252 :post-blank 0 :parent #2)) #("', y)\ndisp('" 0 12 (:p= arent #2)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :pos= t-blank 0 :parent #2)) #("')\n" 0 3 (:parent #2))))) "") org-export-data((headline (:raw-value "Matlab code" :begin 64 :end 279 :p= re-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :tag= s nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p ni= l :archivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab code= " 0 11 (:parent #0))) :parent (org-data nil (section (:begin 1 :end 64 :con= tents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent #2)= (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :po= st-blank 0 :post-affiliated 1 :parent #3)) (paragraph (:begin 32 :end 63 :c= ontents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent= #3) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #4)))) #0)) (sectio= n (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :p= ost-affiliated 79 :parent #0) (paragraph (:begin 79 :end 279 :contents-begi= n 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent #1) #("f= =3D@(t,y)[-t*y" 0 13 (:parent #2)) (superscript (:begin 92 :end 94 :use-bra= ckets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #2) #= ("2" 0 1 (:parent #3))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)]= ;\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #2)) (latex-fragment (:value "= \\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #2)) #("')\nfpri= ntf('t =3D [%g \\" 0 22 (:parent #2)) (latex-fragment (:value "\\quad" :be= gin 197 :end 203 :post-blank 1 :parent #2)) #("%g] \\\\\\\\" 0 9 (:parent = #2)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :paren= t #2)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #2)) (latex-fragment= (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #2)) #("%g] " = 0 4 (:parent #2)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-b= lank 0 :parent #2)) #("', y)\ndisp('" 0 12 (:parent #2)) (latex-fragment (:= value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #2)) #("')\= n" 0 3 (:parent #2))))) (:export-options (body-only) :back-end [cl-struct-o= rg-export-backend html nil ((bold . org-html-bold) (center-block . org-html= -center-block) (clock . org-html-clock) (code . org-html-code) (drawer . or= g-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-= entity) (example-block . org-html-example-block) (export-block . org-html-e= xport-block) (export-snippet . org-html-export-snippet) (fixed-width . org-= html-fixed-width) (footnote-definition . org-html-footnote-definition) (foo= tnote-reference . org-html-footnote-reference) (headline . org-html-headlin= e) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-htm= l-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . or= g-html-inner-template) (italic . org-html-italic) (item . org-html-item) (k= eyword . org-html-keyword) (latex-environment . org-html-latex-environment)= (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-bre= ak) (link . org-html-link) (node-property . org-html-node-property) (paragr= aph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . = org-html-plain-text) (planning . org-html-planning) (property-drawer . org-= html-property-drawer) (quote-block . org-html-quote-block) (radio-target . = org-html-radio-target) (section . org-html-section) (special-block . org-ht= ml-special-block) (src-block . org-html-src-block) (statistics-cookie . org= -html-statistics-cookie) (strike-through . org-html-strike-through) (subscr= ipt . org-html-subscript) (superscript . org-html-superscript) (table . org= -html-table) (table-cell . org-html-table-cell) (table-row . org-html-table= -row) (target . org-html-target) (template . org-html-template) (timestamp = . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html= -verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCT= YPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-c= ontainer-element) (:description "DESCRIPTION" nil nil newline) (:keywords "= KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html= 5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-= use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:ht= ml-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJA= X" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) = (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HE= AD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-= html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-i= nclude-default-style nil "html-style" org-html-head-include-default-style) = (:html-head-include-scripts nil "html-scripts" org-html-head-include-script= s) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attri= bute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type ni= l nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) = (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-se= parator nil nil org-html-footnote-separator) (:html-footnotes-section nil n= il org-html-footnotes-section) (:html-format-drawer-function nil nil org-ht= ml-format-drawer-function) (:html-format-headline-function nil nil org-html= -format-headline-function) (:html-format-inlinetask-function nil nil org-ht= ml-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/= up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil= nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infoj= s-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) = (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:ht= ml-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-templat= e nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil n= il org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-= html-postamble-format) (:html-preamble-format nil nil org-html-preamble-for= mat) (:html-table-align-individual-fields nil nil org-html-table-align-indi= vidual-fields) (:html-table-caption-above nil nil org-html-table-caption-ab= ove) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-= header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tag= s-for-first-column nil nil org-html-table-use-header-tags-for-first-column)= (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-mar= kup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix = nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-= html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html= -validation-link nil nil org-html-validation-link) (:html-viewport nil nil = org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...= ) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree .= org-html-image-link-filter) (:filter-final-output . org-html-final-functio= n)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html= ) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open"= (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file .= ..))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html= -center-block) (clock . org-html-clock) (code . org-html-code) (drawer . or= g-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-= entity) (example-block . org-html-example-block) (export-block . org-html-e= xport-block) (export-snippet . org-html-export-snippet) (fixed-width . org-= html-fixed-width) (footnote-definition . org-html-footnote-definition) (foo= tnote-reference . org-html-footnote-reference) (headline . org-html-headlin= e) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-htm= l-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . or= g-html-inner-template) (italic . org-html-italic) (item . org-html-item) (k= eyword . org-html-keyword) (latex-environment . org-html-latex-environment)= (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-bre= ak) (link . org-html-link) (node-property . org-html-node-property) (paragr= aph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . = org-html-plain-text) (planning . org-html-planning) (property-drawer . org-= html-property-drawer) (quote-block . org-html-quote-block) (radio-target . = org-html-radio-target) (section . org-html-section) (special-block . org-ht= ml-special-block) (src-block . org-html-src-block) (statistics-cookie . org= -html-statistics-cookie) (strike-through . org-html-strike-through) (subscr= ipt . org-html-subscript) (superscript . org-html-superscript) (table . org= -html-table) (table-cell . org-html-table-cell) (table-row . org-html-table= -row) (target . org-html-target) (template . org-html-template) (timestamp = . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html= -verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-tab= le size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data ((keyword (:= key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 := post-affiliated 1 :parent (section (:begin 1 :end 64 :contents-begin 1 :con= tents-end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (hea= dline ... ...))) #2 (paragraph (:begin 32 :end 63 :contents-begin 32 :conte= nts-end 63 :post-blank 0 :post-affiliated 32 :parent #4) #("(setq org-html-= with-latex nil)\n" 0 31 (:parent #5)))))) "" #("(setq org-html-with-latex n= il)\n" 0 31 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :cont= ents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :e= nd 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 := parent ...) (keyword ...) #4)) #2))) #("(setq org-html-with-latex nil)
\n" 0 30 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :conten= ts-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end= 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :pa= rent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:pa= rent #4))))) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end= 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :c= ontents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (= org-data nil #4 (headline ... ...))) (keyword (:key "OPTIONS" :value "latex= :t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #= 4)) #2)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #2))) #("

\n(= setq org-html-with-latex nil)
\n

\n" 4 34 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent (section (:begin 1 :end 64 :contents-begin 1 :contents-end= 63 :post-blank 1 :post-affiliated 1 :parent ...) (keyword ...) #4)) #("(se= tq org-html-with-latex nil)\n" 0 31 (:parent #4))))) (section (:begin 1 :en= d 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :p= arent (org-data nil #2 (headline (:raw-value "Matlab code" :begin 64 :end 2= 79 :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil= :tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section= -p nil :archivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab= code" 0 11 ...)) :parent #4) (section (:begin 79 :end 279 :contents-begin = 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent #5) (paragra= ph ... #("f=3D@(t,y)[-t*y" 0 13 ...) ... #("];\n[t,y]=3Dode45(f,[0 1],1);\n= t=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) ... #("')\nfprint= f('t =3D [%g \\" 0 22 ...) ... #("%g] \\\\\\\\" 0 9 ...) ... #("', t)\nfp= rintf('y =3D [%g \\" 0 25 ...) ... #("%g] " 0 4 ...) ... #("', y)\ndisp('"= 0 12 ...) ... #("')\n" 0 3 ...)))))) (keyword (:key "OPTIONS" :value "late= x:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent = #2)) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :pos= t-blank 0 :post-affiliated 32 :parent #2) #("(setq org-html-with-latex nil)= \n" 0 31 (:parent #3)))) #("

\n(setq org-html-with-latex nil)
\n

= \n\n" 4 34 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :conte= nts-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :en= d 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :p= arent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:p= arent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end = 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 = :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 := post-blank 0 :post-affiliated 79 :parent ...) #4)) #2 (superscript (:begin = 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-bl= ank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);= \nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex= -fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :pare= nt #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (= :value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\= \\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 := post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #= 4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :pa= rent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 2= 50 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4))= (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 = :parent #4)) #("')\n" 0 3 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:paren= t (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post= -blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents= -begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) = #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94= :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :par= ent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1= ),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment = (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #(= "')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\= quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 = (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank= 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex= -fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) = #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 25= 2 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fr= agment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4= )) #("')\n" 0 3 (:parent #4))))) #("2" 0 1 (:parent (superscript (:begin 92= :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blan= k 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end= 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 1= 3 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y= (end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g = \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragme= nt ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #(= "%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fra= gment ...) #("')\n" 0 3 ...))) #2))) #("2" 0 1 (:parent (superscript (:begi= n 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-= blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents= -end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y"= 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(= 1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [= %g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fr= agment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...= ) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex= -fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) (superscript = (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 = :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :co= ntents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 7= 9 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affilia= ted 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) #2 #("];\n[= t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0= 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end= 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:paren= t #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 := parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\= n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D = [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :e= nd 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragmen= t (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndi= sp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264= :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) #("2" 0 1= (:parent #2))) #("2" 5 6 (:parent (superscript (:begin 92 :end = 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :p= arent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 := post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...)= #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)]= ;\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 = 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...= ) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] "= 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment = ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) #("];\n[t,y]=3Dode45(f,= [0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent (p= aragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-bla= nk 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4))= #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :us= e-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent = #4) #("2" 0 1 (:parent #5))) #2 (latex-fragment (:value "\\begin{align*}" := begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\= " 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 := post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragme= nt (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nf= printf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad"= :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) = (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)= ) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align= *}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4= ))))) #("];
\n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(end)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :en= d 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 7= 9 :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279= :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 = 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil :conte= nts-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent = #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end= )];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" := begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\= " 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 := post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragme= nt (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nf= printf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad"= :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) = (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)= ) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align= *}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4= )))) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conte= nts-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 := end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated= 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (= :begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 := post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0= 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4))= (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank = 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fra= gment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g= ] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :en= d 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:p= arent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blan= k 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" := begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:pare= nt #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-b= lank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 39 55 (:parent (paragraph = (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :pos= t-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :co= ntents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@= (t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-bracket= s-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2"= 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:v= alue "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 = (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank= 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:valu= e "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0= 3 (:parent #4)))) 62 78 (:parent (paragraph (:begin 79 :end 279 :contents-= begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (secti= on (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 := post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4))= (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :co= ntents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,= y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 6= 7 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 1= 75 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent = #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :pa= rent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n"= :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%= g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end= 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment = (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp= ('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 := end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 85 91 (:par= ent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :po= st-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :conten= ts-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...= ) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end = 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :p= arent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t= (1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragmen= t (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) = #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "= \\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 = 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-bla= nk 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (lat= ex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)= ) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end = 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-= fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent = #4)) #("')\n" 0 3 (:parent #4))))) ...)) :input-buffer " *temp*" :input-fil= e nil :html-doctype "xhtml-strict" :html-container "div" :description nil := keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-ho= me "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble= t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-defau= lt-style t :html-head-include-scripts t :html-allow-name-attribute-in-ancho= rs nil :html-divs ((preamble "div" "preamble") (content "div" "content") (p= ostamble "div" "postamble")) :html-checkbox-type ascii ...)) #[257 "\301=01\300\"\207" [(:export-options (body-only) :back-end [cl-str= uct-org-export-backend html nil ((bold . org-html-bold) (center-block . org= -html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer= . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-= html-entity) (example-block . org-html-example-block) (export-block . org-h= tml-export-block) (export-snippet . org-html-export-snippet) (fixed-width .= org-html-fixed-width) (footnote-definition . org-html-footnote-definition)= (footnote-reference . org-html-footnote-reference) (headline . org-html-he= adline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . or= g-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template= . org-html-inner-template) (italic . org-html-italic) (item . org-html-ite= m) (keyword . org-html-keyword) (latex-environment . org-html-latex-environ= ment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-lin= e-break) (link . org-html-link) (node-property . org-html-node-property) (p= aragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-te= xt . org-html-plain-text) (planning . org-html-planning) (property-drawer .= org-html-property-drawer) (quote-block . org-html-quote-block) (radio-targ= et . org-html-radio-target) (section . org-html-section) (special-block . o= rg-html-special-block) (src-block . org-html-src-block) (statistics-cookie = . org-html-statistics-cookie) (strike-through . org-html-strike-through) (s= ubscript . org-html-subscript) (superscript . org-html-superscript) (table = . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-= table-row) (target . org-html-target) (template . org-html-template) (times= tamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org= -html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML= _DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-h= tml-container-element) (:description "DESCRIPTION" nil nil newline) (:keywo= rds "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html= -html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-= link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home)= (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_M= ATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postam= ble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HT= ML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil= org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-h= ead-include-default-style nil "html-style" org-html-head-include-default-st= yle) (:html-head-include-scripts nil "html-scripts" org-html-head-include-s= cripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-= attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-ty= pe nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extens= ion) (:html-footnote-format nil nil org-html-footnote-format) (:html-footno= te-separator nil nil org-html-footnote-separator) (:html-footnotes-section = nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil o= rg-html-format-drawer-function) (:html-format-headline-function nil nil org= -html-format-headline-function) (:html-format-inlinetask-function nil nil o= rg-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-= home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-option= s nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-= infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-ru= les) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html)= (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-te= mplate nil nil org-html-mathjax-template) (:html-metadata-timestamp-format = nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil= org-html-postamble-format) (:html-preamble-format nil nil org-html-preambl= e-format) (:html-table-align-individual-fields nil nil org-html-table-align= -individual-fields) (:html-table-caption-above nil nil org-html-table-capti= on-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-t= able-header-tags nil nil org-html-table-header-tags) (:html-table-use-heade= r-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-co= lumn) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-tex= t-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-pr= efix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil= org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (= :html-validation-link nil nil org-html-validation-link) (:html-viewport nil= nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images= ) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-t= ree . org-html-image-link-filter) (:filter-final-output . org-html-final-fu= nction)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as= -html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and = open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center= -block . org-html-center-block) (clock . org-html-clock) (code . org-html-c= ode) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (e= ntity . org-html-entity) (example-block . org-html-example-block) (export-b= lock . org-html-export-block) (export-snippet . org-html-export-snippet) (f= ixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote= -definition) (footnote-reference . org-html-footnote-reference) (headline .= org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-sr= c-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (in= ner-template . org-html-inner-template) (italic . org-html-italic) (item . = org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-l= atex-environment) (latex-fragment . org-html-latex-fragment) (line-break . = org-html-line-break) (link . org-html-link) (node-property . org-html-node-= property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-lis= t) (plain-text . org-html-plain-text) (planning . org-html-planning) (prope= rty-drawer . org-html-property-drawer) (quote-block . org-html-quote-block)= (radio-target . org-html-radio-target) (section . org-html-section) (speci= al-block . org-html-special-block) (src-block . org-html-src-block) (statis= tics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike= -through) (subscript . org-html-subscript) (superscript . org-html-superscr= ipt) (table . org-html-table) (table-cell . org-html-table-cell) (table-row= . org-html-table-row) (target . org-html-target) (template . org-html-temp= late) (timestamp . org-html-timestamp) (underline . org-html-underline) (ve= rbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported= -data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 = data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 3= 2 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :end 64 :cont= ents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent ...)= #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...))))) "" #(= "(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:begin 32 :end= 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 := parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30 (:parent = (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-bla= nk 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" = 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end= 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :c= ontents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent .= ..) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #= 4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (:parent (p= aragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank= 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 = 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents-end 63 :p= ost-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline ... ...))= ) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :p= ost-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32 :end 63 := contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :paren= t #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #("

\n(se= tq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 ...)))) #("= f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-beg= in 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4 (= superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1)= ,t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,y)[-t*y" 0= 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-en= d 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 = 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\n= t=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment .= ..) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \= \\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 = 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y= )\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:parent (su= perscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :conten= ts-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscript (:begin= 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-b= lank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-= end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" = 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1= ),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%= g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fra= gment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...)= #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-= fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2"= 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents= -begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) #("= ];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp= ('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*= y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment ...) #("')= \nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" = 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (= latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('= " 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
\n[t,y]=3D= ode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(end)];
= \ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 9 3= 2 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end = 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13= ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 55 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph (:begin = 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affili= ated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0= 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(= end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \= \" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragmen= t ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("= %g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-frag= ment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :input-file ni= l :html-doctype "xhtml-strict" :html-container "div" :description nil :keyw= ords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "= " :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t := html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-s= tyle t :html-head-include-scripts t :html-allow-name-attribute-in-anchors n= il :html-divs ((preamble "div" "preamble") (content "div" "content") (posta= mble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 = "\n\n(fn ELEMENT)"]((headline (:raw-value "Matlab code" :begin 64 :end 279 = :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :t= ags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p = nil :archivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab co= de" 0 11 (:parent #0))) :parent (org-data nil (section (:begin 1 :end 64 :c= ontents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent #= 2) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 := post-blank 0 :post-affiliated 1 :parent #3)) (paragraph (:begin 32 :end 63 = :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :pare= nt #3) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #4)))) #0)) (sect= ion (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 = :post-affiliated 79 :parent #0) (paragraph (:begin 79 :end 279 :contents-be= gin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent #1) #("f= =3D@(t,y)[-t*y" 0 13 (:parent #2)) (superscript (:begin 92 :end 94 :use-bra= ckets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #2) #= ("2" 0 1 (:parent #3))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)]= ;\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #2)) (latex-fragment (:value "= \\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #2)) #("')\nfpri= ntf('t =3D [%g \\" 0 22 (:parent #2)) (latex-fragment (:value "\\quad" :be= gin 197 :end 203 :post-blank 1 :parent #2)) #("%g] \\\\\\\\" 0 9 (:parent = #2)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :paren= t #2)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #2)) (latex-fragment= (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #2)) #("%g] " = 0 4 (:parent #2)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-b= lank 0 :parent #2)) #("', y)\ndisp('" 0 12 (:parent #2)) (latex-fragment (:= value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #2)) #("')\= n" 0 3 (:parent #2)))))) mapconcat(#[257 "\301=01\300\"\207" [(:export-options (body-only) :back-e= nd [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-b= lock . org-html-center-block) (clock . org-html-clock) (code . org-html-cod= e) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (ent= ity . org-html-entity) (example-block . org-html-example-block) (export-blo= ck . org-html-export-block) (export-snippet . org-html-export-snippet) (fix= ed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-d= efinition) (footnote-reference . org-html-footnote-reference) (headline . o= rg-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-= block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inne= r-template . org-html-inner-template) (italic . org-html-italic) (item . or= g-html-item) (keyword . org-html-keyword) (latex-environment . org-html-lat= ex-environment) (latex-fragment . org-html-latex-fragment) (line-break . or= g-html-line-break) (link . org-html-link) (node-property . org-html-node-pr= operty) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list)= (plain-text . org-html-plain-text) (planning . org-html-planning) (propert= y-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (= radio-target . org-html-radio-target) (section . org-html-section) (special= -block . org-html-special-block) (src-block . org-html-src-block) (statisti= cs-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-t= hrough) (subscript . org-html-subscript) (superscript . org-html-superscrip= t) (table . org-html-table) (table-cell . org-html-table-cell) (table-row .= org-html-table-row) (target . org-html-target) (template . org-html-templa= te) (timestamp . org-html-timestamp) (underline . org-html-underline) (verb= atim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doc= type "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER"= nil org-html-container-element) (:description "DESCRIPTION" nil nil newlin= e) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy= " org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url"= org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-= link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathj= ax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-h= tml-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:htm= l-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_= EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse= ) (:html-head-include-default-style nil "html-style" org-html-head-include-= default-style) (:html-head-include-scripts nil "html-scripts" org-html-head= -include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-a= llow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-c= heckbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-h= tml-extension) (:html-footnote-format nil nil org-html-footnote-format) (:h= tml-footnote-separator nil nil org-html-footnote-separator) (:html-footnote= s-section nil nil org-html-footnotes-section) (:html-format-drawer-function= nil nil org-html-format-drawer-function) (:html-format-headline-function n= il nil org-html-format-headline-function) (:html-format-inlinetask-function= nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil= org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-inf= ojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil= org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inlin= e-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-file= s-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-= mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timesta= mp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-form= at nil nil org-html-postamble-format) (:html-preamble-format nil nil org-ht= ml-preamble-format) (:html-table-align-individual-fields nil nil org-html-t= able-align-individual-fields) (:html-table-caption-above nil nil org-html-t= able-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags= ) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table= -use-header-tags-for-first-column nil nil org-html-table-use-header-tags-fo= r-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) = (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kw= d-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlev= el nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use= -infojs) (:html-validation-link nil nil org-html-validation-link) (:html-vi= ewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inl= ine-images) ...) ((:filter-options . org-html-infojs-install-script) (:filt= er-parse-tree . org-html-image-link-filter) (:filter-final-output . org-htm= l-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html= -export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML= file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bol= d) (center-block . org-html-center-block) (clock . org-html-clock) (code . = org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic= -block) (entity . org-html-entity) (example-block . org-html-example-block)= (export-block . org-html-export-block) (export-snippet . org-html-export-s= nippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-htm= l-footnote-definition) (footnote-reference . org-html-footnote-reference) (= headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) = (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlin= etask) (inner-template . org-html-inner-template) (italic . org-html-italic= ) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . = org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (lin= e-break . org-html-line-break) (link . org-html-link) (node-property . org-= html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html= -plain-list) (plain-text . org-html-plain-text) (planning . org-html-planni= ng) (property-drawer . org-html-property-drawer) (quote-block . org-html-qu= ote-block) (radio-target . org-html-radio-target) (section . org-html-secti= on) (special-block . org-html-special-block) (src-block . org-html-src-bloc= k) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-h= tml-strike-through) (subscript . org-html-subscript) (superscript . org-htm= l-superscript) (table . org-html-table) (table-cell . org-html-table-cell) = (table-row . org-html-table-row) (target . org-html-target) (template . org= -html-template) (timestamp . org-html-timestamp) (underline . org-html-unde= rline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block))= :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-thre= shold 0.8 data ((keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begi= n 1 :end 32 :post-blank 0 :post-affiliated 1 :parent (section (:begin 1 :en= d 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :p= arent ...) #4 (paragraph ... #("(setq org-html-with-latex nil)\n" 0 31 ...)= )))) "" #("(setq org-html-with-latex nil)\n" 0 31 (:parent (paragraph (:beg= in 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affil= iated 32 :parent ...) #4))) #("(setq org-html-with-latex nil)
\n" 0 30= (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63= :post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-late= x nil)\n" 0 31 ...)))) (paragraph (:begin 32 :end 63 :contents-begin 32 :co= ntents-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 = :end 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1= :parent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 = (:parent #4))) #("

\n(setq org-html-with-latex nil)
\n

\n" 4 34 (= :parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 := post-blank 0 :post-affiliated 32 :parent ...) #("(setq org-html-with-latex = nil)\n" 0 31 ...)))) (section (:begin 1 :end 64 :contents-begin 1 :contents= -end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headline= ... ...))) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 = :end 32 :post-blank 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32= :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affiliated= 32 :parent #4) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #= ("

\n(setq org-html-with-latex nil)
\n

\n\n" 4 34 (:parent (parag= raph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 := post-affiliated 32 :parent ...) #("(setq org-html-with-latex nil)\n" 0 31 .= ..)))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :co= ntents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent= ...) #4 (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\= nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("f=3D@(t,= y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #(= "2" 0 1 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil :conte= nts-begin 93 :contents-end 94 :post-blank 0 :parent ...) #4))) #("2" 0 1 (:= parent (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin = 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 ...)))) (superscri= pt (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end = 94 :post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 = :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t= ,y)[-t*y" 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];= \ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf= ('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) = (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fra= gment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ..= .) (latex-fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))) #("2" 5 6 (:parent (superscript (:begin 92 :end 94 :use-brackets-p nil= :contents-begin 93 :contents-end 94 :post-blank 0 :parent ...) #("2" 0 1 .= ..)))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(en= d)];\ndisp('" 0 67 (:parent (paragraph (:begin 79 :end 279 :contents-begin = 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D= @(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #4 (latex-fragment = ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] = \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0= 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', = y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...)))) #("];
= \n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
\ny=3D[y(1),y(en= d)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :end 279 :contents-b= egin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #(= "f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]= =3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 = ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-f= ragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfpri= ntf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex= -fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 = 3 ...))) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :c= ontents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y= )[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-= fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...)= #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [= %g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ..= .) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 39 = 55 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end= 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 1= 3 ...) (superscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ..= .) #("')\nfprintf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\= \\\\\\" 0 9 ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 2= 5 ...) (latex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)= \ndisp('" 0 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 62 78 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (sup= erscript ... #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(= end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nf= printf('t =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9= ...) (latex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (lat= ex-fragment ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0= 12 ...) (latex-fragment ...) #("')\n" 0 3 ...))) 85 91 (:parent (paragraph= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ..= . #("2" 0 1 ...)) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t= =3D [%g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (la= tex-fragment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragme= nt ...) #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) = (latex-fragment ...) #("')\n" 0 3 ...)))) ...)) :input-buffer " *temp*" :in= put-file nil :html-doctype "xhtml-strict" :html-container "div" :descriptio= n nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-= link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-p= reamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-includ= e-default-style t :html-head-include-scripts t :html-allow-name-attribute-i= n-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "conte= nt") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-expo= rt-data] 4 "\n\n(fn ELEMENT)"] ((section (:begin 1 :end 64 :contents-begin = 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #= 1 (headline (:raw-value "Matlab code" :begin 64 :end 279 :pre-blank 0 :cont= ents-begin 79 :contents-end 279 :level 1 :priority nil :tags nil :todo-keyw= ord nil :todo-type nil :post-blank 0 :footnote-section-p nil :archivedp nil= :commentedp nil :post-affiliated 64 :title (#("Matlab code" 0 11 ...)) :pa= rent #3) (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 = :post-blank 0 :post-affiliated 79 :parent #4) (paragraph (:begin 79 :end 27= 9 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :p= arent #5) #("f=3D@(t,y)[-t*y" 0 13 ...) (superscript ... #("2" 0 1 ...)) #(= "];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndis= p('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 22 ...= ) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...) #("'= , t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " 0 4 .= ..) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment ...) #= ("')\n" 0 3 ...)))))) (keyword (:key "OPTIONS" :value "latex:t toc:nil H:3"= :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #1)) (paragraph = (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-= affiliated 32 :parent #1) #("(setq org-html-with-latex nil)\n" 0 31 (:paren= t #2)))) (headline (:raw-value "Matlab code" :begin 64 :end 279 :pre-blank = 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil :tags nil :to= do-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil :archiv= edp nil :commentedp nil :post-affiliated 64 :title (#("Matlab code" 0 11 (:= parent #1))) :parent (org-data nil (section (:begin 1 :end 64 :contents-beg= in 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent #3) (keyword= (:key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank = 0 :post-affiliated 1 :parent #4)) (paragraph (:begin 32 :end 63 :contents-b= egin 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent #4) #("(= setq org-html-with-latex nil)\n" 0 31 (:parent #5)))) #1)) (section (:begin= 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affil= iated 79 :parent #1) (paragraph (:begin 79 :end 279 :contents-begin 79 :con= tents-end 279 :post-blank 0 :post-affiliated 79 :parent #2) #("f=3D@(t,y)[-= t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end 94 :use-brackets-p nil= :contents-begin 93 :contents-end 94 :post-blank 0 :parent #3) #("2" 0 1 (:= parent #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1= ),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:value "\\begin{ali= gn*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf('t =3D = [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" :begin 197 :en= d 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3)) (latex= -fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #3)) #("'= , t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragment (:value "\= \qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #("%g] " 0 4 (:paren= t #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :par= ent #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (:value "\\en= d{align*}" :begin 264 :end 276 :post-blank 0 :parent #3)) #("')\n" 0 3 (:pa= rent #3)))))) "") org-export-data((org-data nil (section (:begin 1 :end 64 :contents-begin = 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent #0) (keyword (:= key "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 := post-affiliated 1 :parent #1)) (paragraph (:begin 32 :end 63 :contents-begi= n 32 :contents-end 63 :post-blank 0 :post-affiliated 32 :parent #1) #("(set= q org-html-with-latex nil)\n" 0 31 (:parent #2)))) (headline (:raw-value "M= atlab code" :begin 64 :end 279 :pre-blank 0 :contents-begin 79 :contents-en= d 279 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :po= st-blank 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-aff= iliated 64 :title (#("Matlab code" 0 11 (:parent #1))) :parent #0) (section= (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :po= st-affiliated 79 :parent #1) (paragraph (:begin 79 :end 279 :contents-begin= 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent #2) #("f=3D= @(t,y)[-t*y" 0 13 (:parent #3)) (superscript (:begin 92 :end 94 :use-bracke= ts-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #3) #("2= " 0 1 (:parent #4))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\n= y=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #3)) (latex-fragment (:value "\\b= egin{align*}" :begin 161 :end 175 :post-blank 0 :parent #3)) #("')\nfprintf= ('t =3D [%g \\" 0 22 (:parent #3)) (latex-fragment (:value "\\quad" :begin= 197 :end 203 :post-blank 1 :parent #3)) #("%g] \\\\\\\\" 0 9 (:parent #3)= ) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #= 3)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #3)) (latex-fragment (:= value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #3)) #("%g] " 0 4= (:parent #3)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blan= k 0 :parent #3)) #("', y)\ndisp('" 0 12 (:parent #3)) (latex-fragment (:val= ue "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #3)) #("')\n" = 0 3 (:parent #3)))))) (:export-options (body-only) :back-end [cl-struct-org= -export-backend html nil ((bold . org-html-bold) (center-block . org-html-c= enter-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-= html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-en= tity) (example-block . org-html-example-block) (export-block . org-html-exp= ort-block) (export-snippet . org-html-export-snippet) (fixed-width . org-ht= ml-fixed-width) (footnote-definition . org-html-footnote-definition) (footn= ote-reference . org-html-footnote-reference) (headline . org-html-headline)= (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-= inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-= html-inner-template) (italic . org-html-italic) (item . org-html-item) (key= word . org-html-keyword) (latex-environment . org-html-latex-environment) (= latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break= ) (link . org-html-link) (node-property . org-html-node-property) (paragrap= h . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . or= g-html-plain-text) (planning . org-html-planning) (property-drawer . org-ht= ml-property-drawer) (quote-block . org-html-quote-block) (radio-target . or= g-html-radio-target) (section . org-html-section) (special-block . org-html= -special-block) (src-block . org-html-src-block) (statistics-cookie . org-h= tml-statistics-cookie) (strike-through . org-html-strike-through) (subscrip= t . org-html-subscript) (superscript . org-html-superscript) (table . org-h= tml-table) (table-cell . org-html-table-cell) (table-row . org-html-table-r= ow) (target . org-html-target) (template . org-html-template) (timestamp . = org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-v= erbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYP= E" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-con= tainer-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KE= YWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-= fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-us= e-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html= -link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX"= nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:= html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD= " nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-ht= ml-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-inc= lude-default-style nil "html-style" org-html-head-include-default-style) (:= html-head-include-scripts nil "html-scripts" org-html-head-include-scripts)= (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribu= te-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil = nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:= html-footnote-format nil nil org-html-footnote-format) (:html-footnote-sepa= rator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil= org-html-footnotes-section) (:html-format-drawer-function nil nil org-html= -format-drawer-function) (:html-format-headline-function nil nil org-html-f= ormat-headline-function) (:html-format-inlinetask-function nil nil org-html= -format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up= -format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil n= il org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-= template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:= html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html= -mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template = nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil= org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-ht= ml-postamble-format) (:html-preamble-format nil nil org-html-preamble-forma= t) (:html-table-align-individual-fields nil nil org-html-table-align-indivi= dual-fields) (:html-table-caption-above nil nil org-html-table-caption-abov= e) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-he= ader-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-= for-first-column nil nil org-html-table-use-header-tags-for-first-column) (= :html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-marku= p-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix ni= l nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-ht= ml-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-v= alidation-link nil nil org-html-validation-link) (:html-viewport nil nil or= g-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) = ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . o= rg-html-image-link-filter) (:filter-final-output . org-html-final-function)= ) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) = (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (= lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...= ))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-c= enter-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-= html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-en= tity) (example-block . org-html-example-block) (export-block . org-html-exp= ort-block) (export-snippet . org-html-export-snippet) (fixed-width . org-ht= ml-fixed-width) (footnote-definition . org-html-footnote-definition) (footn= ote-reference . org-html-footnote-reference) (headline . org-html-headline)= (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-= inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-= html-inner-template) (italic . org-html-italic) (item . org-html-item) (key= word . org-html-keyword) (latex-environment . org-html-latex-environment) (= latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break= ) (link . org-html-link) (node-property . org-html-node-property) (paragrap= h . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . or= g-html-plain-text) (planning . org-html-planning) (property-drawer . org-ht= ml-property-drawer) (quote-block . org-html-quote-block) (radio-target . or= g-html-radio-target) (section . org-html-section) (special-block . org-html= -special-block) (src-block . org-html-src-block) (statistics-cookie . org-h= tml-statistics-cookie) (strike-through . org-html-strike-through) (subscrip= t . org-html-subscript) (superscript . org-html-superscript) (table . org-h= tml-table) (table-cell . org-html-table-cell) (table-row . org-html-table-r= ow) (target . org-html-target) (template . org-html-template) (timestamp . = org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-v= erbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table= size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data ((keyword (:ke= y "OPTIONS" :value "latex:t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :po= st-affiliated 1 :parent (section (:begin 1 :end 64 :contents-begin 1 :conte= nts-end 63 :post-blank 1 :post-affiliated 1 :parent (org-data nil #4 (headl= ine ... ...))) #2 (paragraph (:begin 32 :end 63 :contents-begin 32 :content= s-end 63 :post-blank 0 :post-affiliated 32 :parent #4) #("(setq org-html-wi= th-latex nil)\n" 0 31 (:parent #5)))))) "" #("(setq org-html-with-latex nil= )\n" 0 31 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :conten= ts-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end= 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :pa= rent ...) (keyword ...) #4)) #2))) #("(setq org-html-with-latex nil)
\= n" 0 30 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :contents= -end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 6= 4 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :pare= nt ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:pare= nt #4))))) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 6= 3 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end 64 :con= tents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :parent (or= g-data nil #4 (headline ... ...))) (keyword (:key "OPTIONS" :value "latex:t= toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #4)= ) #2)) #("(setq org-html-with-latex nil)\n" 0 31 (:parent #2))) #("

\n(se= tq org-html-with-latex nil)
\n

\n" 4 34 (:parent (paragraph (:begin= 32 :end 63 :contents-begin 32 :contents-end 63 :post-blank 0 :post-affilia= ted 32 :parent (section (:begin 1 :end 64 :contents-begin 1 :contents-end 6= 3 :post-blank 1 :post-affiliated 1 :parent ...) (keyword ...) #4)) #("(setq= org-html-with-latex nil)\n" 0 31 (:parent #4))))) (section (:begin 1 :end = 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :par= ent (org-data nil #2 (headline (:raw-value "Matlab code" :begin 64 :end 279= :pre-blank 0 :contents-begin 79 :contents-end 279 :level 1 :priority nil := tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p= nil :archivedp nil :commentedp nil :post-affiliated 64 :title (#("Matlab c= ode" 0 11 ...)) :parent #4) (section (:begin 79 :end 279 :contents-begin 79= :contents-end 279 :post-blank 0 :post-affiliated 79 :parent #5) (paragraph= ... #("f=3D@(t,y)[-t*y" 0 13 ...) ... #("];\n[t,y]=3Dode45(f,[0 1],1);\nt= =3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 ...) ... #("')\nfprintf= ('t =3D [%g \\" 0 22 ...) ... #("%g] \\\\\\\\" 0 9 ...) ... #("', t)\nfpr= intf('y =3D [%g \\" 0 25 ...) ... #("%g] " 0 4 ...) ... #("', y)\ndisp('" = 0 12 ...) ... #("')\n" 0 3 ...)))))) (keyword (:key "OPTIONS" :value "latex= :t toc:nil H:3" :begin 1 :end 32 :post-blank 0 :post-affiliated 1 :parent #= 2)) (paragraph (:begin 32 :end 63 :contents-begin 32 :contents-end 63 :post= -blank 0 :post-affiliated 32 :parent #2) #("(setq org-html-with-latex nil)\= n" 0 31 (:parent #3)))) #("

\n(setq org-html-with-latex nil)
\n

\= n\n" 4 34 (:parent (paragraph (:begin 32 :end 63 :contents-begin 32 :conten= ts-end 63 :post-blank 0 :post-affiliated 32 :parent (section (:begin 1 :end= 64 :contents-begin 1 :contents-end 63 :post-blank 1 :post-affiliated 1 :pa= rent ...) (keyword ...) #4)) #("(setq org-html-with-latex nil)\n" 0 31 (:pa= rent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent (paragraph (:begin 79 :end 2= 79 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 := parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :p= ost-blank 0 :post-affiliated 79 :parent ...) #4)) #2 (superscript (:begin 9= 2 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-bla= nk 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\= nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-= fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :paren= t #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:= value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\= \\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :p= ost-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4= )) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :par= ent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 25= 0 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) = (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 := parent #4)) #("')\n" 0 3 (:parent #4))))) #("f=3D@(t,y)[-t*y" 0 13 (:parent= (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-= blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-= begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #= 4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 = :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :pare= nt #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1)= ,t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (= :value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("= ')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\q= uad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (= :parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank = 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-= fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #= ("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252= :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fra= gment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)= ) #("')\n" 0 3 (:parent #4))))) #("2" 0 1 (:parent (superscript (:begin 92 = :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank= 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end = 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13= ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(= end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \= \" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragmen= t ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("= %g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-frag= ment ...) #("')\n" 0 3 ...))) #2))) #("2" 0 1 (:parent (superscript (:begin= 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-b= lank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-= end 279 :post-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" = 0 13 ...) #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1= ),y(end)];\ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%= g \\" 0 22 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fra= gment ...) #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...)= #("%g] " 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-= fragment ...) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) (superscript (= :begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 := post-blank 0 :parent (paragraph (:begin 79 :end 279 :contents-begin 79 :con= tents-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79= :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliat= ed 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) #2 #("];\n[t= ,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 = 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end = 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent= #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :p= arent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n= " :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [= %g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :en= d 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment= (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndis= p('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 = :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) #("2" 0 1 = (:parent #2))) #("2" 5 6 (:parent (superscript (:begin 92 :end 9= 4 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :pa= rent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :p= ost-blank 0 :post-affiliated 79 :parent ...) #("f=3D@(t,y)[-t*y" 0 13 ...) = #4 #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];= \ndisp('" 0 67 ...) (latex-fragment ...) #("')\nfprintf('t =3D [%g \\" 0 2= 2 ...) (latex-fragment ...) #("%g] \\\\\\\\" 0 9 ...) (latex-fragment ...)= #("', t)\nfprintf('y =3D [%g \\" 0 25 ...) (latex-fragment ...) #("%g] " = 0 4 ...) (latex-fragment ...) #("', y)\ndisp('" 0 12 ...) (latex-fragment .= ..) #("')\n" 0 3 ...))) #("2" 0 1 (:parent #4))))) #("];\n[t,y]=3Dode45(f,[= 0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent (pa= ragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blan= k 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :contents-begi= n 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) = #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use= -brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #= 4) #("2" 0 1 (:parent #5))) #2 (latex-fragment (:value "\\begin{align*}" :b= egin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\"= 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :p= ost-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragmen= t (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfp= rintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" = :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (= latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4))= #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*= }" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)= )))) #("];
\n[t,y]=3Dode45(f,[0 1],1);
\nt=3D[t(1),t(end)];
= \ny=3D[y(1),y(end)];
\ndisp('" 0 2 (:parent (paragraph (:begin 79 :end= 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79= :parent (section (:begin 79 :end 279 :contents-begin 79 :contents-end 279 = :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 1= 3 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets-p nil :conten= ts-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #= 5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)= ];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :b= egin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\"= 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :p= ost-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragmen= t (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfp= rintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" = :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (= latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4))= #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*= }" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)= ))) 9 32 (:parent (paragraph (:begin 79 :end 279 :contents-begin 79 :conten= ts-end 279 :post-blank 0 :post-affiliated 79 :parent (section (:begin 79 :e= nd 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post-affiliated = 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:= begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :p= ost-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 = 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) = (latex-fragment (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0= :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-frag= ment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g]= \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end= 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:pa= rent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank= 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :b= egin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:paren= t #4)) (latex-fragment (:value "\\end{align*}" :begin 264 :end 276 :post-bl= ank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 39 55 (:parent (paragraph (= :begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 :post= -affiliated 79 :parent (section (:begin 79 :end 279 :contents-begin 79 :con= tents-end 279 :post-blank 0 :post-affiliated 79 :parent ...) #4)) #("f=3D@(= t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end 94 :use-brackets= -p nil :contents-begin 93 :contents-end 94 :post-blank 0 :parent #4) #("2" = 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny= =3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragment (:value "\\be= gin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) #("')\nfprintf(= 't =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "\\quad" :begin = 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4))= (latex-fragment (:value "\\n" :begin 212 :end 214 :post-blank 0 :parent #4= )) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (latex-fragment (:v= alue "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)) #("%g] " 0 4 = (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end 252 :post-blank= 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-fragment (:valu= e "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent #4)) #("')\n" 0= 3 (:parent #4)))) 62 78 (:parent (paragraph (:begin 79 :end 279 :contents-= begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent (secti= on (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :post-blank 0 := post-affiliated 79 :parent ...) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4))= (superscript (:begin 92 :end 94 :use-brackets-p nil :contents-begin 93 :co= ntents-end 94 :post-blank 0 :parent #4) #("2" 0 1 (:parent #5))) #("];\n[t,= y]=3Dode45(f,[0 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 6= 7 (:parent #4)) (latex-fragment (:value "\\begin{align*}" :begin 161 :end 1= 75 :post-blank 0 :parent #4)) #("')\nfprintf('t =3D [%g \\" 0 22 (:parent = #4)) (latex-fragment (:value "\\quad" :begin 197 :end 203 :post-blank 1 :pa= rent #4)) #("%g] \\\\\\\\" 0 9 (:parent #4)) (latex-fragment (:value "\\n"= :begin 212 :end 214 :post-blank 0 :parent #4)) #("', t)\nfprintf('y =3D [%= g \\" 0 25 (:parent #4)) (latex-fragment (:value "\\qquad" :begin 239 :end= 246 :post-blank 1 :parent #4)) #("%g] " 0 4 (:parent #4)) (latex-fragment = (:value "\\n" :begin 250 :end 252 :post-blank 0 :parent #4)) #("', y)\ndisp= ('" 0 12 (:parent #4)) (latex-fragment (:value "\\end{align*}" :begin 264 := end 276 :post-blank 0 :parent #4)) #("')\n" 0 3 (:parent #4)))) 85 91 (:par= ent (paragraph (:begin 79 :end 279 :contents-begin 79 :contents-end 279 :po= st-blank 0 :post-affiliated 79 :parent (section (:begin 79 :end 279 :conten= ts-begin 79 :contents-end 279 :post-blank 0 :post-affiliated 79 :parent ...= ) #4)) #("f=3D@(t,y)[-t*y" 0 13 (:parent #4)) (superscript (:begin 92 :end = 94 :use-brackets-p nil :contents-begin 93 :contents-end 94 :post-blank 0 :p= arent #4) #("2" 0 1 (:parent #5))) #("];\n[t,y]=3Dode45(f,[0 1],1);\nt=3D[t= (1),t(end)];\ny=3D[y(1),y(end)];\ndisp('" 0 67 (:parent #4)) (latex-fragmen= t (:value "\\begin{align*}" :begin 161 :end 175 :post-blank 0 :parent #4)) = #("')\nfprintf('t =3D [%g \\" 0 22 (:parent #4)) (latex-fragment (:value "= \\quad" :begin 197 :end 203 :post-blank 1 :parent #4)) #("%g] \\\\\\\\" 0 = 9 (:parent #4)) (latex-fragment (:value "\\n" :begin 212 :end 214 :post-bla= nk 0 :parent #4)) #("', t)\nfprintf('y =3D [%g \\" 0 25 (:parent #4)) (lat= ex-fragment (:value "\\qquad" :begin 239 :end 246 :post-blank 1 :parent #4)= ) #("%g] " 0 4 (:parent #4)) (latex-fragment (:value "\\n" :begin 250 :end = 252 :post-blank 0 :parent #4)) #("', y)\ndisp('" 0 12 (:parent #4)) (latex-= fragment (:value "\\end{align*}" :begin 264 :end 276 :post-blank 0 :parent = #4)) #("')\n" 0 3 (:parent #4))))) ...)) :input-buffer " *temp*" :input-fil= e nil :html-doctype "xhtml-strict" :html-container "div" :description nil := keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-ho= me "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble= t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-defau= lt-style t :html-head-include-scripts t :html-allow-name-attribute-in-ancho= rs nil :html-divs ((preamble "div" "preamble") (content "div" "content") (p= ostamble "div" "postamble")) :html-checkbox-type ascii ...)) org-export-as(html nil nil t nil) org-export-string-as(#("#+OPTIONS: latex:t toc:nil H:3\n(setq org-html-wi= th-latex nil)\n\n* Matlab code \nf=3D@(t,y)[-t*y^2];\n[t,y]=3Dode45(f,[0 1]= ,1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('\\begin{align*}')\nfpri= ntf('t =3D [%g \\\\quad %g] \\\\\\\\\\n', t)\nfprintf('y =3D [%g \\\\qqu= ad %g] \\n', y)\ndisp('\\end{align*}')\n" 31 37 (fontified t) 37 62 (fontif= ied t) 62 63 (fontified t) 63 77 (fontified t) 77 78 (fontified t) 78 87 (f= ont-lock-fontified t src-block t fontified t) 87 88 (font-lock-fontified t = src-block t fontified t) 88 89 (font-lock-fontified t src-block t fontified= t) 89 90 (font-lock-fontified t src-block t fontified t) 90 91 (font-lock-= fontified t src-block t fontified t) 91 92 (org-dwidth t org-dwidth-n 1 fon= t-lock-fontified t src-block t fontified t) 92 93 (font-lock-fontified t sr= c-block t fontified t) 93 96 (font-lock-fontified t src-block t fontified t= ) 96 159 (font-lock-fontified t src-block t fontified t) 159 175 (font-lock= -fontified t src-block t fontified t) 175 185 (font-lock-fontified t src-bl= ock t fontified t) 185 214 (font-lock-fontified t src-block t fontified t) = 214 227 (font-lock-fontified t src-block t fontified t) 227 252 (font-lock-= fontified t src-block t fontified t) 252 262 (font-lock-fontified t src-blo= ck t fontified t) 262 276 (font-lock-fontified t src-block t fontified t) 2= 76 277 (font-lock-fontified t src-block t fontified t) 277 278 (font-lock-f= ontified t src-block t rear-nonsticky t fontified t)) html t nil) org-mime--export-string(#("#+OPTIONS: latex:t toc:nil H:3\n(setq org-html= -with-latex nil)\n\n* Matlab code \nf=3D@(t,y)[-t*y^2];\n[t,y]=3Dode45(f,[0= 1],1);\nt=3D[t(1),t(end)];\ny=3D[y(1),y(end)];\ndisp('\\begin{align*}')\nf= printf('t =3D [%g \\\\quad %g] \\\\\\\\\\n', t)\nfprintf('y =3D [%g \\\\= qquad %g] \\n', y)\ndisp('\\end{align*}')\n" 31 37 (fontified t) 37 62 (fon= tified t) 62 63 (fontified t) 63 77 (fontified t) 77 78 (fontified t) 78 87= (font-lock-fontified t src-block t fontified t) 87 88 (font-lock-fontified= t src-block t fontified t) 88 89 (font-lock-fontified t src-block t fontif= ied t) 89 90 (font-lock-fontified t src-block t fontified t) 90 91 (font-lo= ck-fontified t src-block t fontified t) 91 92 (org-dwidth t org-dwidth-n 1 = font-lock-fontified t src-block t fontified t) 92 93 (font-lock-fontified t= src-block t fontified t) 93 96 (font-lock-fontified t src-block t fontifie= d t) 96 159 (font-lock-fontified t src-block t fontified t) 159 175 (font-l= ock-fontified t src-block t fontified t) 175 185 (font-lock-fontified t src= -block t fontified t) 185 214 (font-lock-fontified t src-block t fontified = t) 214 227 (font-lock-fontified t src-block t fontified t) 227 252 (font-lo= ck-fontified t src-block t fontified t) 252 262 (font-lock-fontified t src-= block t fontified t) 262 276 (font-lock-fontified t src-block t fontified t= ) 276 277 (font-lock-fontified t src-block t fontified t) 277 278 (font-loc= k-fontified t src-block t rear-nonsticky t fontified t)) html nil) #[(arg) "\203=00\306\307!\210\310 \211=19\203=14=00\311 \206=1F=00\212e= b\210\312\n!\210`T)=1B \203)=00\313 \206*=00d=1C=0D=0B\f{P=1E=1C\314\315\31= 6=0E=1D\"!=1E=1E\317=1E=1F=0E =1E!\320=1E\"\321\322=0E=1C\323\324\325!\205R= =00\325 #=0E=1E\"=1E#=0E$?\205a=00=0E#A=1E%\326=0E$\203r=00\327=0E&=0E=1C\"= \202u=00=0E#@!=1E=13=0B\f|\210\212=0Bb\210\330=0E=1C=0E=13\331\332=0E%\333#= #c.\f\207" [org-mime-debug region-p mail-header-separator html-start html-e= nd org-mime-default-header message "org-mime-htmlize called" org-region-act= ive-p region-beginning search-forward region-end make-temp-name expand-file= -name "mail" inline-css dvipng org-mime-replace-images org-mime--export-str= ing html fboundp org-export--get-inbuffer-options org-mime-apply-html-hook = format org-mime-multipart mapconcat identity "\n" body temporary-file-direc= tory tmp-file org-export-htmlize-output-type org-mime-preserve-breaks org-e= xport-preserve-breaks org-html-with-latex html-and-images arg html-images o= rg-mime-fixedwith-wrap] 8 ("/home/oub/.emacs.d/elpa/org-mime-20170506.2244/= org-mime.elc" . 6098) "P"](nil) ad-Advice-org-mime-htmlize(#[(arg) "\203=00\306\307!\210\310 \211=19\20= 3=14=00\311 \206=1F=00\212eb\210\312\n!\210`T)=1B \203)=00\313 \206*=00d=1C= =0D=0B\f{P=1E=1C\314\315\316=0E=1D\"!=1E=1E\317=1E=1F=0E =1E!\320=1E\"\321\= 322=0E=1C\323\324\325!\205R=00\325 #=0E=1E\"=1E#=0E$?\205a=00=0E#A=1E%\326= =0E$\203r=00\327=0E&=0E=1C\"\202u=00=0E#@!=1E=13=0B\f|\210\212=0Bb\210\330= =0E=1C=0E=13\331\332=0E%\333##c.\f\207" [org-mime-debug region-p mail-heade= r-separator html-start html-end org-mime-default-header message "org-mime-h= tmlize called" org-region-active-p region-beginning search-forward region-e= nd make-temp-name expand-file-name "mail" inline-css dvipng org-mime-replac= e-images org-mime--export-string html fboundp org-export--get-inbuffer-opti= ons org-mime-apply-html-hook format org-mime-multipart mapconcat identity "= \n" body temporary-file-directory tmp-file org-export-htmlize-output-type o= rg-mime-preserve-breaks org-export-preserve-breaks org-html-with-latex html= -and-images arg html-images org-mime-fixedwith-wrap] 8 ("/home/oub/.emacs.d= /elpa/org-mime-20170506.2244/org-mime.elc" . 6098) "P"] nil) apply(ad-Advice-org-mime-htmlize #[(arg) "\203=00\306\307!\210\310 \211= =19\203=14=00\311 \206=1F=00\212eb\210\312\n!\210`T)=1B \203)=00\313 \206*= =00d=1C=0D=0B\f{P=1E=1C\314\315\316=0E=1D\"!=1E=1E\317=1E=1F=0E =1E!\320=1E= \"\321\322=0E=1C\323\324\325!\205R=00\325 #=0E=1E\"=1E#=0E$?\205a=00=0E#A= =1E%\326=0E$\203r=00\327=0E&=0E=1C\"\202u=00=0E#@!=1E=13=0B\f|\210\212=0Bb\= 210\330=0E=1C=0E=13\331\332=0E%\333##c.\f\207" [org-mime-debug region-p mai= l-header-separator html-start html-end org-mime-default-header message "org= -mime-htmlize called" org-region-active-p region-beginning search-forward r= egion-end make-temp-name expand-file-name "mail" inline-css dvipng org-mime= -replace-images org-mime--export-string html fboundp org-export--get-inbuff= er-options org-mime-apply-html-hook format org-mime-multipart mapconcat ide= ntity "\n" body temporary-file-directory tmp-file org-export-htmlize-output= -type org-mime-preserve-breaks org-export-preserve-breaks org-html-with-lat= ex html-and-images arg html-images org-mime-fixedwith-wrap] 8 ("/home/oub/.= emacs.d/elpa/org-mime-20170506.2244/org-mime.elc" . 6098) "P"] nil) org-mime-htmlize(nil) funcall-interactively(org-mime-htmlize nil) call-interactively(org-mime-htmlize nil nil) command-execute(org-mime-htmlize) --=-=-=--