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
SetterAssumptions
Guides
SetterAssumptions Package
Symbols
AssumeInteger
Assume
AssumePositive
AssumeReal
CurrentAssumptions
FrameAndStoreMatrix
FrameAndStore
RemoveAllAssumptions
RemoveAssumptions
Restart
KevinSetter`SetterAssumptions`
F
r
a
m
e
A
n
d
S
t
o
r
e
M
a
t
r
i
x
F
r
a
m
e
A
n
d
S
t
o
r
e
M
a
t
r
i
x
[
v
a
r
,
v
a
l
]
r
e
t
u
r
n
s
a
f
r
a
m
e
d
i
m
a
g
e
o
f
M
a
t
r
i
x
F
o
r
m
[
v
a
l
]
a
n
d
s
t
o
r
e
s
v
a
l
i
n
t
o
t
h
e
v
a
r
i
a
b
l
e
v
a
r
Examples
(
1
)
Basic Examples
(
1
)
The command
F
r
a
m
e
A
n
d
S
t
o
r
e
M
a
t
r
i
x
is a variant of FrameAndStore for matrices:
I
n
[
1
]
:
=
F
r
a
m
e
A
n
d
S
t
o
r
e
M
a
t
r
i
x
[
m
a
t
,
{
{
1
,
2
}
,
{
3
,
4
}
}
]
O
u
t
[
1
]
=
m
a
t
=
1
2
3
4
Again, since the variable is stored in memory, it can be referenced in further calculations:
I
n
[
2
]
:
=
F
r
a
m
e
A
n
d
S
t
o
r
e
M
a
t
r
i
x
[
s
q
u
a
r
e
d
M
a
t
,
m
a
t
.
m
a
t
]
O
u
t
[
2
]
=
s
q
u
a
r
e
d
M
a
t
=
7
1
0
1
5
2
2
"
"