File: BasicTasksS08.htm

package info (click to toggle)
extrema 4.4.4.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 19,416 kB
  • ctags: 6,689
  • sloc: cpp: 88,991; sh: 8,229; makefile: 480
file content (22 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<HTML>
<HEAD>
<TITLE>Integrate a function</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<p>
 Integrate <code>sqrt(2+sin(x))</code> from <code>x=1.1</code> to <code>x=3.3</code></P>
<P>
 <font color="blue"><pre>
 generate x 1.1,,3.3 100
 y = integral(x,sqrt(2+sin(x)))</pre></font></P>
<P>
 <IMG SRC="BasicTasksS08I01.gif"></P>
<P>
  <a href="BasicTasksS07.htm"><img src="../shadow_left.gif">&nbsp;
    <font size="+1" color="olive">Plot functions</font></a><br />
  <a href="BasicTasksS09.htm"><img src="../shadow_right.gif">&nbsp;
    <font size="+1" color="olive">Solve a matrix equation</font></a>
</P>
</BODY>
</HTML>