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 years 前 | 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...
5 years 前 | 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...
5 years 前 | 0 个回答 | 0
