karate02

12 Reputation

2 Badges

17 years, 232 days

MaplePrimes Activity


These are questions asked by karate02

I had a few questions that I need help with: 1) I'm trying to write a procedure to solve a system of equations. To be specific, we are given 2 n x n matrices, say A and B by the user. We have two generic vectors in R^n, write them as x = [x1, x2, ..., xn] and y = [y1, y2, .., yn]. I want to solve for each of the yi's in terms of x'js for the equation A.x = B.y - how would I go about doing this? 2) So I get some answer to 1), say something like y = [x1-x3, x1+x2-x4, x1+x2, x3+x4] (n=4 for ease) . How could I easily take the coefficient matrix of the transpose of this vector? So, my final matrix would look like:
Page 1 of 1