Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
MatrixDecomposition
Symbols
CMRDecomposition
CRDecomposition
CWBDecomposition
Submatrix
UVTransposeMatrix
UVTranspose
LawrenceWinkler`MatrixDecomposition`
C
W
B
D
e
c
o
m
p
o
s
i
t
i
o
n
C
W
B
D
e
c
o
m
p
o
s
i
t
i
o
n
[
m
a
t
]
:
A
n
a
l
t
e
r
n
a
t
i
v
e
d
e
c
o
m
p
o
s
i
t
i
o
n
a
l
g
o
r
i
t
h
m
t
o
C
M
R
D
e
c
o
m
p
o
s
i
t
i
o
n
s
u
c
h
t
h
a
t
-
1
C
W
B
=
m
a
t
.
S
h
o
w
s
t
h
a
t
-
1
M
o
f
C
M
R
=
W
o
f
C
W
B
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
A
1
=
P
a
r
t
i
t
i
o
n
[
T
a
b
l
e
[
i
,
{
i
,
1
2
}
]
,
4
]
O
u
t
[
1
]
=
{
{
1
,
2
,
3
,
4
}
,
{
5
,
6
,
7
,
8
}
,
{
9
,
1
0
,
1
1
,
1
2
}
}
I
n
[
2
]
:
=
A
1
/
/
M
a
t
r
i
x
F
o
r
m
O
u
t
[
2
]
/
/
M
a
t
r
i
x
F
o
r
m
=
1
2
3
4
5
6
7
8
9
1
0
1
1
1
2
I
n
[
3
]
:
=
{
c
,
w
,
b
}
=
C
W
B
D
e
c
o
m
p
o
s
i
t
i
o
n
[
A
1
]
O
u
t
[
3
]
=
{
{
{
1
,
2
}
,
{
5
,
6
}
,
{
9
,
1
0
}
}
,
{
{
1
,
2
}
,
{
5
,
6
}
}
,
{
{
1
,
2
,
3
,
4
}
,
{
5
,
6
,
7
,
8
}
}
}
I
n
[
4
]
:
=
M
a
t
r
i
x
F
o
r
m
[
#
]
&
/
@
{
c
,
w
,
b
}
O
u
t
[
4
]
=
1
2
5
6
9
1
0
,
1
2
5
6
,
1
2
3
4
5
6
7
8
I
n
[
5
]
:
=
c
.
I
n
v
e
r
s
e
[
w
]
.
b
/
/
M
a
t
r
i
x
F
o
r
m
O
u
t
[
5
]
/
/
M
a
t
r
i
x
F
o
r
m
=
1
2
3
4
5
6
7
8
9
1
0
1
1
1
2
"
"