X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.1.in;h=9c3fecbafbd66ee30dcedae915d01ab407260b75;hp=bfdc1639268048425ff0d53c1a9ee60255bc54e5;hb=d916416984a857e80962239a0ee93e7216f803bb;hpb=695f6ae955ec530cded8f21efd5569df39447f76 diff --git a/ginsh/ginsh.1.in b/ginsh/ginsh.1.in index bfdc1639..9c3fecba 100644 --- a/ginsh/ginsh.1.in +++ b/ginsh/ginsh.1.in @@ -290,9 +290,15 @@ 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 @@ -391,8 +397,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 @@ -532,7 +538,7 @@ C++ programming language .PP CLN \- A Class Library for Numbers, Bruno Haible .SH COPYRIGHT -Copyright \(co 1999-2005 Johannes Gutenberg Universit\(:at Mainz, Germany +Copyright \(co 1999-2011 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