X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginsh%2Fginsh.1.in;h=8172a54faac7a312ac600128b6c8ff97b18d10c4;hb=fb45203612dcfd2e30f6e7a43273597bcd13f026;hp=01ecbb59a46b71188ee96e93dfe4270601c1a89d;hpb=7dbf2251dd119cb928a6bec128ca03b5a131f24e;p=ginac.git diff --git a/ginsh/ginsh.1.in b/ginsh/ginsh.1.in index 01ecbb59..8172a54f 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 @@ -523,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-2008 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