X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginsh%2Fginsh.1.in;h=9c30d2f3788fc952045446826d611830573b7d72;hb=8ba901b532b844d49ffbd11f906f9124f357db1f;hp=1662ce2922f71b8dc813c4e6282acc78487d10c7;hpb=b5483c25af5d84095ca647390914e3fb63ad96a0;p=ginac.git diff --git a/ginsh/ginsh.1.in b/ginsh/ginsh.1.in index 1662ce29..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 @@ -356,6 +362,9 @@ detail here. Please refer to the GiNaC documentation. .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 @@ -526,7 +535,7 @@ 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