GrRed
GrRed source code
Introduction
GrRed is a collection of Maple functions for computing of integrability conditions using Groebner basis of polynomials.
Examples
will be soon available here.
Compatibility issues
Generally, all the code is writen for Maple 9 and latter. It is developped and mostly used in Maple 9.5
and some little testing is done with Maple 10.
This software is OS independent.
Licence and Authors
GrRed is a freeware, distributed under the
GNU General Public License as published by the Free Software Foundation.
In particular, it is distributed without any warranty, just in the hope that it will be useful.
Whenever results of your scientific work depend on this software, you should consider making a proper reference
H. Baran, M. Marvan, GrRed.
Acknowledgments
Support from GACR under grant 201/07/P224 is gratefully acknowledged.
Visited
$soubor=$GLOBALS["SCRIPT_NAME"];
@$spojeni=mysql_connect("localhost","wwwMath","ploki");
if ($spojeni):
mysql_select_db("wwwMath");
$dotaz=mysql_query("select * from pocitadlo where soubor = '$soubor'");
$vysledek=mysql_numrows($dotaz);
if ($vysledek):
$pocet=mysql_result($dotaz,0,"pocet");
$pocet=$pocet+1;
echo $pocet;
mysql_query("update pocitadlo set pocet = '$pocet' where soubor = '$soubor'");
else:
mysql_query("insert into pocitadlo values ('1','$soubor')");
echo " 1 ";
endif;
mysql_FreeResult($dotaz);
mysql_close();
else:
echo " mnoho/many ";
endif;
?>
times.
|