From 8731fff22432b8b6653d1b888c2d880b5e8e49d3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 22 Aug 2012 12:51:54 +0200 Subject: [PATCH] help page cmb_lin in pt_BR moved at the right place Change-Id: I8b46e29f6fe75bb32dd92cec671e0c0eb4ece036 --- .../help/pt_BR/symbolic/cmb_lin.xml | 42 ++++++++++++++++++++ .../modules/linear_algebra/help/pt_BR/cmb_lin.xml | 42 -------------------- 2 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 scilab/modules/elementary_functions/help/pt_BR/symbolic/cmb_lin.xml delete mode 100644 scilab/modules/linear_algebra/help/pt_BR/cmb_lin.xml diff --git a/scilab/modules/elementary_functions/help/pt_BR/symbolic/cmb_lin.xml b/scilab/modules/elementary_functions/help/pt_BR/symbolic/cmb_lin.xml new file mode 100644 index 0000000..e9da1bc --- /dev/null +++ b/scilab/modules/elementary_functions/help/pt_BR/symbolic/cmb_lin.xml @@ -0,0 +1,42 @@ + + + + + cmb_lin + combinação linear simbólica + + + Seqüência de Chamamento + [x]=cmb_lin(alfa,x,beta,y) + + + Descrição + + Avalia alfa*x-beta*y. alfa, beta, x, + y + + são strings. (rotina de baixo-nível). + + + + Ver Também + + + mulf + + + addf + + + + diff --git a/scilab/modules/linear_algebra/help/pt_BR/cmb_lin.xml b/scilab/modules/linear_algebra/help/pt_BR/cmb_lin.xml deleted file mode 100644 index e5b300c..0000000 --- a/scilab/modules/linear_algebra/help/pt_BR/cmb_lin.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - cmb_lin - combinação linear simbólica - - - Seqüência de Chamamento - [x]=cmb_lin(alfa,x,beta,y) - - - Descrição - - Avalia alfa*x-beta*y. alfa, beta, x, - y - - são strings. (rotina de baixo-nível). - - - - Ver Também - - - mulf - - - addf - - - - -- 1.7.9.5