What is the difference between in X_low in (1) and X_low in (2)hello,
I have four linear equations:
1. X_low = c1*X_up+d1
2. X_low = c2*Y_up+d2
3. Y_low = c3*X_up+d3
4. Y_low = c4*Y_up+d4
i know that [X_low ; Y_low] = A*[X_up ; Y_up] + B
how do I find matrix A and B?
thanks,
it's the same value. but in the first equation there is a relationship between X_low and X_up and in the second equation there is a relationship between X_low and Y_up. i want to find a matrix that will describe the relationship between [X_up, Y_up] and [X_low, Y_low]What is the difference between in X_low in (1) and X_low in (2)
Similarly:
What is the difference between in Y_low in (3) and Y_low in (4)
The way I see this, the matrices A and B, between them, have 6 constants to be determined; you have four equations from which to find them, which I presume are to be identities, rather than to hold only for certain values of the X's and Y's.hello,
I have four linear equations:
1. X_low = c1*X_up+d1
2. X_low = c2*Y_up+d2
3. Y_low = c3*X_up+d3
4. Y_low = c4*Y_up+d4
i know that [X_low ; Y_low] = A*[X_up ; Y_up] + B
how do I find matrix A and B?
thanks,