projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Various improvements of the poly help page
[scilab.git]
/
scilab
/
modules
/
polynomials
/
help
/
pt_BR
/
poly.xml
diff --git
a/scilab/modules/polynomials/help/pt_BR/poly.xml
b/scilab/modules/polynomials/help/pt_BR/poly.xml
index
84a1229
..
9cdf1a5
100644
(file)
--- a/
scilab/modules/polynomials/help/pt_BR/poly.xml
+++ b/
scilab/modules/polynomials/help/pt_BR/poly.xml
@@
-83,7
+83,7
@@
<title>Exemplos</title>
<programlisting role="example"><![CDATA[
s=poly(0,"s");
-p=1+s+2*s^2;
+p=1+s+2*s^2
A=rand(2,2);
poly(A,"x")
//frações racionais