]> git.lyx.org Git - wiki-uploads.git/blob - Examples/insertMatrix1.lyx
Add memoir-makeindex module and script
[wiki-uploads.git] / Examples / insertMatrix1.lyx
1 #LyX 1.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 221
3 \textclass article
4 \language english
5 \inputencoding auto
6 \fontscheme default
7 \graphics default
8 \paperfontsize default
9 \spacing single 
10 \papersize Default
11 \paperpackage a4
12 \use_geometry 0
13 \use_amsmath 0
14 \use_natbib 0
15 \use_numerical_citations 0
16 \paperorientation portrait
17 \secnumdepth 3
18 \tocdepth 3
19 \paragraph_separation indent
20 \defskip medskip
21 \quotes_language english
22 \quotes_times 2
23 \papercolumns 1
24 \papersides 1
25 \paperpagestyle default
26
27 \layout Title
28
29 How to enter a matrix
30 \layout List
31 \labelwidthstring 00.00.0000
32
33 Ctrl-n Create new document
34 \layout List
35 \labelwidthstring 00.00.0000
36
37 Ctrl-M Insert math inset in display mode
38 \layout List
39 \labelwidthstring 00.00.0000
40
41 Meta-m\SpecialChar ~
42 [ Insert 
43 \begin_inset Formula $\left[\right]$
44 \end_inset 
45
46  
47 \layout List
48 \labelwidthstring 00.00.0000
49
50 Math\SpecialChar ~
51 panel: Insert matrix, 3 rows, 3 columns
52 \layout Standard
53
54 Now just use the cursor to navigate around the entries in the matrix.
55  Here's how it will look: (To create the fractions, use Meta-m\SpecialChar ~
56 f)
57 \layout Standard
58
59
60 \begin_inset Formula \[
61 \left[\begin{array}{ccc}
62 1 & \frac{1}{3} & \frac{1}{2}\\
63 3 & 1 & 3\\
64 2 & \frac{1}{3} & 1\end{array}\right]\]
65
66 \end_inset 
67
68
69 \the_end