How do I isolate S in this Matrix and Vector Equation?

Click For Summary

Discussion Overview

The discussion revolves around isolating the matrix S in a matrix and vector equation involving known matrices (B, I) and vectors (x, y), as well as a constant (&). The focus is on the mathematical manipulation required to express S in terms of the other variables.

Discussion Character

  • Mathematical reasoning

Main Points Raised

  • Chepa presents the equation and requests assistance in isolating S.
  • One participant suggests rewriting the equation and notes that S cannot be directly solved for due to the nature of the system, indicating that S is a matrix while x is a vector, leading to a system of equations.
  • Another participant clarifies that S is a diagonal matrix and requests further guidance on solving the equation, indicating a lack of confidence in their matrix-solving skills.
  • A subsequent reply explains how to express the product Sx when S is diagonal and outlines the resulting equations that need to be solved, while also noting conditions under which solutions may not exist.

Areas of Agreement / Disagreement

Participants generally agree on the complexity of isolating S and the implications of S being a diagonal matrix, but there is no consensus on a definitive method for solving the equations or the existence of solutions under certain conditions.

Contextual Notes

Participants mention the potential for multiple solutions or the absence of solutions based on specific values of x and z, highlighting the dependence on the structure of the matrices and vectors involved.

chepa
Messages
3
Reaction score
0
Hey guys,

I would need to isolate S (solve for S knowing all other terms) in this equation made of Matrix (B, I and S), of vector (x and y) and of constant &.

x = - ([(B-I)S -(I/&)]^-1) (y/&)

Someone could help me?

Chepa
 
Physics news on Phys.org
Let's call "c" your constant "&":

[tex]x=-((B-I)S-\frac{I}{c})^{-1}\frac{y}{c}[/tex]

Then

[tex]((B-I)S-\frac{I}{c})x=-((B-I)S-\frac{I}{c})((B-I)S-\frac{I}{c})^{-1}\frac{y}{c}=-\frac{y}{c}[/tex]

[tex](B-I)Sx-\frac{I}{c}x=-\frac{y}{c}[/tex]
[tex](B-I)Sx=-\frac{y}{c}-\frac{I}{c}x[/tex]
[tex]Sx=(B-I)^{-1}(-\frac{y}{c}-\frac{I}{c}x)[/tex]

Since x is a vector, this is a system of equations. As far as I remember, the existence of an "inverse vector" that satisfies the equation is not guaranteed, so you cannot simply solve for S. What you can do is solve the system and find the elements of S. Notice that S is a matrix whereas x is a vector. This gives you n equations for [itex]n^2[/itex] elements of S, which means that there is a family of matrices that satisfy that equation. If you assume e.g. that all elements of S except for the diagonal are 0, then you might find an answer.
 
Hi meldraft,
actually the matrix S is a diagonal matrix and all other parameters of that equations are known. That being said, my "matrix solving skills" are rather deficient. That would be great if you could tell me a little more on the method or the way I should put things in place to solve this.

Thanks a lot anyway,

Chepa
 
If S is diagonal, the product Sx is the vector
$$\begin{bmatrix} S_{11}x_1 \\ S_{22}x_2 \\ \cdots \\ S_{nn}x_n \end{bmatrix}$$

So if work out the right hand side of post #2 and call it vector z, you have the equations
$$\begin{align} S_{11}x_1 &= z_1 \\ S_{22}x_2 &= z_2 \\ \cdots & \cdots \\ S_{nn}x_n &= z_n \end{align}$$ which are easy to solve, if the solution exists. If you have ##x_i = 0## and the corresponding ##z_i \ne 0## for some value(s) of ##i##, there isn't a solution. If ##x_i = z_i = 0##, the corresponding ##S_{ii}## is arbitrary.
 
Thanks
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K