~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/programming/slash.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH slash 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
slash (/) - right division and feed back
 
5
.SH DESCRIPTION
 
6
Right division.  \fVx=A / b\fR is the solution of \fVx*b=A\fR .
 
7
.LP
 
8
\fVb/a = (a' \\ b')'\fR .
 
9
.LP
 
10
\fVa ./  b\fR is the matrix with entries \fVa(i,j)/ b(i,j)\fR.
 
11
If \fVb\fR is scalar (1x1 matrix) this operation is the same
 
12
as \fV a./b*ones(a)\fR. (Same convention if \fVa\fR is a scalar).
 
13
.LP
 
14
Remark that \fV123./b\fR is interpreted as \fV(123.)/b\fR. In this
 
15
cases dot is part of the  number not of the operator.
 
16
.LP
 
17
Backslash stands for left division.
 
18
.LP
 
19
System feed back.  \fVS=G/.K\fR evaluates \fVS=G*(eye()+K*G)^(-1)\fR
 
20
this operator avoid simplification problem.
 
21
.LP
 
22
Remark that \fVG/.5\fR is interpreted as \fVG/(.5)\fR. In such 
 
23
cases dot is part of the number, not of the operator.
 
24
 
 
25
.LP
 
26
Comment \fV//\fR comments a line i.e lines which begin by \fV//\fR are
 
27
ignored by the interpreter.
 
28
.SH SEE ALSO
 
29
inv, percent, backslash, ieee