Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/doc/tk_ode_by_mpfr/tk_ode_by_mpfr-ja.texi

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / doc / tk_ode_by_mpfr

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 14 23:07:27 2021 UTC (3 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +25 -10 lines
Diff to previous 1.5 (unified)

tk_c_form accepts expression (@e)^n and translates to exp(n).

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 10 23:39:50 2021 UTC (3 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.4: +13 -13 lines
Diff to previous 1.4 (unified)

Added data for H^10_1(1,y) without gauge transformation to avoid an error of linear interpolation
of , e.g., tk_ode_assert.get_linear_linear_interpolation_value("h",3.97)*exp(3.97)*3.97^10.
Use tk_ode_assert.get_linear_interpolation_value("hn",3.97) instead.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 4 06:19:10 2021 UTC (3 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.3: +41 -4 lines
Diff to previous 1.3 (unified)

tk_ode_assert.hkn2()
... follow the instruction displayed ...
tk_ode_assert.output_relative_error("h2","t.txt" | zoom=10^4301)
generates tmp-rerror.txt of the relative error of H^k_n. See tk_ode_assert.usage_assert() for details.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 29 05:08:01 2021 UTC (3 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

The argument of @setfilname should start with asir-contrib-
xxxyyy_toc.html ==> xxxyyy.html
auto-search of browser for helph().

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 17 11:22:31 2021 UTC (3 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.1: +8 -5 lines
Diff to previous 1.1 (unified)

Updated help messages.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 8 07:45:31 2020 UTC (3 years, 10 months ago) by takayama
Branch: MAIN

A C program generator for a numerical solver of ODE with some heuristics to avoid instability.
Example:  Solving the Airy differential equation:
--> load("tk_ode_by_mpfr.rr");
--> Code=tk_ode_by_mpfr.code_solve_ode_by_rk4_with_defuse([[0,1],[t,0]],
     0,[0.355028053887817,-0.258819403792807],10.1 | h=0.001)$
-->  util_write_string_to_a_file("tmp-test.c",Code)$

On the unix shell
ln -s ${OpenXM_HOME}/lib/asir-contrib/tk_ode_by_mpfr/proj.c tmp-proj.c
cc -I${OpenXM_HOME}/lib/asir-contrib/tk_ode_by_mpfr -DNN=2 -c tmp-proj.c
cc -o tmp-test tmp-test.c tmp-proj.o -lmpfr -lgmp  -lgsl -lgslcblas  -lm

./tmp-test --verbose --t_noproj 8.1 --n_defuse 2000 --n_prune 1

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>