Community Profile

photo

Anu Raghunathan


Last seen: 2 years ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Nested loops- not entering the second loop?
m=2; n=16; A = zeros(m*n,m*n); b = zeros(m*n,1); %interior points for i=2:n-1 disp('first loop:'); disp(i); ...

2 years ago | 0 answers | 0

0

answers

Question


Error with find(X) statement
I'm trying to run a simple calculation to find the non-trivial columns of a unitary matrix. All the unitaries in this case are o...

2 years ago | 1 answer | 0

1

answer