File: BasicTasksS07.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 (24 lines) | stat: -rw-r--r-- 678 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
23
24
<HTML>
<HEAD>
<TITLE>Plot functions</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<p>
 Plot a function of one variable (line graph), e.g.,
 plot <code>y = sin(4x)</code> for <code>2.2 &lt; x &lt; 4.4</code></P>
<P>
 <font color="blue"><pre>
 generate x 2.2,,4.4 100
 set plotsymbol 0
 graph x sin(4*x)</pre></font></P>
<P>
 <IMG SRC="BasicTasksS07I01.gif"></P>
<P>
  <a href="BasicTasksS06.htm"><img src="../shadow_left.gif">&nbsp;
    <font size="+1" color="olive">Eigenvalues and eigenvectors</font></a><br />
  <a href="BasicTasksS08.htm"><img src="../shadow_right.gif">&nbsp;
    <font size="+1" color="olive">Integrate a function</font></a>
</P>
</BODY>
</HTML>