# HG changeset patch # User Kai T. Ohlhus # Date 1477956535 -3600 # Node ID 7609e2a6faef27082744b59a75335c2c196b0950 # Parent 33f4064254403039d3b04b6902f33a609f50b676 maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore. diff -r 33f406425440 -r 7609e2a6faef _posts/2015-09-23-oct-conf-darmstadt.markdown --- a/_posts/2015-09-23-oct-conf-darmstadt.markdown Mon Sep 26 17:56:49 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- -layout: post -title: "OctConf 2015" -date: 2015-09-23 -categories: octconf ---- - -The presentation slides are available at -[wiki.octave.org/OctConf_2015](http://wiki.octave.org/OctConf_2015). - -![OctConf 2015]({{ site.url }}{{ site.baseurl }}/img/octconf-2015.png) diff -r 33f406425440 -r 7609e2a6faef about.md --- a/about.md Mon Sep 26 17:56:49 2016 +0200 +++ b/about.md Tue Nov 01 00:28:55 2016 +0100 @@ -5,83 +5,24 @@ menu: true --- -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. +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. + +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. -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. +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. -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. - -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. - +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. ### History -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. +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. -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. +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. + +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. -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. +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. -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. +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. -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. - -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. +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. diff -r 33f406425440 -r 7609e2a6faef bugs.md --- a/bugs.md Mon Sep 26 17:56:49 2016 +0200 +++ b/bugs.md Tue Nov 01 00:28:55 2016 +0100 @@ -5,6 +5,7 @@ --- +