논리회로 문제입니다 확인해주실 분 ㅠㅠ
글쓴이
- 2013.04.23. 23:02
- 1187
1. First find all the prime implicants using Quine‐McCluskey method and find the minimum SOP using the tabulation method.
F(w,x,y,z) = m(0,2,3,6,8,12,15)
Prime implicants: w’x’z’, x’y’z’, w’x’y, w’yz’, wy’z’, wxyz
SOP: w’x’z’+w’x’y+w’yz’+wxyz
sop에서
+wy'z' 빠진거 아닌가요?
도와주시면 고맙겠습니다
권한이 없습니다.
이 게시물을 삭제하시겠습니까?






8,12이 없네요 빠진거 맞아요