English 中文(简体)
Tex Commands Reference

Symbols

A

B

页: 1

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

Selected Reading

pmatrix
  • 时间:2024-11-03

pmatrix - Tex Command


Previous Page Next Page  

pmatrix

pmatrix - Used to create matrix enclosed in parentheses.

SYNOPSIS

{ pmatrix { <math> & <math> ... cr <repeat as needed> }}

DESCRIPTION

pmatrix command is used to create matrix enclosed in parentheses; apgnment occurs at the ampersands; a double-backslash can be used in place of the cr; the final \ or cr is optional

EXAMPLE

    A = pmatrix{
    a_{11} & a_{12} & ldots & a_{1n} cr
    a_{21} & a_{22} & ldots & a_{2n} cr
    vdots & vdots & ddots & vdots cr
    a_{m1} & a_{m2} & ldots & a_{mn} cr
    }
    
    $ A = pmatrix{ a_{11} & a_{12} & ldots & a_{1n} cr a_{21} & a_{22} & ldots & a_{2n} cr vdots & vdots & ddots & vdots cr a_{m1} & a_{m2} & ldots & a_{mn} cr } $

Advertisements