Posts

Showing posts from March 23, 2019

El Arenal

Image
La nomo El Arenal havas diversajn signifojn. En la hispana ĝi signifas "la sablejo". Inter alie temas pri la komunumo El Arenal (Hidalgo) kaj ties ĉefa loĝloko en la subŝtato Hidalgo de Meksiko, kaj pri la komunumo El Arenal (Jalisco) kaj ties ĉefa loĝloko en la subŝtato Jalisco same de Meksiko. Ĉi tiu paĝo estas apartigilo: listo de artikoloj kun sama aŭ preskaŭ sama titolo. Se vi venis ĉi tien per ligilo en artikolo, bonvolu direkti tiun ligilon rekte al la celita paĝo. This page is only for reference, If you need detailed information, please check here

Dosiero:Arenal-el.jpg

Image
Resumo Priskribo Arenal-el.jpg Glifo Náhuatl del municipio de El Arenal, Hidalgo Dato Fonto Propra verko Aŭtoro HgLc Permesiloj: Public domain Public domain false false Mi, la posedanto de la aŭtorrajto por ĉi tiu verko, liberigas ĝin tutmonde kiel publikan havaĵon . En iuj landoj tio povas esti laŭleĝe neebla; en tiu okazo: Mi rajtigas ĉiun ajn uzi ĉi tiun verkon por ajna celo, sen iuj ajn kondiĉoj, krom se tiuj kondiĉoj estas postulataj per leĝo. Public domain Public domain false false This page is only for reference, If you need detailed information, please check here

Finding NDSolve method details

Image
2 $begingroup$ I have eqs about the NDSolve , I know this code given the solving automatically. How can I find out what method is used behind the scenes? How can I gauge the reliability level, find how many iterations have been used, the order of method. How can I estimate the error? I found hints on this site, but I still do not fully understand. It is impossible to say NDSolve has automatically solution for publishing paper? I used this code related to my system: r = 0.431201; β = 2.99 *10^-6; σ = 0.7; δ = 0.57; {m = 0.3, η = 0.1, μ = 0.1, ρ = 0.3}; S = {N1'[t] == r N1[t] (1 - β N1[t]) - η N1[t] I1[t], I1'[t] == σ + (ρ N1[t] I1[t])/( m + N1[t]) - δ I1[t] - μ N1[t] I1[t]}; c = {N1[0] == 1, I1[0] == 1.22}; Select[Flatten[ Trace[ NDSolve[{S, c}, {N1, I1}, {t, 0, 30}],