Feeds
질문
The Gram-Schmidt algorithm for unknown n?
Hiya, I’m trying to understand how to carry out the gram Schmidt algorithm when you have an unknown number of vectors n. A...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to change a set of vectors?
Hiya, I’m struggling to change a set of vectors of n-dimension. V is a nxn matrix, by which n is the user input. v=num2cel...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
How to separate columns of a n x n matrix when you don’t know what n is?
The columns of a n x n matrix V represent the set of n-dimensional vectors {v_1}. i = 1:n v_i = V(:,i) I’ve tried usi...
거의 6년 전 | 답변 수: 0 | 0
