cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
Is This a Valid Matrix Declaration?
Is This a Valid Matrix Declaration?
Dec 17, 2011 at 10:07pm UTC
closed account (
zb0S216C
)
As the title says, is this (image): http://postimage.org/image/uzhxxtu8b/ a valid matrix declaration?
Wazzak
Dec 17, 2011 at 11:07pm UTC
andywestken
(4094)
Looks ok to me. Like the penultimate step in some reduction, which will end up with a 1 dimensional matrix containing three 10s
Last edited on
Dec 17, 2011 at 11:08pm UTC
Dec 17, 2011 at 11:55pm UTC
closed account (
zb0S216C
)
Thanks for the reply, Andy. The matrix was an example but my query was the use of parentheses.
Thanks again.
Wazzak
Dec 18, 2011 at 4:04am UTC
tition
(887)
Mathematical scientific papers use large parentheses () rather than large square brackets [] for matrices. The small parentheses in the matrix are allowed, but not needed (better remove them).
Last edited on
Dec 18, 2011 at 4:05am UTC
Topic archived. No new replies allowed.