Agent Smith
Full Member
- Joined
- Oct 18, 2023
- Messages
- 465
What's the relationship between
A=[10]
and
B=[01]
???
---
[10]×[ab]=[a]
[01]×[ab]=[b]
---
Visually, A and B are mirror images of each other. What does that mean in matrix math? A simple test done shows that, for a 2×1 matrix, A selects the x11 element and B selects the x21 term.
A=[10]
and
B=[01]
???
---
[10]×[ab]=[a]
[01]×[ab]=[b]
---
Visually, A and B are mirror images of each other. What does that mean in matrix math? A simple test done shows that, for a 2×1 matrix, A selects the x11 element and B selects the x21 term.