nde
- 2
- 0
Hello everyone!
I have a question on whether a system of equations can be classified as linear. I have the following matrix:<br /> \begin{equation}<br /> \left[ \begin{array}{c} S_t(1) \\ S_t(2) \\ \vdots \\ S_t(\omega_N) \end{array} \right] = <br /> \begin{bmatrix} f(x_1, x_2, 1) & f(x_2, x_3, 1) & \cdots & f(x_i, x_{i+1}, 1) \\ <br /> f(x_1, x_2, 2) & f(x_2, x_3, 2) & \cdots & f(x_i, x_{i+1}, 2) \\<br /> \vdots & \vdots & \ddots & \vdots \\ <br /> f(x_1, x_2, \omega_N) & f(x_2, x_3, \omega_N) & \cdots & f(x_i, x_{i+1}, \omega_N) \\<br /> \end{bmatrix} <br /> \times <br /> \left[ \begin{array}{c} S_1 \\ S_2 \\ \vdots \\ S_i \end{array} \right]<br /> \label{equationsystem}<br /> \end{equation}<br />where f(x_i, x_{i+1}, \omega_N) is a non-linear function containing two exponential terms and S_i is unknown. Does this system of equations qualify as linear if I know x_i, x_{i+1} and \omega_N and plug it into f(x_i, x_{i+1}, \omega_N) to yield a numerical value (real number)?
If this is true, I should be able to figure out S_i by taking the inverse of the function marix and multiplying both sides with it.
I greatly appreciate your input. Thank you in advance for taking the time to answer this.
Kind regards.
I have a question on whether a system of equations can be classified as linear. I have the following matrix:<br /> \begin{equation}<br /> \left[ \begin{array}{c} S_t(1) \\ S_t(2) \\ \vdots \\ S_t(\omega_N) \end{array} \right] = <br /> \begin{bmatrix} f(x_1, x_2, 1) & f(x_2, x_3, 1) & \cdots & f(x_i, x_{i+1}, 1) \\ <br /> f(x_1, x_2, 2) & f(x_2, x_3, 2) & \cdots & f(x_i, x_{i+1}, 2) \\<br /> \vdots & \vdots & \ddots & \vdots \\ <br /> f(x_1, x_2, \omega_N) & f(x_2, x_3, \omega_N) & \cdots & f(x_i, x_{i+1}, \omega_N) \\<br /> \end{bmatrix} <br /> \times <br /> \left[ \begin{array}{c} S_1 \\ S_2 \\ \vdots \\ S_i \end{array} \right]<br /> \label{equationsystem}<br /> \end{equation}<br />where f(x_i, x_{i+1}, \omega_N) is a non-linear function containing two exponential terms and S_i is unknown. Does this system of equations qualify as linear if I know x_i, x_{i+1} and \omega_N and plug it into f(x_i, x_{i+1}, \omega_N) to yield a numerical value (real number)?
If this is true, I should be able to figure out S_i by taking the inverse of the function marix and multiplying both sides with it.
I greatly appreciate your input. Thank you in advance for taking the time to answer this.
Kind regards.
Last edited: