Are these following expressions equivalent? Use MATLAB to check your answer for specific values of a, b,

Question:

Are these following expressions equivalent? Use MATLAB to check your answer for specific values of a, b, c, and d.

a. 1. (a == b) & ((b == c)|(a == c))

2. (a == b)|((b == c)&(a == c))

b. 1. (a < b)&((a > c)|(a > d))

2. (a < b)&(a > c)|((a < b)&(a > d))

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: