Feeds
提问
relation between principal eigenvector and principal generalized eigenvector
Hello, why this function: [v, d] = eigs(A, B, 1); and [v2, d2] = eigs(B\A, 1); return different results ? ...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to add only two choices for an input parameter ?
I would like a function to accept only 'string1' or 'string2' for param3 i.e.: output = fun(param1, param2, param3) What s...
7 years 前 | 2 个回答 | 0

