X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.1.in;h=9c30d2f3788fc952045446826d611830573b7d72;hp=44c2e38a88c2d537e7bb11009493beb5548c6891;hb=8ba901b532b844d49ffbd11f906f9124f357db1f;hpb=dd2856ce53955b1907dcb7787dba045e598d756c diff --git a/ginsh/ginsh.1.in b/ginsh/ginsh.1.in index 44c2e38a..9c30d2f3 100644 --- a/ginsh/ginsh.1.in +++ b/ginsh/ginsh.1.in @@ -293,12 +293,18 @@ detail here. Please refer to the GiNaC documentation. .BI find( expression ", " pattern ) \- returns a list of all occurrences of a pattern in an expression .br +.BI fsolve( expression ", " symbol ", " number ", " number ) +\- numerically find root of a real-valued function within an interval +.br .BI gcd( expression ", " expression ) \- greatest common divisor .br .BI has( expression ", " pattern ) \- returns "1" if the first expression contains the pattern as a subexpression, "0" otherwise .br +.BI integer_content( expression ) +\- integer content of a polynomial +.br .BI inverse( matrix ) \- inverse of a matrix .br @@ -350,9 +356,15 @@ detail here. Please refer to the GiNaC documentation. .BI quo( expression ", " expression ", " symbol ) \- quotient of polynomials .br +.BI rank( matrix ) +\- rank of a matrix +.br .BI rem( expression ", " expression ", " symbol ) \- remainder of polynomials .br +.BI resultant( expression ", " expression ", " symbol ) +\- resultant of two polynomials with respect to symbol s +.br .BI series( expression ", " relation-or-symbol ", " order ) \- series expansion .br @@ -515,13 +527,15 @@ Christian Bauer Alexander Frink .br Richard Kreckel +.br +Jens Vollinga .SH SEE ALSO GiNaC Tutorial \- An open framework for symbolic computation within the C++ programming language .PP CLN \- A Class Library for Numbers, Bruno Haible .SH COPYRIGHT -Copyright \(co 1999-2004 Johannes Gutenberg Universit\(:at Mainz, Germany +Copyright \(co 1999-2007 Johannes Gutenberg Universit\(:at Mainz, Germany This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by