X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.1.in;h=4c1a65c881c9d0c076d0a61a043c99294996e725;hp=4c448ddf0dcd57ec8ecabf72bd1ea9bfeb2b4f7e;hb=f7884835d397de85e648d1957c058b7d4c0948ba;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919 diff --git a/ginsh/ginsh.1.in b/ginsh/ginsh.1.in index 4c448ddf..4c1a65c8 100644 --- a/ginsh/ginsh.1.in +++ b/ginsh/ginsh.1.in @@ -82,6 +82,14 @@ when they are used. To refer to the unevaluated symbol, put single quotes .RB ( ' ) around the name, as demonstrated for the "unassign" command above. .PP +Symbols are considered to be in the complex domain by default, i.e. they are +treated as if they stand in for complex numbers. This behavior can be changed +by using the keywords +.BI real_symbols +and +.BI complex_symbols +and affects all newly created symbols. +.PP The following symbols are pre-defined constants that cannot be assigned a value by the user: .RS @@ -270,10 +278,7 @@ detail here. Please refer to the GiNaC documentation. .BI divide( expression ", " expression ) \- exact polynomial division .br -.BI eval( "expression [" ", " level] ) -\- evaluates an expression, replacing symbols by their assigned value -.br -.BI evalf( "expression [" ", " level] ) +.BI evalf( expression ) \- evaluates an expression to a floating point number .br .BI evalm( expression ) @@ -282,15 +287,24 @@ detail here. Please refer to the GiNaC documentation. .BI expand( expression ) \- expands an expression .br +.BI factor( expression ) +\- factorizes an expression (univariate) +.br .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 @@ -318,7 +332,7 @@ detail here. Please refer to the GiNaC documentation. .BI nops( expression ) \- number of operands in expression .br -.BI normal( "expression [" ", " level] ) +.BI normal( expression ) \- rational function normalization .br .BI numer( expression ) @@ -342,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 @@ -374,8 +394,8 @@ detail here. Please refer to the GiNaC documentation. .BI transpose( matrix ) \- transpose of a matrix .br -.BI unassign( symbol ) -\- unassign an assigned symbol +.BI unassign( 'symbol' ) +\- unassign an assigned symbol (mind the quotes, please!) .br .BI unit( expression ", " symbol ) \- unit part of a polynomial @@ -507,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-2019 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 @@ -527,4 +549,5 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +USA.