You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the mistake
Based on the explanatory text at the top of page 56, the matrix $S$ maps coordinates with respect to the basis $\tilde{B}$ onto the basis $B$. Similarly, the matrix $T$ maps coordinates with respect to the basis $\tilde{C}$ onto the basis $C$. Under this convention, the equation $\tilde{A_{\Phi}} = T^{-1}A_{\Phi}S$ holds. In example 2.24, the matrices $S$ and $T$ appear to represent transformations from $B$ to $\tilde{B}$ and $C$ to $\tilde{C}$ respectively. Hence, the final result for $\tilde{A_{\Phi}}$ appears to be erroneous.
Your initial understanding is correct, i.e. "the matrix $S$ maps coordinates from the $\tilde{B}$-basis to the $B$-basis" as per page 56.
However, there seems to be a confusion between mapping coordinates and mapping the basis vectors themselves. What you've done in your matrix multiplication $B = S\tilde{B}$ is attempt to map the basis $\tilde{B}$ itself into the other basis $B$, which is incorrect because that's not what $S$ does. $S$ is not designed to transform the basis vectors directly, rather, $S$ transforms coordinate vectors as such: $\hat{x}_{B} = S \hat{x}_{\tilde{B}}$, where $\hat{x}_{B}$ and $\hat{x}_{\tilde{B}}$ are the coordinate vectors of some vector $\textbf{x}$ with respect to bases $B$ and $\tilde{B}$, respectively.
The above implies: $\tilde{B} = BS$, where the columns of $S$ represent the coordinates of the basis vectors $\tilde{\textbf{b}}_{\textbf{j}}$ with respect to the basis vectors of $B$.
And since $B$ in this case is the identity matrix, $S$ should simply be the matrix $\tilde{B}$ it self.
Describe the mistake$S$ maps coordinates with respect to the basis $\tilde{B}$ onto the basis $B$ . Similarly, the matrix $T$ maps coordinates with respect to the basis $\tilde{C}$ onto the basis $C$ . Under this convention, the equation $\tilde{A_{\Phi}} = T^{-1}A_{\Phi}S$ holds. In example 2.24, the matrices $S$ and $T$ appear to represent transformations from $B$ to $\tilde{B}$ and $C$ to $\tilde{C}$ respectively. Hence, the final result for $\tilde{A_{\Phi}}$ appears to be erroneous.
Based on the explanatory text at the top of page 56, the matrix
Location
Proposed solution
Based on the given example,
and
Therefore,
This result is different from equation (2.121b) on page 58 of the textbook.
Additional context
The text was updated successfully, but these errors were encountered: