File: slash.man

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (29 lines) | stat: -rw-r--r-- 975 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH slash 1 "April 1993" "Scilab Group" "Scilab Function"
.so ../sci.an
.SH NAME
slash (/) - right division and feed back
.SH DESCRIPTION
Right division.  \fVx=A / b\fR is the solution of \fVx*b=A\fR .
.LP
\fVb/a = (a' \\ b')'\fR .
.LP
\fVa ./  b\fR is the matrix with entries \fVa(i,j)/ b(i,j)\fR.
If \fVb\fR is scalar (1x1 matrix) this operation is the same
as \fV a./b*ones(a)\fR. (Same convention if \fVa\fR is a scalar).
.LP
Remark that \fV123./b\fR is interpreted as \fV(123)./b\fR. In this
cases dot is part of the operator, not of the number.
.LP
Backslash stands for left division.
.LP
System feed back.  \fVS=G/.K\fR evaluates \fVS=G*(eye+K*G)^(-1)\fR
this operator avoid simplification problem.
.LP
Remark that \fVG/.5\fR is interpreted as \fVG/(.5)\fR. In such 
cases dot is part of the number, not of the operator.

.LP
Comment \fV//\fR comments a line i.e lines which begin by \fV//\fR are
ignored by the interpreter.
.SH SEE ALSO
inv, percent, backslash, ieee