~ubuntu-branches/ubuntu/lucid/scilab/lucid

« back to all changes in this revision

Viewing changes to modules/optimization/help/mml/bvode_equation_2.mml

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-04-28 18:47:03 UTC
  • mfrom: (1.1.7 upstream) (4.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090428184703-7thddz8vtwqmxmx2
Tags: 5.1.1-4
* librefblas3-dev does not exist (yet). Thanks to Jose Ramon
* Do not stop when ocamlopt is not available on the arch 
  (ocaml-not-available.diff)
* Provide a clear error message for archs where modelicac compiler is 
  not available (modelicac-not-available.diff)
* scilab startup script moved from package scilab => scilab-bin (because of
  the ocamlopt problem, I cannot predict if modelicac will be available or
  not. Therefor, I ship usr/bin/ instead of binary per binary. This will
  also simplifies the packaging of Scilab 5.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE math:math PUBLIC "-//OpenOffice.org//DTD Modified W3C MathML 1.01//EN" "math.dtd">
 
3
<math:math xmlns:math="http://www.w3.org/1998/Math/MathML">
 
4
 <math:semantics>
 
5
  <math:mrow>
 
6
   <math:mi>f</math:mi>
 
7
   <math:mrow>
 
8
    <math:mrow>
 
9
     <math:mo math:stretchy="false">(</math:mo>
 
10
     <math:mrow>
 
11
      <math:mi>x</math:mi>
 
12
      <math:mi>,</math:mi>
 
13
      <math:mi>z</math:mi>
 
14
      <math:mrow>
 
15
       <math:mo math:stretchy="false">(</math:mo>
 
16
       <math:mrow>
 
17
        <math:mi>u</math:mi>
 
18
        <math:mrow>
 
19
         <math:mo math:stretchy="false">(</math:mo>
 
20
         <math:mi>x</math:mi>
 
21
         <math:mo math:stretchy="false">)</math:mo>
 
22
        </math:mrow>
 
23
       </math:mrow>
 
24
       <math:mo math:stretchy="false">)</math:mo>
 
25
      </math:mrow>
 
26
     </math:mrow>
 
27
     <math:mo math:stretchy="false">)</math:mo>
 
28
    </math:mrow>
 
29
    <math:mo math:stretchy="false">=</math:mo>
 
30
    <math:msup>
 
31
     <math:mrow>
 
32
      <math:mo math:stretchy="false">(</math:mo>
 
33
      <math:mrow>
 
34
       <math:msub>
 
35
        <math:mi>f</math:mi>
 
36
        <math:mn>1,</math:mn>
 
37
       </math:msub>
 
38
       <math:mo math:stretchy="false">⋯</math:mo>
 
39
       <math:mi>,</math:mi>
 
40
       <math:msub>
 
41
        <math:mi>f</math:mi>
 
42
        <math:mi math:fontstyle="italic">ncomp</math:mi>
 
43
       </math:msub>
 
44
      </math:mrow>
 
45
      <math:mo math:stretchy="false">)</math:mo>
 
46
     </math:mrow>
 
47
     <math:mi>t</math:mi>
 
48
    </math:msup>
 
49
   </math:mrow>
 
50
  </math:mrow>
 
51
  <math:annotation math:encoding="StarMath 5.0">f(x,z(u(x))) = (f_1, dotsaxis, f_ncomp)^t</math:annotation>
 
52
 </math:semantics>
 
53
</math:math>
 
 
b'\\ No newline at end of file'