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

« back to all changes in this revision

Viewing changes to modules/interpolation/help/mml/splin_equation4.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:mtable>
 
7
    <math:mtr>
 
8
     <math:mrow>
 
9
      <math:mi>s</math:mi>
 
10
      <math:mi>&apos;</math:mi>
 
11
      <math:mrow>
 
12
       <math:mrow>
 
13
        <math:mo math:stretchy="false">(</math:mo>
 
14
        <math:mi math:fontstyle="italic">x1</math:mi>
 
15
        <math:mo math:stretchy="false">)</math:mo>
 
16
       </math:mrow>
 
17
       <math:mo math:stretchy="false">=</math:mo>
 
18
       <math:mi>s</math:mi>
 
19
      </math:mrow>
 
20
      <math:mi>&apos;</math:mi>
 
21
      <math:mrow>
 
22
       <math:mo math:stretchy="false">(</math:mo>
 
23
       <math:mi math:fontstyle="italic">xn</math:mi>
 
24
       <math:mo math:stretchy="false">)</math:mo>
 
25
      </math:mrow>
 
26
     </math:mrow>
 
27
    </math:mtr>
 
28
    <math:mtr>
 
29
     <math:mrow>
 
30
      <math:mi>s</math:mi>
 
31
      <math:mi>&apos;</math:mi>
 
32
      <math:mi>&apos;</math:mi>
 
33
      <math:mrow>
 
34
       <math:mrow>
 
35
        <math:mo math:stretchy="false">(</math:mo>
 
36
        <math:mi math:fontstyle="italic">x1</math:mi>
 
37
        <math:mo math:stretchy="false">)</math:mo>
 
38
       </math:mrow>
 
39
       <math:mo math:stretchy="false">=</math:mo>
 
40
       <math:mi>s</math:mi>
 
41
      </math:mrow>
 
42
      <math:mi>&apos;</math:mi>
 
43
      <math:mi>&apos;</math:mi>
 
44
      <math:mrow>
 
45
       <math:mo math:stretchy="false">(</math:mo>
 
46
       <math:mi math:fontstyle="italic">xn</math:mi>
 
47
       <math:mo math:stretchy="false">)</math:mo>
 
48
      </math:mrow>
 
49
     </math:mrow>
 
50
    </math:mtr>
 
51
   </math:mtable>
 
52
  </math:mrow>
 
53
  <math:annotation math:encoding="StarMath 5.0">alignl stack {
 
54
s&apos;(x1) = s&apos;(xn) #
 
55
s&apos;&apos;(x1) = s&apos;&apos;(xn)
 
56
}</math:annotation>
 
57
 </math:semantics>
 
58
</math:math>
 
 
b'\\ No newline at end of file'