~ubuntu-branches/ubuntu/karmic/maxima/karmic

« back to all changes in this revision

Viewing changes to doc/info/pt_BR/Polynomials.texi

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-07-13 15:38:41 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090713153841-gtux06oun30kuuo7
Tags: 5.17.1-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #296643, LP: #242243):
   - debian/maxima-doc.doc-base.{tips, plotting}:
    + Use .shtml instead of .html to fix lintian errors.
   - debian/maxima-emacs.emacsen-install:
    + Install symlinks for source files rather than copying them.  This
      makes find-function work.
    + Install symlink for *.lisp so that we don't need to add
      /usr/share/emacs/site-lisp/maxima to load-path.
  - debian/maxima-emacs.emacsen-startup:
    + Remove use of /usr/share/emacs/site-lisp/maxima, since this
      causes load-path shadows and is not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
@end deffn
254
254
 
255
255
@deffn {Fun@value{cedilha}@~{a}o} factor (@var{expr})
 
256
@deffnx {Fun@value{cedilha}@~{a}o} factor (@var{expr}, @var{p})
 
257
 
256
258
Fatora a express@~{a}o @var{expr}, contendo qualquer n@'{u}mero de
257
259
vari@'{a}veis ou fun@value{cedilha}@~{o}es, em fatores irredut@'{i}veis sobre os inteiros.
258
 
@code{factor (@var{expr}, p)} fatora @var{expr} sobre o campo dos inteiros com um elemento
259
 
adjunto cujo menor polin@^{o}mio @'{e} p.
 
260
@code{factor (@var{expr}, @var{p})} fatora @var{expr} sobre o campo dos inteiros com um elemento
 
261
adjunto cujo menor polin@^{o}mio @'{e} @var{p}.
260
262
 
261
263
@code{factor} usa a fun@value{cedilha}@~{a}o @code{ifactors} para fatorar inteiros.
262
264