Hyun Woo Roh
Graduate Student
School of Industrial Engineering
Kumoh National Institute of Technology,
Korea
Phone : 82-10-3894-7043
Web : https://kitst.kumoh.ac.kr/s20236034
Email : na05elec@kumoh.ac.kr
Homework #2
https://drive.google.com/file/d/1KtubKg-vhiy1O7kjx20GJ0GbIm-J8M6P/view?usp=drive_link
Homework #3
-Matlab Code
Homework #3
Practice#1 : x1 + 2x2 + 3x3 = 9 (Matlab code)
state03_01.Amplitudes = [1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]'/sqrt(2);
state03_02.Amplitudes = [0 1/sqrt(2) -1/sqrt(2) 0 0 0 0 0 0 0 0 0 0 0 0 0]';
Practice#2 : 4x1 + 5x2 + 6x3 = 24 (Matlab code)
state03_01.Amplitudes = [0 1/sqrt(2) 1/sqrt(2) 0 0 0 0 0 0 0 0 0 0 0 0 0]';
state03_02.Amplitudes = [1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]'/sqrt(2);
Practice#3 : 3x1 + x2 - 2x3 = 4 (Matlab code)
state03_01.Amplitudes = [1/sqrt(3) 1/sqrt(3) -1/sqrt(3) 0 0 0 0 0 0 0 0 0 0 0 0 0]';
state03_02.Amplitudes = [1/sqrt(6) -1/sqrt(6) 0 -2/sqrt(6) 0 0 0 0 0 0 0 0 0 0 0 0]';