1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="hat" xml:lang="pt">
18 <refname>hat</refname>
19 <refpurpose>(^) exponentiation</refpurpose>
22 <title>Seqüência de Chamamento</title>
23 <synopsis>A^b</synopsis>
26 <title>Descrição</title>
27 <para>Exponenciação de matrizes ou vetores por um vetor constante.</para>
29 Se <literal>A</literal> é um vetor ou uma matriz retangular, a
30 exponenciação é feita elemento a elemento no sentido usual.
32 <para>Para matrizes quadradas, a exponenciação é feita no sentido
35 <para>Para matrizes de booleanos, polinômios ou razões de polinômios, o
36 expoente deve ser um inteiro
39 <title>Observações</title>
41 <literal>123.^b</literal> é interpretado como<literal>
44 .Em tais casos, o ponto é parte do operador, não do
48 Para dois números reais ou complexos <literal>x1</literal> e
49 <literal>x2</literal> , o valor de <literal>x1^x2</literal> é o "valor
50 principal" determinado por <literal>x1^x2 =
58 <title>Exemplos</title>
59 <programlisting role="example"><![CDATA[
69 <title> Ver Também </title>
70 <simplelist type="inline">
72 <link linkend="exp">exp</link>
75 <link linkend="inv">inv</link>