Matrix maybe it can go in precalc section ?

Click For Summary

Homework Help Overview

The discussion revolves around proving a property of matrix addition, specifically that the jth column of the sum of two matrices A and B is equal to the sum of the jth columns of A and B. The matrices A and B are stated to be of the same size.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the definition of matrix addition and question the necessity of an index variable in the proof. Some express uncertainty about what constitutes a proof in this context, while others suggest that the operation itself may suffice to demonstrate the property.

Discussion Status

The discussion is ongoing, with participants sharing their interpretations of the problem and the requirements for proof. Some have offered clarifications regarding notation and the use of indices, while others are still questioning the clarity of the original problem statement.

Contextual Notes

There is mention of confusion regarding the notation used in the problem, particularly concerning the indexing of matrix elements. Additionally, participants note that the proof may not require programming knowledge, as the task appears to be purely mathematical.

Jbreezy
Messages
582
Reaction score
0

Homework Statement



Let A and B be matrices of the same size.
a.) prove the jth column of ## A + B## is ## a_j + b_j ##

Homework Equations



Where is i? In their question?

The Attempt at a Solution


What if you did this.

##
A=
\begin{pmatrix}
a_{1j}\\
a_{2j}\\
a_{3j}
\end{pmatrix}
##

B = ##
\begin{pmatrix}
b_{1j}\\
b_{2j}\\
b_{3j}
\end{pmatrix}
##

A+B = ##
\begin{pmatrix}
a_{1j} + b_{1j}\\
a_{2j} + b_{2j}\\
a_{3j} + b_{3j}
\end{pmatrix}
##

But I still have i and they say prove that it is aj + bj
I hope that code is right for the matrix when I preview it is would not show. EDIT Why does my code not work ?
 
Last edited by a moderator:
Physics news on Phys.org
IMO, the question assumed that since the jth column of A + B was sought, it was naturally implied the index i would range from 1 ... n, where n is the number of rows in A and B.
 
What is IMO. Am I correct or no?
 
Is this proof meant to be done with a computer program, or is it just a proof? If it's just a proof, it's not clear what is being sought here, there's a definition for adding matrices, and the syntax aj means all values (all rows) in column j of the matrix A, and bj means all values in column j of B. You do not need to define an "i", unless you're trying to create a program, depending on the programming language.

In a language called APL, indexes for a multi-dimension array are separated by ';', and an empty field means all of the indexes for that dimension. So in APL, aj => A[ ; j ], and bj => B[ ; j ], no "i" needed. For example:

pf3.jpg
 
Last edited:
No program just what the question says prove that Let A and B be matrices of the same size.
a.) prove the jth column of A+B is aj+bj

So I just put them in matrices and added them to show that yeah it is aj + bj ...I mean idk that is what the question said exactly
 
Jbreezy said:
No program just what the question says prove that Let A and B be matrices of the same size.
a.) prove the jth column of A+B is aj+bj

So I just put them in matrices and added them to show that yeah it is aj + bj ...
I'm not sure what constitutes "proof" since the statement is true based on the definitions of A+B and aj + bj.
 
rcgldr said:
I'm not sure what constitutes "proof" since the statement is true based on the definitions of A+B and aj + bj.

Yeah I'm not sure I guess they wanted you to carry out the operation? I suppose.
 
Jbreezy said:
EDIT Why does my code not work ?
I fixed it for you. The problem was that a_i_j isn't valid TeX code. a_{ij} is valid, and that's what I assumed you wanted. If you wanted the j lower than the i you would need to use a_{i_j}.
 
Oh thanks. It threw me off because I just copied and pasted the code from the "How to type maths equations" thing at the top of the forum. Thanks
 
  • #10
IMO = in my opinion
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
9
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K