diff options
author | Michaël Baudin <michael.baudin@scilab.org> | 2009-03-23 11:31:23 +0100 |
---|---|---|
committer | Michaël Baudin <michael.baudin@scilab.org> | 2009-03-23 11:31:23 +0100 |
commit | be3afb6faaf99b056916fec0f724e50c2799497c (patch) | |
tree | bf2551e872b75deff7dd829a1cff65ddadedb4e8 /scilab_doc | |
parent | 483d5b72ce3b0a3a7a4688d978b835151876f602 (diff) | |
parent | 4e3d46c3dae70db1fc8830b7b0b68f894c1bb8d1 (diff) | |
download | scilab-be3afb6faaf99b056916fec0f724e50c2799497c.zip scilab-be3afb6faaf99b056916fec0f724e50c2799497c.tar.gz |
Merge branch 'master' of git@git.scilab.org:scilab
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/Matlab_Scilab_dictionary/eig.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/scilab_doc/Matlab_Scilab_dictionary/eig.xml b/scilab_doc/Matlab_Scilab_dictionary/eig.xml index a22da3f..e293976 100644 --- a/scilab_doc/Matlab_Scilab_dictionary/eig.xml +++ b/scilab_doc/Matlab_Scilab_dictionary/eig.xml | |||
@@ -47,27 +47,15 @@ bdiag | |||
47 | <title>Particular cases</title> | 47 | <title>Particular cases</title> |
48 | <variablelist> | 48 | <variablelist> |
49 | <varlistentry> | 49 | <varlistentry> |
50 | <term>eig(A)</term> | ||
51 | <listitem> | ||
52 | <para> | ||
53 | Scilab equivalent for <emphasis role="bold">eig(A)</emphasis> is <emphasis role="bold">spec(A)</emphasis>. Scilab eigen vector matrix can differ from Matlab one... | ||
54 | </para> | ||
55 | </listitem> | ||
56 | </varlistentry> | ||
57 | <varlistentry> | ||
58 | <term>eig(A,'nobalance')</term> | 50 | <term>eig(A,'nobalance')</term> |
59 | <listitem> | 51 | <listitem> |
60 | <para> | 52 | <para>There is no Scilab equivalent for <emphasis role="bold">'nobalance'</emphasis> option. See examples...</para> |
61 | There is no Scilab equivalent for <emphasis role="bold">'nobalance'</emphasis> option. See examples... | ||
62 | </para> | ||
63 | </listitem> | 53 | </listitem> |
64 | </varlistentry> | 54 | </varlistentry> |
65 | <varlistentry> | 55 | <varlistentry> |
66 | <term>eig(A,B,flag)</term> | 56 | <term>eig(A,B,flag)</term> |
67 | <listitem> | 57 | <listitem> |
68 | <para> | 58 | <para>There is no Scilab equivalent for <emphasis role="bold">flag</emphasis>.</para> |
69 | There is no Scilab equivalent for <emphasis role="bold">flag</emphasis>. | ||
70 | </para> | ||
71 | </listitem> | 59 | </listitem> |
72 | </varlistentry> | 60 | </varlistentry> |
73 | </variablelist> | 61 | </variablelist> |