Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/tk_pfn.rr

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 31 06:37:13 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.7: +6 -4 lines
Diff to previous 1.7 (colored)

mtg.plot3d and tk_pfn.graph accept the option fit=1.
If it is set to one, (max+min)/2 is moved to the center of the z-axis.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 29 11:25:35 2010 UTC (13 years, 9 months ago) by nisiyama
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

*** empty log message ***

Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 29 08:40:40 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.5: +42 -1 lines
Diff to previous 1.5 (colored)

Bug fix of mtg.genGtable().
Bug is found by using the code testgraph2() in tk_pfn.rr

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 24 07:28:40 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

graph accepts not only list but also matrix.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 23 22:19:21 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.3: +34 -2 lines
Diff to previous 1.3 (colored)

tk_pfn.graph() is a grapher of solutions of Pfaffian equations in x and y (fixed).
tk_pfn.graph(Pf,Dom,Iv,Step)  Pf=[P_1,P_2] where dF/dx=P_1 F, dF/dy=P_2 F
Dom=[[xmin,xmax],[ymin,ymax]],  Iv is the initial value of F at [xmin,ymin], Step is a step size.
An example can be found in tk_pfn.testgraph1().

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 23 08:08:38 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.2: +27 -1 lines
Diff to previous 1.2 (colored)

tk_pf2.test6n(10) is used to test a new implementation of setGtable (genGtable).
tk_bess2.test1() is used to test functions for Bessel functions of two variables.
tk_pfn.graph has not yet been tested.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 30 04:36:20 2010 UTC (14 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.1: +39 -10 lines
Diff to previous 1.1 (colored)

tk_pfn.rkn() (Runge-Kutta for Pfaffian equation) uses taka_runge_kutta_4a_linear.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 21 06:45:51 2010 UTC (14 years, 4 months ago) by takayama
Branch: MAIN

tk_pfn is a module for numerical analysis of Pfaffian systems.
tk_pfn.rkn is the main function (cf. tk_pf2.rk2())

See tk_pfn.test*() and comments in the source to know usages.

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>