Imported upstream version 1.5
[manpages-zh.git] / src / man1 / octave.1
blob3b09b02a72c3914958a6a15a3eb6d431de1d257a
1 .\" Man page for Octave
2 .\"
3 .\" Copyright (C) 1996, 1997 John W. Eaton
4 .\"
5 .\" This file is part of Octave.
6 .\"
7 .\" Octave is free software; you can redistribute it and/or modify it
8 .\" under the terms of the GNU General Public License as published by the
9 .\" Free Software Foundation; either version 2, or (at your option) any
10 .\" later version.
11 .\"
12 .\" Octave is distributed in the hope that it will be useful, but WITHOUT
13 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 .\" for more details.
16 .\"
17 .\" You should have received a copy of the GNU General Public License
18 .\" along with Octave; see the file COPYING.  If not, write to the Free
19 .\" Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 .\" 02111-1307, USA. 
21 .\"
22 .TH Octave 1 "Jan 8 1996"
23 .LO 1
24 .SH NAME
25 octave \- 用于数值计算的高级交互式语言
26 .SH "SYNOPSIS 总览"
27 .nf
28 octave [options]
29 .fi
30 .SH "OPTIONS 选项"
31 octave 全部命令行选项可以通过运行命令
32 .nf
34     octave --help
36 .fi
37 来查看。
38 .SH "DESCRIPTION 描述"
39 Octave 是一种高级语言,主要用于数值计算。它提供了极为方便的命令行界面,用数值的方式解决线性和非线性问题。
40 .SH "DOCUMENTATION 文档"
41 Octave 主要的文档以 Texinfo (GNU 文档系统) 写成,可以用同样的文件产生手册的在线版本和打印版本。
42 .PP
43 你可以在交互运行 Octave 时执行命令
44 .nf
46     octave:13> help -i
48 .fi
49 来阅读 Octave 文档的在线版本,它将用到 GNU Emacs 的 info 模式;或者也可以直接运行单独的程序,例如 info 或者 xinfo。
50 .SH BUGS
51 提交 Octave 错误报告的最佳方法是在交互运行 Octave 时执行命令
52 .nf
54      octave:13> bug_report
56 .fi
57 。这将创建一个错误报告的模板文件,并打开一个编辑器。编辑完毕后,邮件将发送到 bug-octave 邮件列表。
58 .PP
59 如果不能使用 bug_report 命令,可以用其他方法将邮件发送到
60 .B bug-octave@bevo.che.wisc.edu
61 邮件列表。请阅读 Octave 手册页中的 `Bugs' 章节,学习如何提交错误报告来使 Octave 的维护者修正问题。
62 .SH AUTHOR
63 .nf
64 John W. Eaton
65 Department of Chemical Engineering
66 University of Wisconsin-Madison
67 Madison, WI 53706
68 USA
69 <jwe@bevo.che.wisc.edu>
70 .fi