How written array
up vote
1
down vote
favorite
i want written this
what is the error?
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
begin{array}
0.5 & -1 & -0.5
end{array}
]
end{document}
arrays
add a comment |
up vote
1
down vote
favorite
i want written this
what is the error?
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
begin{array}
0.5 & -1 & -0.5
end{array}
]
end{document}
arrays
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
i want written this
what is the error?
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
begin{array}
0.5 & -1 & -0.5
end{array}
]
end{document}
arrays
i want written this
what is the error?
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
begin{array}
0.5 & -1 & -0.5
end{array}
]
end{document}
arrays
arrays
asked 1 hour ago
hubman
1935
1935
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
since you use the amsmath
package, why you not use bmatrix
environment?
using array you need to specify columns (see second equation below)
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
mathbf{W} = begin{bmatrix}
0.5 & -1 & -0.5
end{bmatrix}
qquad b=0.5
]
or
[
mathbf{W} = [begin{array}{ccc} % <--- added columns' types
0.5 & -1 & -0.5
end{array}]
qquad b=0.5
]
end{document}
how written b=0.5 in the same line?
– hubman
1 hour ago
1
this was not very clear in your question, now added.
– Zarko
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
since you use the amsmath
package, why you not use bmatrix
environment?
using array you need to specify columns (see second equation below)
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
mathbf{W} = begin{bmatrix}
0.5 & -1 & -0.5
end{bmatrix}
qquad b=0.5
]
or
[
mathbf{W} = [begin{array}{ccc} % <--- added columns' types
0.5 & -1 & -0.5
end{array}]
qquad b=0.5
]
end{document}
how written b=0.5 in the same line?
– hubman
1 hour ago
1
this was not very clear in your question, now added.
– Zarko
1 hour ago
add a comment |
up vote
1
down vote
accepted
since you use the amsmath
package, why you not use bmatrix
environment?
using array you need to specify columns (see second equation below)
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
mathbf{W} = begin{bmatrix}
0.5 & -1 & -0.5
end{bmatrix}
qquad b=0.5
]
or
[
mathbf{W} = [begin{array}{ccc} % <--- added columns' types
0.5 & -1 & -0.5
end{array}]
qquad b=0.5
]
end{document}
how written b=0.5 in the same line?
– hubman
1 hour ago
1
this was not very clear in your question, now added.
– Zarko
1 hour ago
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
since you use the amsmath
package, why you not use bmatrix
environment?
using array you need to specify columns (see second equation below)
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
mathbf{W} = begin{bmatrix}
0.5 & -1 & -0.5
end{bmatrix}
qquad b=0.5
]
or
[
mathbf{W} = [begin{array}{ccc} % <--- added columns' types
0.5 & -1 & -0.5
end{array}]
qquad b=0.5
]
end{document}
since you use the amsmath
package, why you not use bmatrix
environment?
using array you need to specify columns (see second equation below)
documentclass{article}
usepackage{tikz}
usepackage{float}
usepackage{amsmath}
usepackage{copyrightbox}
begin{document}
[
mathbf{W} = begin{bmatrix}
0.5 & -1 & -0.5
end{bmatrix}
qquad b=0.5
]
or
[
mathbf{W} = [begin{array}{ccc} % <--- added columns' types
0.5 & -1 & -0.5
end{array}]
qquad b=0.5
]
end{document}
edited 1 hour ago
answered 1 hour ago
Zarko
117k865155
117k865155
how written b=0.5 in the same line?
– hubman
1 hour ago
1
this was not very clear in your question, now added.
– Zarko
1 hour ago
add a comment |
how written b=0.5 in the same line?
– hubman
1 hour ago
1
this was not very clear in your question, now added.
– Zarko
1 hour ago
how written b=0.5 in the same line?
– hubman
1 hour ago
how written b=0.5 in the same line?
– hubman
1 hour ago
1
1
this was not very clear in your question, now added.
– Zarko
1 hour ago
this was not very clear in your question, now added.
– Zarko
1 hour ago
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462293%2fhow-written-array%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown