comparison about.md @ 43:a1cb50997055

Reviewed and reformatted some files.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 31 Aug 2016 01:08:06 +0200
parents e210b708b330
children 171ca967fcc9 7609e2a6faef
comparison
equal deleted inserted replaced
42:ecee119c2378 43:a1cb50997055
3 title: About 3 title: About
4 permalink: /about/ 4 permalink: /about/
5 menu: true 5 menu: true
6 --- 6 ---
7 7
8 GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language. 8 GNU Octave is a high-level language,
9 primarily intended for numerical computations.
10 It provides a convenient command line interface
11 for solving linear and nonlinear problems numerically,
12 and for performing other numerical experiments
13 using a language that is mostly compatible with Matlab.
14 It may also be used as a batch-oriented language.
9 15
10 Octave has extensive tools for solving common numerical linear algebra problems, finding the roots of nonlinear equations, integrating ordinary functions, manipulating polynomials, and integrating ordinary differential and differential-algebraic equations. It is easily extensible and customizable via user-defined functions written in Octave's own language, or using dynamically loaded modules written in C++, C, Fortran, or other languages. 16 Octave has extensive tools for solving common numerical linear algebra problems,
17 finding the roots of nonlinear equations, integrating ordinary functions,
18 manipulating polynomials, and integrating ordinary differential
19 and differential-algebraic equations.
20 It is easily extensible and customizable via user-defined functions
21 written in Octave's own language,
22 or using dynamically loaded modules written in C++, C, Fortran,
23 or other languages.
11 24
12 GNU Octave is also freely redistributable software. You may redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation. 25 GNU Octave is also freely redistributable software.
26 You may redistribute it and/or modify it under the terms of the
27 GNU General Public License (GPL) as published by the Free Software Foundation.
13 28
14 Octave was written by John W. Eaton and many others. Because Octave is free software you are encouraged to help make Octave more useful by writing and contributing additional functions for it, and by reporting any problems you may have. 29 Octave was written by John W. Eaton and many others.
30 Because Octave is free software you are encouraged
31 to help make Octave more useful by writing
32 and contributing additional functions for it,
33 and by reporting any problems you may have.
34
15 35
16 ### History 36 ### History
17 37
18 Octave was originally conceived (in about 1988) to be companion software for an undergraduate-level textbook on chemical reactor design being written by James B. Rawlings of the University of Wisconsin-Madison and John G. Ekerdt of the University of Texas. We originally envisioned some very specialized tools for the solution of chemical reactor design problems. Later, after seeing the limitations of that approach, we opted to attempt to build a much more flexible tool. 38 Octave was originally conceived (in about 1988) to be companion software
39 for an undergraduate-level textbook on chemical reactor design
40 being written by James B. Rawlings of the University of Wisconsin-Madison
41 and John G. Ekerdt of the University of Texas.
42 We originally envisioned some very specialized tools for the solution
43 of chemical reactor design problems.
44 Later, after seeing the limitations of that approach,
45 we opted to attempt to build a much more flexible tool.
19 46
20 There were still some people who said that we should just be using Fortran instead, because it is the computer language of engineering, but every time we had tried that, the students spent far too much time trying to figure out why their Fortran code failed and not enough time learning about chemical engineering. We believed that with an interactive environment like Octave, most students would be able to pick up the basics quickly, and begin using it confidently in just a few hours. 47 There were still some people who said
48 that we should just be using Fortran instead,
49 because it is the computer language of engineering,
50 but every time we had tried that,
51 the students spent far too much time trying to figure out
52 why their Fortran code failed
53 and not enough time learning about chemical engineering.
54 We believed that with an interactive environment like Octave,
55 most students would be able to pick up the basics quickly,
56 and begin using it confidently in just a few hours.
21 57
22 Full-time development began in the Spring of 1992. The first alpha release was January 4, 1993, and version 1.0 was released February 17, 1994. Since then, Octave has been through several major revisions, is included with Debian GNU/Linux and SuSE Linux distributions, and was reviewed in the in the July, 1997 issue of the Linux Journal. 58 Full-time development began in the Spring of 1992.
59 The first alpha release was January 4, 1993,
60 and version 1.0 was released February 17, 1994.
61 Since then, Octave has been through several major revisions,
62 is included with Debian GNU/Linux and SuSE Linux distributions,
63 and was reviewed in the in the July, 1997 issue of the Linux Journal.
23 64
24 Clearly, Octave is now much more than just another courseware package with limited utility beyond the classroom. Although our initial goals were somewhat vague, we knew that we wanted to create something that would enable students to solve realistic problems, and that they could use for many things other than chemical reactor design problems. Today, thousands of people worldwide are using Octave in teaching, research, and commercial applications. 65 Clearly, Octave is now much more than just another courseware package
66 with limited utility beyond the classroom.
67 Although our initial goals were somewhat vague,
68 we knew that we wanted to create something
69 that would enable students to solve realistic problems,
70 and that they could use for many things
71 other than chemical reactor design problems.
72 Today, thousands of people worldwide are using Octave in teaching,
73 research, and commercial applications.
25 74
26 Just about everyone thinks that the name Octave has something to do with music, but it is actually the name of one of the author's former professors who wrote a famous textbook on chemical reaction engineering, and who was also well known for his ability to do quick "back of the envelope" calculations. We hope that this software will make it possible for many people to do more ambitious computations just as easily. 75 Just about everyone thinks that the name Octave has something to do with music,
76 but it is actually the name of one of the author's former professors
77 who wrote a famous textbook on chemical reaction engineering,
78 and who was also well known for his ability
79 to do quick "back of the envelope" calculations.
80 We hope that this software will make it possible
81 for many people to do more ambitious computations just as easily.
27 82
28 Everyone is encouraged to share this software with others under the terms of the GNU General Public License (GPL). You are also encouraged to help make Octave more useful by writing and contributing additional functions for it, and by reporting any problems you may have. 83 Everyone is encouraged to share this software with others
84 under the terms of the GNU General Public License (GPL).
85 You are also encouraged to help make Octave more useful by
86 writing and contributing additional functions for it,
87 and by reporting any problems you may have.