Mercurial > hg > octave-lyh
annotate doc/interpreter/preface.txi @ 14138:72c96de7a403 stable
maint: update copyright notices for 2012
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 02 Jan 2012 14:25:41 -0500 |
parents | 22c99c8cfcb6 |
children | 39c0e0069895 |
rev | line source |
---|---|
14138
72c96de7a403
maint: update copyright notices for 2012
John W. Eaton <jwe@octave.org>
parents:
12154
diff
changeset
|
1 @c Copyright (C) 1996-2012 John W. Eaton |
7018 | 2 @c |
3 @c This file is part of Octave. | |
4 @c | |
5 @c Octave is free software; you can redistribute it and/or modify it | |
6 @c under the terms of the GNU General Public License as published by the | |
7 @c Free Software Foundation; either version 3 of the License, or (at | |
8 @c your option) any later version. | |
9 @c | |
10 @c Octave is distributed in the hope that it will be useful, but WITHOUT | |
11 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
12 @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
13 @c for more details. | |
14 @c | |
15 @c You should have received a copy of the GNU General Public License | |
16 @c along with Octave; see the file COPYING. If not, see | |
17 @c <http://www.gnu.org/licenses/>. | |
3294 | 18 |
12154
22c99c8cfcb6
Add Makefile rules to auto-generate AUTHORS file from contributors.texi
Rik <octave@nomad.inbox5.com>
parents:
11523
diff
changeset
|
19 @ifclear AUTHORSONLY |
4167 | 20 @node Preface |
3294 | 21 @unnumbered Preface |
22 @cindex contributors | |
23 @cindex history | |
24 | |
25 Octave was originally intended to be companion software for an | |
26 undergraduate-level textbook on chemical reactor design being written by | |
27 James B. Rawlings of the University of Wisconsin-Madison and John | |
28 G. Ekerdt of the University of Texas. | |
29 | |
30 Clearly, Octave is now much more than just another `courseware' package | |
31 with limited utility beyond the classroom. Although our initial goals | |
32 were somewhat vague, we knew that we wanted to create something that | |
33 would enable students to solve realistic problems, and that they could | |
34 use for many things other than chemical reactor design problems. | |
35 | |
36 There are those who would say that we should be teaching the students | |
37 Fortran instead, because that is the computer language of engineering, | |
38 but every time we have tried that, the students have spent far too much | |
39 time trying to figure out why their Fortran code crashes and not enough | |
40 time learning about chemical engineering. With Octave, most students | |
41 pick up the basics quickly, and are using it confidently in just a few | |
42 hours. | |
43 | |
44 Although it was originally intended to be used to teach reactor design, | |
45 it has been used in several other undergraduate and graduate | |
46 courses in the Chemical Engineering Department at the University of | |
47 Texas, and the math department at the University of Texas has been using | |
48 it for teaching differential equations and linear algebra as well. If | |
49 you find it useful, please let us know. We are always interested to | |
50 find out how Octave is being used in other places. | |
51 | |
52 Virtually everyone thinks that the name Octave has something to do with | |
53 music, but it is actually the name of a former professor of mine who | |
54 wrote a famous textbook on chemical reaction engineering, and who was | |
55 also well known for his ability to do quick `back of the envelope' | |
56 calculations. We hope that this software will make it possible for many | |
57 people to do more ambitious computations just as easily. | |
58 | |
59 Everyone is encouraged to share this software with others under the | |
9033
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
60 terms of the GNU General Public License (@pxref{Copying}). You are |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
61 also encouraged to help make Octave more useful by writing and |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
62 contributing additional functions for it, and by reporting any problems |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
63 you may have. |
3294 | 64 |
65 @menu | |
66 * Acknowledgements:: | |
67 * How You Can Contribute to Octave:: | |
68 * Distribution:: | |
69 @end menu | |
70 | |
4167 | 71 @node Acknowledgements |
3294 | 72 @unnumberedsec Acknowledgements |
73 @cindex acknowledgements | |
12154
22c99c8cfcb6
Add Makefile rules to auto-generate AUTHORS file from contributors.texi
Rik <octave@nomad.inbox5.com>
parents:
11523
diff
changeset
|
74 @end ifclear |
3294 | 75 |
12154
22c99c8cfcb6
Add Makefile rules to auto-generate AUTHORS file from contributors.texi
Rik <octave@nomad.inbox5.com>
parents:
11523
diff
changeset
|
76 Many people have contributed to Octave's development. The |
9033
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
77 following people have helped code parts of Octave or aided in |
6665 | 78 various other ways (listed alphabetically). |
3294 | 79 |
6535 | 80 @include contributors.texi |
3294 | 81 |
12154
22c99c8cfcb6
Add Makefile rules to auto-generate AUTHORS file from contributors.texi
Rik <octave@nomad.inbox5.com>
parents:
11523
diff
changeset
|
82 @ifclear AUTHORSONLY |
3294 | 83 Special thanks to the following people and organizations for |
84 supporting the development of Octave: | |
85 | |
86 @itemize @bullet | |
87 @item | |
7090 | 88 The United States Department of Energy, through grant number |
89 DE-FG02-04ER25635. | |
90 | |
91 @item | |
92 Ashok Krishnamurthy, David Hudak, Juan Carlos Chaves, and Stanley | |
93 C. Ahalt of the Ohio Supercomputer Center. | |
94 | |
95 @item | |
3839 | 96 The National Science Foundation, through grant numbers CTS-0105360, |
7090 | 97 CTS-9708497, CTS-9311420, CTS-8957123, and CNS-0540147. |
3839 | 98 |
99 @item | |
100 The industrial members of the Texas-Wisconsin Modeling and Control | |
101 Consortium (@uref{http://www.che.utexas.edu/twmcc, TWMCC}). | |
102 | |
103 @item | |
104 The Paul A. Elfers Endowed Chair in Chemical Engineering at the | |
105 University of Wisconsin-Madison. | |
106 | |
107 @item | |
3294 | 108 Digital Equipment Corporation, for an equipment grant as part of their |
109 External Research Program. | |
110 | |
111 @item | |
112 Sun Microsystems, Inc., for an Academic Equipment grant. | |
113 | |
114 @item | |
115 International Business Machines, Inc., for providing equipment as part | |
116 of a grant to the University of Texas College of Engineering. | |
117 | |
118 @item | |
119 Texaco Chemical Company, for providing funding to continue the | |
120 development of this software. | |
121 | |
122 @item | |
123 The University of Texas College of Engineering, for providing a | |
124 Challenge for Excellence Research Supplement, and for providing an | |
125 Academic Development Funds grant. | |
126 | |
127 @item | |
128 The State of Texas, for providing funding through the Texas | |
129 Advanced Technology Program under Grant No. 003658-078. | |
130 | |
131 @item | |
132 Noel Bell, Senior Engineer, Texaco Chemical Company, Austin Texas. | |
133 | |
134 @item | |
5753 | 135 John A. Turner, Group Leader, Continuum Dynamics (CCS-2), Los Alamos |
136 National Laboratory, for registering the @url{octave.org} domain name. | |
137 | |
138 @item | |
3294 | 139 James B. Rawlings, Professor, University of Wisconsin-Madison, |
5753 | 140 Department of Chemical and Biological Engineering. |
3294 | 141 |
142 @item | |
143 Richard Stallman, for writing GNU. | |
144 @end itemize | |
145 | |
146 This project would not have been possible without the GNU software used | |
9033
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
147 in and to produce Octave. |
3294 | 148 |
4167 | 149 @node How You Can Contribute to Octave |
3294 | 150 @unnumberedsec How You Can Contribute to Octave |
151 @cindex contributing to Octave | |
152 @cindex funding Octave development | |
153 | |
154 There are a number of ways that you can contribute to help make Octave a | |
155 better system. Perhaps the most important way to contribute is to write | |
156 high-quality code for solving new problems, and to make your code freely | |
9033
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
157 available for others to use. @xref{Contributing Guidelines}, for detailed |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
158 information on contributing new code. |
3294 | 159 |
160 If you find Octave useful, consider providing additional funding to | |
161 continue its development. Even a modest amount of additional funding | |
162 could make a significant difference in the amount of time that is | |
163 available for development and support. | |
164 | |
165 If you cannot provide funding or contribute code, you can still help | |
166 make Octave better and more reliable by reporting any bugs you find and | |
167 by offering suggestions for ways to improve Octave. @xref{Trouble}, for | |
168 tips on how to write useful bug reports. | |
169 | |
4167 | 170 @node Distribution |
3294 | 171 @unnumberedsec Distribution |
172 @cindex distribution of Octave | |
173 | |
174 Octave is @dfn{free} software. This means that everyone is free to | |
9033
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
175 use it and free to redistribute it on certain conditions. Octave |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
176 is not, however, in the public domain. It is copyrighted and there are |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
177 restrictions on its distribution, but the restrictions are designed to |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
178 ensure that others will have the same freedom to use and redistribute |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
179 Octave that you have. The precise conditions can be found in the |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
180 GNU General Public License that comes with Octave and that also appears |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
181 in @ref{Copying}. |
3294 | 182 |
9033
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
183 Octave is available on CD-ROM, with various collections of other free |
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
184 software, from the Free Software Foundation. Ordering a copy of |
3294 | 185 Octave from the Free Software Foundation helps to fund the development |
186 of more free software. For more information, write to | |
187 | |
188 @quotation | |
189 Free Software Foundation@* | |
5307 | 190 51 Franklin Street, Fifth Floor@* |
191 Boston, MA 02110-1301--1307@* | |
3294 | 192 USA |
193 @end quotation | |
7031 | 194 |
195 Octave can also be downloaded from @url{http://www.octave.org}, where | |
9033
c7d60ac7a3e6
Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents:
7090
diff
changeset
|
196 additional information is available. |
12154
22c99c8cfcb6
Add Makefile rules to auto-generate AUTHORS file from contributors.texi
Rik <octave@nomad.inbox5.com>
parents:
11523
diff
changeset
|
197 @end ifclear |