Matrix multiplication Definition and 106 Threads
-
R
Matrix Multiplication and Rank of Matrix
Dear Forum, I have one question on matrix multiplication. Suppose there are 2 matrices - A = 1 -1 0 0 2 -1 2 0 -1 B = 1 1 2 and AB = 0 (Zero Matrix) if B not a zero-matrix, then rank(A) is less than s, where s is the dimension of B. I wanted to...- rajtendulkar
- Thread
- Matrix Matrix multiplication Multiplication rank
- Replies: 2
- Forum: General Math
-
E
Matrix multiplication preserve order Block matrix
Hello, If I have block matrices A,B,C and D all of which are non singular would this relationship hold; my main concern is preserving order of matrix multiplication: if ADB=C then AD=B^-1C D=B^-1CA^-1 D^-1 = (BC^-1A) Also is it okay to assume the inverse of a block...- EmmaSaunders1
- Thread
- Block Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: Linear and Abstract Algebra
-
Y
How Do You Construct a Matrix to Select Specific Elements from Another Matrix?
I have a small problem where I remember I learned it in the past. But now I can't seem to recall how to do it. I searched on google, but I think even though it is probably really easy, I may not have worded it right to get the references I want. So I decided to ask here. Here is the problem...- Yondaime5685
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 7
- Forum: Linear and Abstract Algebra
-
Why is my C matrix multiplication program not working properly?
Hello, I am trying to write a program that multiplies together two 3x3 matrices. However my program does not really work as intended, and i get some really strange results. Any ideas? #include <stdio.h> #include <stdlib.h> int main() { int result_matrix[3][3]; int matrixA[3][3] = {...- James889
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 7
- Forum: Engineering and Comp Sci Homework Help
-
E
The basis of n x n matrices with matrix multiplication
Hi All, I recently came across the interesting notion of constructing the minimal set of nxn matrices that can be used as a basis to generate all nxn matrices given that matrix multiplication, and addition and multiplication by scalar are allowed. Is there a way to construct an explicit set...- etnad179
- Thread
- Basis Matrices Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: General Math
-
H
Matrix Multiplication and Algebraic Properties of Matrix Operations
1) If A = [aij] is an n x n matrix, the trace of A, Tr(A), is defined as the sum of all elements on the main diagonal of A, Tr(A) = the sum of (aii) from i=1 to n. Show each of the following: a) Tr(cA) = cTr(A), where c is a real number b) Tr(A+B) = Tr(A) + Tr(B) c) Tr(A(Transpose)) = Tr(A)...- hkus10
- Thread
- Matrix Matrix multiplication Multiplication Operations Properties
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
M
NxN matrix multiplication; commutativity
Homework Statement Explicitly show, using numbers, that in general NxN matrix multiplication is not commutative. Show this for all N > 1. If I make a matrix A, 2x2, 1 2 3 4 and multiply by matrix B, also 2x2 5 6 7 8 I get AB =/=BA If I multiply a new matrix A, 3x3, 1...- mathman44
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
R
What is the meaning of \textbf{nn} in matrix multiplication?
I can't figure out what an author means by this expression: \textbf{n} \cdot \textbf{e} \cdot (\textbf{I} - \textbf{nn}) and \left(\textbf{u} - \textbf{U}\right) \cdot (\textbf{I} - \textbf{nn}) Here, all I know is that \textbf{u} and \textbf{U} are vectors of length 3. \textbf{n} is a...- rsq_a
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 5
- Forum: Linear and Abstract Algebra
-
G
Mathematica [Mathematica] Ordered matrix multiplication
Hello everyone, I have a list, let's call it L1, of length N. Each element of this list is a square matrix. I would like to : 1/ Apply MatrixExp[] to each element of L1 (I know how to do that) 2/ Multiply each element of the subsequent list _in an ordred fashion_ i.e. from element N to...- guerom00
- Thread
- Mathematica Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Concept of Matrix Multiplication
Here is my question(It is not a homework problem.) What does it mean to multiply two matrices? I know how to do the operation but what is the concept behind it? I understand dot products and vectors. Matrix multiplication can be seen as a dot product operation of row vector of vector A to...- abiyo
- Thread
- Concept Matrix Matrix multiplication Multiplication
- Replies: 7
- Forum: Linear and Abstract Algebra
-
R
Multiplicative Identity under Matrix Multiplication
I've been asked by my professor to identify a group of singular matrices. At first, I did not think this was possible, since a singular matrix is non-invertible by definition, yet to prove a groups existence, every such singular matrix must have an inverse. It has been brought to my...- rachbomb
- Thread
- Identity Matrix Matrix multiplication Multiplication
- Replies: 12
- Forum: Linear and Abstract Algebra
-
I
What is the correct way to multiply matrices?
Hey, When trying to multiply the 2 attached matrixes (row X column) I get a much more terms then the attached answer. C is for cos and s for sin. What am I doing wrong? Regards, i.l- i.l
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 3
- Forum: Linear and Abstract Algebra
-
J
Matrix Multiplication Explained: Why & What's the Pro?
if A is [A1|A2|A3|...|An] and C is 1 column matrix given by [C1|C2|C3|...|Cn]T then AC=C1A1+C2A2+...+CnAn.. If D is a diagonal matrix then AD = [D11A1+D22A2+...+DNnAn]. please explain why it happens tht way and whts the prof?- jugalyash
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: Linear and Abstract Algebra
-
J
Linear Algebra - Matrix Multiplication
| 1 1 1 | = matrix A | 1 2 3 | | 1 4 5 | How do I find a 3x3 matrix B, excluding the identity or zero matrix, such that AB = BA?- jofree87
- Thread
- Algebra Linear Linear algebra Matrix Matrix multiplication Multiplication
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
P
Recurrence relation in matrix multiplication
Homework Statement T(n)=b n<=2 8T(n/2)+e(n^(2)) n>2 Homework Equations The Attempt at a Solution O((n^log)2^(7))- priyarrb
- Thread
- Matrix Matrix multiplication Multiplication Recurrence Relation
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
E
Matrix multiplication and the dot product
Homework Statement Suppose that A is an n x n matrix such that A(Transpose)A=I. Let x be any vector in R^n. Show that llAxll=llxll; that is, multiplication of x by A produces a vector Ax having the same length as x. Homework Equations Sqrt(x(transpose)x)=llxll The Attempt at a...- EV33
- Thread
- Dot Dot product Matrix Matrix multiplication Multiplication Product
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
J
What is the Proof for Matrix Multiplication with Invertible Matrices?
Homework Statement I'm doing a proof in which I need to show: given that AX = 0, AVX=0 where V is invertible. Also, given that AVY = 0, then AY = 0. Homework Equations The Attempt at a Solution I can't remember from the previous course I took how to do this. I know that I can...- jumbogala
- Thread
- Matrix Matrix multiplication Multiplication Proof
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
L
Solving Matrix Multiplication: A*B^T with A=2,1;5,3 and B=1,-1,1;-1,1,1
Homework Statement Find A*B^T, where A= 2 1 5 3 And B= 1 -1 1 -1 1 1 Homework Equations n/a The Attempt at a Solution The problem is, is that if I get the transpose of B, I will end up with a 3x2 matrix. Isn't this impossible to multiply by a 2x2...- lagwagon555
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: Precalculus Mathematics Homework Help
-
N
I'm stuck on a matrix multiplication problem
Homework Statement If AB = BA and p is a nonnegative integer, show that (AB)^p = (A^p)(B^p) Homework Equations N/A The Attempt at a Solution I would love to attempt a solution, but I don't even know where to begin. I guess my first question is, how can I generalize matrices so...- nietzsche
- Thread
- Matrix Matrix multiplication Multiplication Stuck
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
J
When is matrix multiplication commutative
Can somebody please explain to me when matrices commute? I've read that it's when they are diagonal with the same dimensions (and also scalar multiples?), but I don't understand why this is.- jaejoon89
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
J
Inductive proof for matrix multiplication problem
Homework Statement Compute [1 1]^n [ 1] This is what my book has. I am assuming the blank means 0 (please tell me if this is not the case). Homework Equations None really (matrix multiplication) The Attempt at a Solution I did n = 1, 2, 3, 4 and found a patten. It looks...- jaejoon89
- Thread
- Matrix Matrix multiplication Multiplication Proof
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
J
Mathematica Question (Matrix Multiplication)
I am trying to compute the following, \prod_{j=0}^{N-1}\left[\hat{I}+\hat{M(j)}\left(\frac{T}{N}\right)\right] where \hat{I}, \hat{M(j)} are matrices. My problem is that Mathematica interprets this product as element-wise with respect to the matrices, but I of course want it to use matrix...- jeffreydk
- Thread
- Mathematica Matrix multiplication Multiplication
- Replies: 4
- Forum: General Math
-
Show that Matrix Multiplication is Associative
Homework Statement Show that (AB)C=A(BC) I am just trying to do this to try to gain some experience with problems like this. I saw in my text that they did a similar example for distributivity using the definition of matrix multiplication, so I thought I could use that approach. The Attempt...- Saladsamurai
- Thread
- associative Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
MATLAB Matlab Code for Matrix Multiplication
Hihi, Let's say I have the linear equations ,A 2x +3y +4z 5x+6y-7z 5x-4y+3z then I can always write as a matrix multiplication A= B*x matrix B = 2 3 4 5 6 -7 5 -4 3 times matrix x x y z Then., how can I tell MATLAB to express in the matrix multiplication form so...- cks
- Thread
- Code Matlab Matlab code Matrix Matrix multiplication Multiplication Urgent
- Replies: 13
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
J
Composition of Linear Transformation and Matrix Multiplication
Theorem 2.15: Let A be an m x n matrix with entries from F. Then the left-multiplication transformation L_A: F^n --> F^m. Furthermore, if B is any other m x n matrix ( with entries from F ) and B and D are the standard ordered bases for F^n and F^m, respectively, then we have the following...- jeff1evesque
- Thread
- Composition Linear Linear transformation Matrix Matrix multiplication Multiplication Transformation
- Replies: 2
- Forum: Linear and Abstract Algebra
-
G
Why is matrix multiplication necessary for representing linear transformations?
What would be the proof for matrix multiplication?...or just an explanation as to why its done the way its done.- Gear300
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 5
- Forum: General Math
-
J
Composition of Linear Transformation and Matrix Multiplication
I am reading (theorem 2.14) from a textbook, and don't understand how g = Tf and (#1) line of reasoning. The theorem and proof is as follows: Theorem 2.14: Let V and W be finite-dimensional vector spaces having ordered bases B and C, respectively, and let T: V-->W be linear. Then, for...- jeff1evesque
- Thread
- Composition Linear Linear transformation Matrix Matrix multiplication Multiplication Transformation
- Replies: 9
- Forum: Linear and Abstract Algebra
-
U
Vector subspace as the space of solutions to matrix multiplication
Given a subset W of a vector space V = F^n (for some field F), prove that W is the subspace of solutions of the matrix equation AX = 0 for some A.- uman
- Thread
- Matrix Matrix multiplication Multiplication Space Subspace Vector
- Replies: 2
- Forum: Linear and Abstract Algebra
-
N
Matrix Multiplication Properties for 2x2 Matrices
Where A = a 2*2 matrix, is the following true: (A^n)(A^m) = (A^m)(A^n) Thanks in advance- nokia8650
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
R
Matrix Multiplication and Inverses
Homework Statement Show that A and Inverse(I+A) commute (where I is the identity matrix). Homework Equations Inverse(Inverse(A))=A Inverse(AB)=Inverse(B)*Inverse(A) The Attempt at a Solution My solution assumes the existence of the inverse of A. A*Inverse(I+A) =...- Random Variable
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
M
Matrix multiplication: Communicative property.
Matrix multiplication: Commutative property. Hello, First time poster. I have got a question about commutative property of matrix multiplication. Literature says that matrix multiplication is communicative only when the two matrices are diagonal. But, I have a situation with an...- m26k9
- Thread
- Matrix Matrix multiplication Multiplication Property
- Replies: 10
- Forum: Linear and Abstract Algebra
-
T
How to Multiply 4x4 Matrices Using a 3x3 Calculator?
i am given two matrices 4X4 which i need to multiply by one another but in my calculator i can multiply matrices only 3X3 how can i use this maximum 3X3 matrices multiplication in order to calculate the multiplication of two 4X4 matrices ?? (i know how to multiply matrices in theory...- transgalactic
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: Linear and Abstract Algebra
-
T
Matrix multiplication question
i am given two matrices 4X4 which i need to multiply by one another but in my calculator i can multiply matrices only 3X3 how can i use this maximum 3X3 matrices multiplication in order to calculate the multiplication of two 4X4 matrices ?? (i know how to multiply matrices in...- transgalactic
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
Proving the Formula for Matrix Multiplication | Homework Statement & Equations
Homework Statement Prove the formula. Homework Equations Matrix multiplication: (\text{AB})_{i \,j}=\sum _{k=1}^n a_{i \,k}b_{k \,j} The Attempt at a Solution I do not know how to "prove" the formula for arbitrary values of k and n.- Shaun Culver
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
A
Prove: A(BC)=(AB)C for matrix multiplication
Homework Statement Prove the following theorem: A(BC)=(AB)C. Homework Equations http://en.wikipedia.org/wiki/Matrix_multiplication#Ordinary_matrix_product" The Attempt at a Solution Let A be of order m by n, B be of order n by p, and C be of order p by q. Then...- adartsesirhc
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
C
Matrix multiplication of an nxn matrix is the scaling
Geometrically, matrix multiplication of an nxn matrix is the scaling, and rotation of a vector in n dimensions true? So when you find the inverse of a matrix, what you're actually doing is finding a transformation such that in the 'transformed space' the vector is a unit vector. If the inverse...- chaoseverlasting
- Thread
- Matrix Matrix multiplication Multiplication Scaling
- Replies: 9
- Forum: General Math
-
R
Solving A^7 Using Matrix Multiplication: A 3x3 Example
Homework Statement I can't figure out how to latexa 3X3 matrix so here's my ghetto method A = 0 0 -1 0 2 0 0 0 1 What is Homework Equations I'm trying to find A^{7} The Attempt at a Solution I'm assuming there's some type of shortcut to get...- robbondo
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
J
Why Is Matrix Multiplication Defined the Way It Is?
Something that has bothered me in my linear algebra class was that I learned a lot of techniques but didn't learn why they worked, or what they were useful for. One of the things is this: why is matrix multiplication so useful in the way it's defined, and not in any other way? Of all the ways...- jacobrhcp
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: Linear and Abstract Algebra
-
S
Successive matrix multiplication
On a given day of a flu epidemic, a given percentage Y of the population is ill and (1-Y) is healthy. The probability of remaining healthy on the next day is a, and that of remaining sick is B. The question is, what percentage will be ill after a given number of days as a function of B,a and Y...- sara_87
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 4
- Forum: Computing and Technology
-
M
Simplifying Matrix Multiplication: A Beginner's Guide
Matrix multiplication confuses me. How, for example, would I multiply these matrices: a b c d e f g h i x r s t u v w x y z ? Thanks!- mrroboto
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: Linear and Abstract Algebra
-
T
Can These Matrices Be Multiplied?
What is \left(\begin{array}{ccc}1&1&2\\0&2&1\\1&0&3\end{array}\right)\left(\begin{array}{cc}1&1\\3&3\end{array}\right)? I'm so confuse because the first matrix is 3 columns matrix and the second matrix is 2 rows matrix. Thank you- tomcenjerrym
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: Linear and Abstract Algebra
-
C
How Can XY = 1 and YZ = 1 Prove X = Z?
Homework Statement Suppose one has n×n square matrices X, Y and Z such that XY = 1and Y Z = 1. Show that it follows that X = Z. The Attempt at a Solution Now I know if the equatoins had been XY and ZY I would do this: XY=ZY -> XY-ZY=0 -> Y(X-Z)=0 -> X-Z=0 -> X=Z I was wondering if...- ConeOfIce
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: Introductory Physics Homework Help
-
V
Matrix Multiplication of \delta_{ij}v_j = v_i
Homework Statement Show by matrix multiplication, \delta_{ij}v_j = v_i The Attempt at a Solution I'm having trouble understanding how to do this, because I'm under the impression that v_j is a row vector, which can't be multiplied by a 3x3 matrix which \delta_{ij} is; or am I horribly...- virgileso
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
P
A short one on matrix multiplication
Let A and B be real invertible n x n matrices so that B = (AT)-1. Show that Bm = (I - B1A1T)(AmT)+, where B1 = [b1, ..., bm], Bm = [bm+1, ..., bn], A1 = [a1, ..., am], Am = [am+1, ..., an]. Any pointers on how one would go about proving the above? I'm fresh out of ideas. I'm not...- Päällikkö
- Thread
- Matrix Matrix multiplication Multiplication Short
- Replies: 8
- Forum: Precalculus Mathematics Homework Help
-
A
Infinite-dimensional matrix multiplication
We know that infinite-dimensional matrix multiplication in general isn't asociative. But, is there any criteria when asociativity is valid? thanks in advance.- alex5
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 8
- Forum: Linear and Abstract Algebra
-
P
Interpretation of matrix multiplication?
Matrix multiplication is clearly defined but is there a tangible or physical interpretation for it? Or is it just abstract formalism? I am thinking about each column of the matrix as vectors so matrix multiplication with two 2by2 matrices is about multiplying 4 vectors in a certain way. The...- pivoxa15
- Thread
- Interpretation Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: General Math
-
Lin Alg - Matrix multiplication (Proof by contrapositive)
Hello, here is the question my book is asking: Let A, B be two m x n matricies. Assume that AX = BX for all n-tuples X. Show that A = B. ------- So I decided to try and prove the contrapositive, which is (unless I am mistaken): If A \neq B, then there is some X such that AX \neq BX Proof...- mattmns
- Thread
- Contrapositive Matrix Matrix multiplication Multiplication
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
Why was matrix multiplication defined the way it is?
What was the (historical) motivation for defining the rules of matrix multiplication the way it is?- quasar987
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 1
- Forum: General Math
-
D
Solving Matrix Equations: k Values and Matrix Multiplication
hi all just got stuck on these questions on matrices just wondering if anyone can help me out thanks 1. For which values of k is the folowing equation satisfied? |3-k 5 | = 0 |4 4-k | its all in a matrix. I am thinking it is the determinant =0...- dagg3r
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 2
- Forum: Introductory Physics Homework Help
-
M
Question regarding matrix multiplication
Hi When one is trying to multiply two matrices of different sizes e.g. a 2x3 and a 3x3. I know that one has to use the column-row-rule which states: AB_{ij} = a_{i1} b_{1j} + a_{i2} b_{2j} + \cdots + a_{i n} b_{m j} Looking at the following example: A= \left[ \begin{array}{ccc} 7...- Mathman23
- Thread
- Matrix Matrix multiplication Multiplication
- Replies: 4
- Forum: Introductory Physics Homework Help