1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - INRIA
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="cmb_lin" xml:lang="en">
15 <refname>cmb_lin</refname>
16 <refpurpose>combinação linear simbólica</refpurpose>
19 <title>Seqüência de Chamamento</title>
20 <synopsis>[x]=cmb_lin(alfa,x,beta,y)</synopsis>
23 <title>Descrição</title>
25 Avalia <literal>alfa*x-beta*y</literal>. <literal> alfa, beta, x,
28 são strings. (rotina de baixo-nível).
31 <refsection role="see also">
32 <title>Ver Também</title>
33 <simplelist type="inline">
35 <link linkend="mulf">mulf</link>
38 <link linkend="addf">addf</link>