<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi there</p>
    <p>I've downloaded Scilab 6 beta 2 (Windows 7, 64 bit, Intel MKL)
      for testing.<br>
    </p>
    <p>Today I use a Scilab ATOMS module named linalg ...
      <a class="moz-txt-link-freetext" href="https://atoms.scilab.org/toolboxes/linalg/0.3.2/">https://atoms.scilab.org/toolboxes/linalg/0.3.2/</a><br>
    </p>
    <p>In my case it's good for solving a linear algebra problem (A*X =
      B) based on gauss elimination. It uses an input vector and a
      matrix - it looks like this:<span style="color:rgb(0,0,0);"><br>
      </span></p>
    <p><span style="color:rgb(0,0,0);">x</span> <span
        style="color:rgb(92,92,92);">=</span> <span
        style="color:rgb(50,185,185);">linalg_dgesv</span><span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(0,0,0);">mat</span><span
        style="color:rgb(0,0,0);">,</span><span
        style="color:rgb(0,0,0);">x</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(0,0,0);">;</span></p>
    <p>The big question is - will I also need DGESV from the Linalg
      ATOMS toolbox with Scilab6? (Or will Scilab6 do better than
      Scilab5 and solve this problem without a toolbox - how? -
      Searching Scilab6 help for DGESV didn't give any hits).</p>
    <p>More info:<br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/dgesv.htm">https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/dgesv.htm</a><br>
    </p>
    <p>Best regards,</p>
    <p>Claus<br>
    </p>
  </body>
</html>