- #1
Your answers for parts a and b seem OK, but I didn't check that closely, plus you didn't show how the bitwise AND and OR operations are supposed to work.noreturn2 said:Homework Statement
View attachment 235016
Homework Equations
The Attempt at a Solution
View attachment 235017
Does my logic seem right, I'm doubtin my anwsers.
I get something else. Here's what I get for ##C^2##.noreturn2 said:Boolean values can only be 1 or 0.
I think you are right that it is still wrong.
I re did it and I got:
[ 1 1 1
0 1 0
1 1 1]
Mark44 said:I get something else. Here's what I get for ##C^2##.
##\begin{bmatrix} 1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 1 & 0 \end{bmatrix} \begin{bmatrix} 1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 1 & 0 \end{bmatrix}##
##= \begin{bmatrix}0 & 1 & 1 \\ 0 & 1 & 0 \\ 1 & 1 & 1 \end{bmatrix}##
The entry in the upper left corner deserves some explanation. The 0 value there is the result of the dot product of row 1 on the left (<1, 0, 1>) with col. 1 on the right (<1, 0, 1>^T). From this I get 1*1 + 0*0 + 1*1 = 2, or 102. Since this is 2 bits, it won't fit into 1 bit, we get 0 for the upper left corner of the product.
I'm assuming that's how you're supposed to be doing multiplication of Boolean values.
I agree that 1*1 = 1, but I was talking about 1*1 + 0*0 + 1*1 = 1 + 1 = 2.noreturn2 said:Well if you have 1*1 on any column that value is autoamtically 1. So if you like at row 1 column one on each that is why I get a 1 in the corner
"Doubting Logic" is a concept that refers to the practice of questioning or doubting the validity of logic, particularly in regards to Boolean matrices. It encourages critical thinking and considering alternative perspectives.
A Boolean matrix is a mathematical structure that consists of only 0s and 1s. It is often used in computer science and logic to represent logical statements and operations.
"Doubting Logic" can help with Boolean matrix homework by encouraging students to think critically about the logic behind their answers and consider alternate solutions. It can also help students identify errors or flaws in their reasoning.
No, "Doubting Logic" can be applied to any logical problem or concept. It is a general approach to critical thinking and questioning the validity of logic.
Yes, "Doubting Logic" can be applied to various fields of study. It can be useful in any subject that involves critical thinking and logical reasoning, such as mathematics, philosophy, and even science.